Closed
Bug 388646
Opened 18 years ago
Closed 18 years ago
Resizers shown for non-editable elements when document contains contenteditable element
Categories
(Core :: DOM: Editor, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: martijn.martijn, Assigned: smaug)
References
()
Details
(Keywords: regression, testcase)
Attachments
(2 files)
542 bytes,
text/html
|
Details | |
1.73 KB,
patch
|
peterv
:
review+
peterv
:
superreview+
|
Details | Diff | Splinter Review |
See testcase, when clicking on any of the elements beneath the text, you should not expect to see resizers appearing, because they are not editable elements.
(note to self: the context menu issue is bug 386729)
Assignee | ||
Comment 1•18 years ago
|
||
Related to this bug; I assume that resizers don't disappear when setting
contenteditable to false on an abs.positioned element which has focus.
nsHTMLEditor::CheckSelectionStateForAnonymousButtons should probably
check whether element is editable and if not, hide resizers and grabber.
Assignee | ||
Updated•18 years ago
|
Assignee: nobody → Olli.Pettay
Assignee | ||
Comment 2•18 years ago
|
||
Attachment #272972 -
Flags: superreview?(peterv)
Attachment #272972 -
Flags: review?(peterv)
Updated•18 years ago
|
Attachment #272972 -
Flags: superreview?(peterv)
Attachment #272972 -
Flags: superreview+
Attachment #272972 -
Flags: review?(peterv)
Attachment #272972 -
Flags: review+
Assignee | ||
Updated•18 years ago
|
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Updated•18 years ago
|
Flags: in-testsuite?
You need to log in
before you can comment on or make changes to this bug.
Description
•