Changes between Initial Version and Version 2 of Ticket #8492
- Timestamp:
- Jan 9, 2013, 2:01:14 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8492
-
Property
Status
changed from
new
toconfirmed
-
Property
Summary
changed from
Can't move cursor behind non-editable element in CKEditor
toCan't move cursor behind non-editable element (or placeholder) in CKEditor
-
Property
Status
changed from
-
Ticket #8492 – Description
initial v2 5 5 <p><span contenteditable="false" unselectable="on">[[UMR]]</span></p> 6 6 }}} 7 3. Put the cursor behind {{{[[UMR]]^}}} and try to type7 3. Put the cursor behind {{{[[UMR]]^}}} and try to move with arrows 8 8 **Results:**[[BR]] 9 9 10 **FF** - you can't because you are still inside span. You have to press E.g. 'End' key to get out of span.[[BR]]11 As described in https://dev.ckeditor.com/ticket/7796#comment:4 this is browser issue and I doubt it can be fixed.10 **FF** - you can't. You can however workaround this with up/down arrows or Home/End buttons [[BR]] 11 The same thing happens for placeholder. 12 12 13 **IE8** - You can't move cursor behind {{{[[UMR]]^}}}. The issue has been reproducible from CKEditor 3.3. 13 **IE8** - You can't move cursor behind {{{[[UMR]]^}}}. The issue has been reproducible from CKEditor 3.3. The same thing happens for placeholder. 14 14 15 **Opera** - the line with {{{[[UMR]]}}} is not accessible. This issue has also been reproducible from CKEditor 3.3 but you can also reproduce it in plain browser without any CKEditor logic (Perhaps earlier releases had something that helped to omit the problem). 15 **Opera** - the line with {{{[[UMR]]}}} is not accessible. This issue has also been reproducible from CKEditor 3.3 but you can also reproduce it in plain browser without any CKEditor logic (Perhaps earlier releases had something that helped to omit the problem).[[BR]] 16 The same thing happens for placeholder. 16 17 17 **Chrome** - Works but you can't see the cursor after you click behind {{{[[UMR]]^}}} (From CKEditor 3.0). 18 **Chrome** - Works but you can't see the cursor after you click behind {{{[[UMR]]^}}} (From CKEditor 3.0).[[BR]] 18 19 19 20