Closed
Bug 159720
Opened 23 years ago
Closed 22 years ago
text-decoration: underline on hover/mouseover applies to everything, not just links
Categories
(Tech Evangelism Graveyard :: French, defect)
Tracking
(Not tracked)
VERIFIED
DUPLICATE
of bug 169078
People
(Reporter: abusenospam, Assigned: tristan)
References
()
Details
Mozilla 1.1b (Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.1b) Gecko/20020727)
underlines all text on mouseover on the following site:
http://forum.hardware.fr/forum2.php3?post=13075&cat=11&config=&interface=0&cache=cache&p=1&sondage=&owntopic=&trash=&subcat=
Konqueror has always exhibited this bug, however it used to work fine with
mozilla (it's ok with 1.0)
I think that's expected behaviour because http://forum.hardware.fr/style.css
have this:
.text2small:hover
{
text-decoration: underline;
}
Anyone to confirm??
Comment 2•23 years ago
|
||
Confirming that this is expected behavior. Hover can apply to more than A tags,
and here it's assigned to all sorts of styles. This is not a bug in Mozilla or
Konqueror.
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → INVALID
Comment 3•23 years ago
|
||
Right! This sounds like a job for Evangelism.
Status: RESOLVED → UNCONFIRMED
Component: Browser-General → Europe: West
Product: Browser → Tech Evangelism
Resolution: INVALID → ---
Version: other → unspecified
Comment 4•23 years ago
|
||
(Can't re-open and reassign a bug in one request. Sorry for the spam.)
Assignee: Matti → nitot
Severity: normal → minor
OS: Linux → All
QA Contact: asa → brantgurganus2001
Summary: Rendering bug with 1.1beta (was ok with 1.0) → text-decoration: underline on hover/mouseover applies to everything, not just links
Updated•23 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
*** This bug has been marked as a duplicate of 169078 ***
Status: NEW → RESOLVED
Closed: 23 years ago → 22 years ago
Resolution: --- → DUPLICATE
Updated•10 years ago
|
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•