Closed
Bug 3708
Opened 26 years ago
Closed 26 years ago
Delete selection does not cause screen redraw.
Categories
(Core :: DOM: Editor, defect, P1)
Core
DOM: Editor
Tracking
()
VERIFIED
FIXED
M3
People
(Reporter: kinmoz, Assigned: buster)
Details
This is a regression in the 03/12/99 SeaMonkey build.
You can see this bug with any URL.
Deleting a selection looks like it does nothing, because no redrawing/repainting
is done. If you obscure the editor window with another window, it will repaint
properly.
Comment 1•26 years ago
|
||
This bug is fixed through nsEditor::HACKForceRedraw(). The real fix will be
coming when Gecko addresses their redraw bugs.
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Comment 2•26 years ago
|
||
So we're using the redraw hack on delete as well as return now? (Just checking
that greg isn't confusing this with the return key problem.)
Kin, I verified this one:
1) simply select any text, make sure its highlighted
2) then hit Delete key on keyboard.
the screen looks like it is redrawing cause the chars are gone.
Let me know if I'm not verifying this one properly. marking
VERIFIED-FIXED.
All these bugs were marked "New" when Jan transfered ownership of them to me.
They were all resolved and need to be marked "Verified" again.
This was Verified on 03/16/99...resetting back to Verified...Bugzilla wacked
out.
You need to log in
before you can comment on or make changes to this bug.
Description
•