[Webkit-unassigned] [Bug 28643] New: All links in category get underlined on mouseover

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 21 17:21:40 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=28643

           Summary: All links in category get underlined on mouseover
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
               URL: http://lista.mercadolivre.com.br/brinquedos-hobbies/
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jasneet at chromium.org
                CC: jasneet at chromium.org


Created an attachment (id=38420)
 --> (https://bugs.webkit.org/attachment.cgi?id=38420)
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

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list