WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 11645
17616
nested tables cause button and text to be misaligned
https://bugs.webkit.org/show_bug.cgi?id=17616
Summary
nested tables cause button and text to be misaligned
jasneet
Reported
2008-02-29 14:41:45 PST
I Steps: Go to
http://love.mail.ru/extended/
II Issue: Notice in the center column the button and text are aligned next to each other.In other browsers text is aligned at far right of button in the center column. III Conclusion: in nested tables; the second table <table width="100%"><tbody><tr><td>.....</td></tr></tbody></table> is causing the issue. Removing this table resolves the issue. IV Other browsers: FF: ok Opera: ok IE 7: ok V Nightly tested: 30236
Attachments
screenshot
(144.67 KB, image/jpeg)
2008-02-29 14:42 PST
,
jasneet
no flags
Details
reduction
(402 bytes, text/html)
2008-02-29 14:43 PST
,
jasneet
no flags
Details
even reduced test case
(240 bytes, text/html)
2008-03-09 14:44 PDT
,
Robert Blaut
no flags
Details
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
jasneet
Comment 1
2008-02-29 14:42:51 PST
Created
attachment 19459
[details]
screenshot
jasneet
Comment 2
2008-02-29 14:43:56 PST
Created
attachment 19460
[details]
reduction
Robert Blaut
Comment 3
2008-03-09 14:43:17 PDT
Confirmed the problem. Nested tables doesn't allow <td width="100%"> to fit all available space. Check this reduced example:
http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C!DOCTYPE%20html%3E%0A%3Cstyle%3Etable%20%7Bborder%3A%201px%20solid%20red%3B%7D%3C%2Fstyle%3E%0A%3Ctable%20width%3D%22500%22%3E%3Ctd%3E%0A%3Ctable%20width%3D%22100%25%22%3E%3Ctd%3E%0A%20%20%20%20%20%20%20%20%20%20%3Ctable%3E%3Ctd%20width%3D%22100%25%22%20style%3D%22background-color%3Ared%22%3Efirst%20cell%3C%2Ftd%3E%3Ctd%3Esecond%20cell%3C%2Ftd%3E%3C%2Ftable%3E%0A%3C%2Ftd%3E%3C%2Ftable%3E%0A%3C%2Ftable%3E%0A%0A
Red first cell should expand all of available space.
Robert Blaut
Comment 4
2008-03-09 14:44:18 PDT
Created
attachment 19622
[details]
even reduced test case
mitz
Comment 5
2008-03-09 15:58:07 PDT
*** This bug has been marked as a duplicate of
11645
***
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug