Closed
Bug 5054
Opened 26 years ago
Closed 26 years ago
[PP]selected text blinks when mouse is passed over it
Categories
(Core :: DOM: UI Events & Focus Handling, defect, P3)
Tracking
()
VERIFIED
FIXED
M7
People
(Reporter: cpratt, Assigned: mjudge)
References
()
Details
from the body of the html document at the above url:
<p>To reproduce this bug, highlight a word or two in this sentence and then move
your mouse up and down along a vertical line, passing over the highligted text.
You should see the selected text flashing.</p>
reproduces on both windows 98 and nt for me. couldn't reproduce under mac os
8.5.1 and linux.
Updated•26 years ago
|
Assignee: joki → mjudge
Comment 1•26 years ago
|
||
Checked in quick fix by commmenting out ResetSelection in
nsPresShell::ContentStateChanged. mjudge needs to talk to peterl to see if it
needs to be reenabled in some modified fashion.
the problem left is with the compositor not doing invalidaterect with non
immediate mode now. this should be fixed next release
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Looks good using the 1999061409 build under NT. Marking verified fixed.
Updated•6 years ago
|
Component: Event Handling → User events and focus handling
You need to log in
before you can comment on or make changes to this bug.
Description
•