Changes between Initial Version and Version 7 of Ticket #8006
- Timestamp:
- Jun 15, 2011, 9:50:06 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8006
-
Property
Status
changed from
new
toclosed
-
Property
Summary
changed from
right click in wysiwyg mode with firefox
toFF4 Ubuntu: right click between tables in wysiwyg mode results in an error
-
Property
Version
changed from
3.6.1 (SVN - trunk)
to3.3.2
- Property Keywords Firefox4 added
-
Property
Resolution
changed from
to
duplicate
-
Property
Status
changed from
-
Ticket #8006 – Description
initial v7 1 1 Depends of the content in the editor. 2 Do a right click in the editor, the following js error appears : 3 ag.getOuterHtml is not a function 4 else if(b.webkit)W.$.body.parentNode.c...{ag=C.getSelection().getRanges()[0]; 5 I can attach a file if needed. 2 3 === Steps to reproduce === 4 1. Load contents of attached `sample.txt`. 5 2. Click between the second and the third table (click few times in random places to trigger the error - it happens randomly). 6 3. The following errors appear: 7 {{{ 8 target.getOuterHtml is not a function 9 if ( !target.getOuterHtml().replace( emptyParagraphRegexp, '' ) ) 10 _source/plugins/wysiwygarea/plugin.js Line 668 11 12 ev.getTarget().is is not a function 13 if ( ev.getTarget().is( 'a' ) && ev.$.button != 2 ) 14 _source/plugins/wysiwygarea/plugin.js Line 682 15 }}} 16 17 Whenever the JS error occurs, target is set to "document" instead of "p". 18 19 Can be reproduce at least since CKEditor 3.3.2.