Bug 28643 - All links in category get underlined on mouseover
Summary: All links in category get underlined on mouseover
Status: UNCONFIRMED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows XP
: P2 Normal
Assignee: Nobody
URL: http://lista.mercadolivre.com.br/brin...
Keywords: HasReduction
Depends on:
Blocks:
 
Reported: 2009-08-21 17:21 PDT by jasneet
Modified: 2013-05-08 14:07 PDT (History)
2 users (show)

See Also:


Attachments
reduced testcase (448 bytes, text/html)
2009-08-21 17:21 PDT, jasneet
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description jasneet 2009-08-21 17:21:39 PDT
Created attachment 38420 [details]
reduced testcase

Steps:
Go to http://lista.mercadolivre.com.br/brinquedos-hobbies/

II Issue:
Before clicking on a sub-category, all sub-categories get underlined on mouseover, even though the site redirects correctly to the selected category.

III Conclusion:
The links are enclosed in a <td> where the text decoration is set to underline on hover (for simplicity, I removed the table and changed it to a <div>). Each link's text-decoration is also set to underline. 

The issue is caused by the text-decoration set at the <div> or <td> (in the original code) level.

IV Other Browsers:
IE7: ok
FF3: ok

V Nightly tested : 47639

Bug in Chromium : http://code.google.com/p/chromium/issues/detail?id=14420
Comment 1 Bruno Abinader (history only) 2013-05-08 07:56:09 PDT
It looks like this website has changed since the bug has appeared [1]. The text decoration "underline" on hover style still exists, but seems fixed now.

Links:
[1] http://home.mercadolivre.com.br/brinquedos-hobbies
Comment 2 Alexey Proskuryakov 2013-05-08 14:07:57 PDT
Still reproduces with attached test case, but that matches Firefox.