Closed
Bug 42000
Opened 26 years ago
Closed 24 years ago
Fast mouseover over link causes color flickering
Categories
(Core :: Layout, defect, P3)
Tracking
()
VERIFIED
WORKSFORME
Future
People
(Reporter: bugzilla, Assigned: nisheeth_mozilla)
References
()
Details
(Keywords: testcase)
Attachments
(1 file)
|
139 bytes,
text/html
|
Details |
Build ID: 2000060808
Steps to Reproduce:
(1) Visit http://www.cyberflicks.com/
(2) Fairly quickly, move the mouse vertically over the following text (has red
background):
PREVIOUSLY VIEWED
NEW RELEASE VHS MOVIES JUST OFF
OF RENTAL. LIMITED QUANTITIES
Result: as you do so, you can see the line PRICED TO SELL AT $18.99 EACH!
flicker between black (the color it should remain while the mouse is over that
block of text) and blue (its former color). If you slowly move the mouse up
and down along the whole block of text, it seems that the line "PRICED TO SELL
AT $18.99 EACH!" briefly switches back to blue every time the mouse passes over
the link underlining of each line of text.
| Assignee | ||
Comment 2•25 years ago
|
||
A reduced test case for this would be nice...
Accepting bug...
Status: NEW → ASSIGNED
Target Milestone: --- → Future
| Assignee | ||
Comment 3•25 years ago
|
||
This bug has been marked "future" because the original netscape engineer working
on this is over-burdened. If you feel this is an error, that you or another
known resource will be working on this bug,or if it blocks your work in some way
-- please attach your concern to the bug for reconsideration.
Comment 4•25 years ago
|
||
Here is a test case. The problem is more obvious on the listed URL because of
the larger font and red background, but this test case still shows the last line
of text "blinking" between blue and black as you move the cursor up and down the
lines of text.
<style>
a:hover {
color : black;
}
</style>
<a href>Line of text<br>
Line of text<br>
Line of text<br>
Line of text
</a>
Comment 5•25 years ago
|
||
I don't see this hapenning with Build #2000081108 on Windows 98 SE. Should it be
marked FIXED?
Keywords: testcase
Comment 8•25 years ago
|
||
Reassigning QA Contact for all open and unverified bugs previously under Lorca's
care to Gerardo as per phone conversation this morning.
QA Contact: lorca → gerardok
Comment 9•25 years ago
|
||
worksforme build 2001021304 win95. When mousing over any of the 4 text lines,
the 4 of them change colors, and the fourth line isn't different. Looks like it
works correctly now. Worksforme for Boris Zbarsky too on build 2001021208 linux.
Recommend worksforme.
SPAM. HTML Element component deprecated, changing component to Layout. See bug
88132 for details.
Component: HTML Element → Layout
Comment 12•24 years ago
|
||
works for me on build 2001102903 win32
blake I'm marking works for me, you know what to do if this is still around...
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•