Changes between Initial Version and Version 1 of Ticket #11131
- Timestamp:
- Nov 12, 2013, 4:24:54 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11131
-
Property
Status
changed from
new
toconfirmed
-
Property
Component
changed from
UI : Source View
toUI : Widgets
-
Property
Summary
changed from
Divarea + Widget breaks source switch
toDivarea + widget breaks when switching to source mode while having nested editable focused
-
Property
Milestone
changed from
to
CKEditor 4.3.1
- Property Keywords widget divarea source removed
-
Property
Status
changed from
-
Ticket #11131 – Description
initial v1 1 Use CKEditor with divarea plugin and insert a widget. Add some regular text somewhere else (not inside the widget markup). Click into the "regular" text and switch to "source". The button stays active and you can switch back.1 Part of #11134. 2 2 3 Now switch back into WYSIWIG view mode and click somewhere into the Widget area. Switch back into "source". You cannot switch back into WYSIWIG mode, since the "source" button is disabled. A reload of the page is the only way to get back into the WYSIWIG view. 3 1. Open image2 sample. 4 2. Focus nested editable (caption). 5 3. Click "source" button. 4 6 5 This happens in latest FF and Chrome on Kubuntu. Works as expected when not using "divarea" 7 Following error will be thrown: 8 9 {{{ 10 Uncaught TypeError: Cannot call method 'getStartElement' of null editor.js:785 11 CKEDITOR.tools.extend.elementPath 12 }}}