Closed
Bug 14625
Opened 26 years ago
Closed 26 years ago
need to audit use of ClearSelection
Categories
(Core :: DOM: Editor, defect, P3)
Core
DOM: Editor
Tracking
()
VERIFIED
FIXED
People
(Reporter: buster, Assigned: cmanske)
Details
from Joe's post:
There are 5 places where we call ClearSelection(). This call
entirely nukes
selection. The user can't do anything until they click
on the document
somewhere. I doubt there are any circumstances where we
should call this. We
should audit these.
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 1•26 years ago
|
||
The three current uses of ClearSelection are valid. They immediately recreate
a new selection with no intervening exits (except extreme failure, of course!)
in the code to leave selection in a bad state.
You need to log in
before you can comment on or make changes to this bug.
Description
•