Opened 13 years ago
Last modified 13 years ago
#8636 confirmed Bug
Editing Absolute positioned DIVs in Firefox and IE is problematic
Reported by: | David | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.0 |
Keywords: | Firefox IE | Cc: |
Description
When using Mozilla Firefox (or at least version 9.0.1), when a DIV with absolute positioning is not the first thing you click inside the editor, then it becomes uneditable.
Paste this inside a CKEditor to re-create:
<div>1. Click me</div> <div style="position:absolute;">2. now try to edit me</div>
I note that this works as expected in competing editors such as TinyMCE.
Change History (1)
comment:1 Changed 13 years ago by
Keywords: | Firefox IE added; div editable uneditable firefox absolute positioning position read-only removed |
---|---|
Status: | new → confirmed |
Summary: | Absolute positioned DIVs in Firefox become uneditable → Editing Absolute positioned DIVs in Firefox and IE is problematic |
Version: | 3.6.2 → 3.0 |
That's not true. I have double checked the issue and working with the above code is the same problematic in TinyMCE as in CKEditor.
*In IE you have to double-click on that second div, *In Firefox you have to do some experimenting. I have to double/triple click on the text so it could get selected, the next click allowed for editing the text. Unfortunately cursor is not visible so the only option to find that out is to start typing.
We won’t be able to remove resize handles, but we could do something to improve access to that div. If possible with Up/down arrow and definitely with clicking and cursor visibility in Firefox.