Closed
Bug 14602
Opened 26 years ago
Closed 26 years ago
[blocker] nsEditor::IsEditable broken
Categories
(Core :: DOM: Editor, defect, P1)
Tracking
()
VERIFIED
FIXED
M11
People
(Reporter: buster, Assigned: buster)
References
()
Details
(Whiteboard: fix in hand, waiting for permission to check in)
I have a fix for this, which will help correct a number of small problems in the
editor. All I did was remove an optimization (which may no longer be needed
anyway.)
Need permission to check in.
Priority: P3 → P1
Whiteboard: fix in hand, waiting for permission to check in
Target Milestone: M11
Comment 1•26 years ago
|
||
get a code review and checkin...
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
fixed.
removed optimization where we searched text strings and made our own
guess about whether it was editable or not. Now we just trust layout, if
there's a frame, it's editable.
You need to log in
before you can comment on or make changes to this bug.
Description
•