Open
Bug 626577
Opened 14 years ago
Updated 4 years ago
Double click on read-only inline element
Categories
(Core :: DOM: Editor, defect, P5)
Tracking
()
NEW
People
(Reporter: yaojun85, Unassigned)
Details
Attachments
(1 file)
435 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.12 (KHTML, like Gecko) Chrome/9.0.576.0 Safari/534.12 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13 The behavior of double click on read-only elements that resides at the end of block is odd. Reproducible: Always Steps to Reproduce: 1.Double click on an inline element with at contenteditable=false the end of paragraph; <p>Sample block end with <span contentEditable="false">readonly text</span></p> Actual Results: Text selection moves from the clicked element to previous word. Expected Results: Text selection enclose the element under click.
Updated•14 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 2•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
You need to log in
before you can comment on or make changes to this bug.
Description
•