Changes between Initial Version and Version 7 of Ticket #8006


Ignore:
Timestamp:
Jun 15, 2011, 9:50:06 AM (13 years ago)
Author:
Wiktor Walc
Comment:

Thanks flavien for helping me in reproducing it. Indeed I managed to confirm it on Ubuntu.

We have a very similar bug reported in #7856 so I'm marking this one as duplicate.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8006

    • Property Status changed from new to closed
    • Property Summary changed from right click in wysiwyg mode with firefox to FF4 Ubuntu: right click between tables in wysiwyg mode results in an error
    • Property Version changed from 3.6.1 (SVN - trunk) to 3.3.2
    • Property Keywords Firefox4 added
    • Property Resolution changed from to duplicate
  • Ticket #8006 – Description

    initial v7  
    11Depends 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{{{
     8target.getOuterHtml is not a function
     9if ( !target.getOuterHtml().replace( emptyParagraphRegexp, '' ) )
     10_source/plugins/wysiwygarea/plugin.js Line 668
     11
     12ev.getTarget().is is not a function
     13if ( ev.getTarget().is( 'a' ) && ev.$.button != 2 )
     14_source/plugins/wysiwygarea/plugin.js Line 682
     15}}}
     16
     17Whenever the JS error occurs, target is set to "document" instead of "p".
     18
     19Can be reproduce at least since CKEditor 3.3.2.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy