Closed
Bug 386454
Opened 17 years ago
Closed 5 years ago
After designmode was on, table selection is still on
Categories
(Core :: DOM: Editor, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: martijn.martijn, Unassigned)
References
()
Details
(Keywords: testcase)
This is a follow-up from bug 287707.
See testcase from url.
To reproduce:
- Click on button 1: "1 - set designMode on for iframe"
- Click on button 2: "2 - set designMode off for iframe"
- Select something from the bottom text.
Expected result:
Normal selection
Actual result:
Table selection
I attached a patch in bug 287707, which fixes this selection problem (also a bit unrelated code):
https://bugzilla.mozilla.org/attachment.cgi?id=242986
Peter liked it, but had this to say in comment 51:
"
Wouldn't it make sense to store the value that the selection flags had before
the editor changed them and restore those here?
"
Peter, maybe you could take this bug and make the improved patch to fix this?
This is fixed in 2018-02-06 build.
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•