Open
Bug 646753
Opened 14 years ago
Updated 1 year ago
Setting contenteditable false inside an element set to true does not work properly.
Categories
(Core :: DOM: Editor, defect, P5)
Tracking
()
NEW
People
(Reporter: qw3nbugzilla, Unassigned)
References
(Blocks 1 open bug, )
Details
(Keywords: testcase)
Attachments
(1 file)
412 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows NT 6.0; rv:2.0) Gecko/20100101 Firefox/4.0
Build Identifier: Build identifier: Mozilla/5.0 (Windows NT 6.0; rv:2.0) Gecko/20100101 Firefox/4.0
Also, if the focus is set to somewhere other then the editable region and you click into the contenteditable="false" then it shows the cursor, though, it does not allow editing. The cursor also appears when you navigate into the region with the arrow keys.
Reproducible: Always
Steps to Reproduce:
1. Click somewhere other then the area where the text is
2. Click on "Should not be able to Edit"
3. Alternately click on any of the other text
4. Use the arrow keys to navigate to "Should not be to Edit"
Actual Results:
The blinking cursor appears.
Expected Results:
No cursor should appear and when using the arrow keys it should skip to the next editable region.
Also, In the test page if you try to click and drag to select one word it selects the entire non-editing region. Maybe this should be opened in a seprate bug?
![]() |
||
Updated•14 years ago
|
Component: General → Editor
QA Contact: general → editor
Confirmed on
Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.16) Gecko/20110319 Firefox/3.6.16
Mozilla/5.0 (Windows NT 6.1; rv:2.2a1pre) Gecko/20110330 Firefox/4.2a1pre
Comment 2•14 years ago
|
||
The only case in which I can reproduce this is when clicking on the non-editable area for the first time before focusing the editable div.
Updated•14 years ago
|
Comment 3•4 years ago
|
||
Bulk-downgrade of unassigned, >=5 years untouched DOM/Storage bugs' priority.
If you have reason to believe this is wrong (especially for the severity), please write a comment and ni :jstutte.
Severity: normal → S4
Priority: -- → P5
Updated•1 year ago
|
Blocks: contenteditable-false
You need to log in
before you can comment on or make changes to this bug.
Description
•