Bug 28643

Summary: All links in category get underlined on mouseover
Product: WebKit Reporter: jasneet <jasneet>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: UNCONFIRMED ---    
Severity: Normal CC: bruno.abinader, jasneet
Priority: P2 Keywords: HasReduction
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Windows XP   
URL: http://lista.mercadolivre.com.br/brinquedos-hobbies/
Attachments:
Description Flags
reduced testcase none

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.