Closed Bug 148771 Opened 23 years ago Closed 23 years ago

all links imroperly underlined on mouse over...

Categories

(Tech Evangelism Graveyard :: Other, defect)

defect
Not set
major

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: juloml, Assigned: pali)

References

()

Details

From Bugzilla Helper: User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; sk-SK; rv:1.0.0+) Gecko/20020602 BuildID: 2002060208 If mouse is over link all links in same table become underlined (only one shud do). I didn't see this using older builds. Reproducible: Always Steps to Reproduce: 1.go http://www.sme.sk 2.get mouse over some link 3. Actual Results: many links gets underlined Expected Results: only one to be underlined
Is this about the white links in the dark bar at the top? If so, the current behavior is correct (and the old one was wrong). The HTML there is: <td class=headlineBold height=18> with all the links in the TD. Now the stylesheet has: .headlineBold:hover { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #FFFFFF; text-decoration: underline; font-weight: bold;} So when the table cell is hovered all the text in the table cell should be underlined. Mozilla did not use to apply :hover correctly to things other than links; now it does.
Make it "a.headlineBold:hover" for the properties you want only on the links and it'll work. Marking invalid.
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → INVALID
Reopening for 2 reasons: 1) We have no confirmation that the problem I described is indeed the one the reporter meant. 2) If it _is_ the same problem, this should go to evangelism.
Status: RESOLVED → UNCONFIRMED
Resolution: INVALID → ---
Described problem is not only in header of page, but on every link in front page. But this will be probably same problem.
Yep. I just took the page apart and all the table cells involved have that class assigned. Evang.
Assignee: Matti → piskozub
Status: UNCONFIRMED → NEW
Component: Browser-General → Europe: Central
Ever confirmed: true
OS: Windows 2000 → All
Product: Browser → Tech Evangelism
QA Contact: imajes-qa → pali
Hardware: PC → All
Version: other → unspecified
-> Pavol
Assignee: piskozub → pali
QA Contact: pali → piskozub
BTW, it works for me with Mozilla 1.0
Yes. The :hover bug we had was fixed on trunk only, not on branch.
Sent e-mail to "error reporting" through their contact page.
Status: NEW → ASSIGNED
They replyed that they did change the css according to my comments. Could reporter please verify? (I have moz 1.0 release, not trunk build)
No problems with 2002060208, thanks.
marking fixed per comment 11
Status: ASSIGNED → RESOLVED
Closed: 23 years ago23 years ago
Resolution: --- → FIXED
-> other
Component: Europe: Central → Other
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in before you can comment on or make changes to this bug.