Bug 25281

Summary: ebay.com: Images of items in watch list overlap with check boxes due to table-layout:fixed
Product: WebKit Reporter: jasneet <jasneet>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: ahmad.saleem792, ap, bfulgham, jasneet, simon.fraser, zalan
Priority: P2 Keywords: HasReduction
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
URL: http://ebay.com
Attachments:
Description Flags
reduced testcase
none
STP 152 does not match with other browsers none

jasneet
Reported 2009-04-17 17:14:28 PDT
I Steps: 1. Login into ebay.com 2. Search for an item and click on one of the items in the list 3. Once the item's page is open, to the right you can see a link 'Watch this item'. Click on it 4. Now click on My Ebay on the top right corner. 5. Check the Watching section II Issue: Image and check box overlap. Also the check box and the delete button overlap III Conclusion: The first row width(16) is inherited by the second row as well which is insufficient and causing the overlap when table-layout is fixed. IV Other Browsers: IE7: ok FF3: ok V Nightly tested: 42232 Bug in Chromium : http://code.google.com/p/chromium/issues/detail?id=9317
Attachments
reduced testcase (566 bytes, text/html)
2009-04-17 17:14 PDT, jasneet
no flags
STP 152 does not match with other browsers (382.40 KB, image/png)
2022-09-01 13:39 PDT, Ahmad Saleem
no flags
jasneet
Comment 1 2009-04-17 17:14:45 PDT
Created attachment 29596 [details] reduced testcase
Ahmad Saleem
Comment 2 2022-09-01 13:39:31 PDT
Created attachment 462079 [details] STP 152 does not match with other browsers I am not able to reproduce overlap but I am able to reproduce inheritance bug as mentioned in Comment 0, where the image container is not inheriting the width aligned with the second <div> within <table>. Both Firefox Nightly 106 and Chrome Canary 107 match each other while Safari differs. I am going to change status to new and tag other engineers to comment. Thanks!
Note You need to log in before you can comment on or make changes to this bug.