Zoom control is laid out below MapQuest map instead of next to it at hilton.com
https://bugs.webkit.org/show_bug.cgi?id=13519
Summary Zoom control is laid out below MapQuest map instead of next to it at hilton.com
mitz
Reported 2007-04-27 01:33:20 PDT
On the URL, there is a map and a vertical zoom selector. The zoom control should be next to the map on the right. Instead, it appears below the map on the right. Layout in Firefox is correct. Regression: Don't know yet. The page hangs Safari 2.0.
Attachments
Test case/reduction (well, it's not really a reduction, but a test case of one). (521 bytes, text/html)
2009-04-21 12:11 PDT, Sam Sneddon [:gsnedders]
no flags
A better test case that tests both padding and border. It also simplifies the pass condition. (490 bytes, text/html)
2009-05-14 13:38 PDT, Sam Sneddon [:gsnedders]
no flags
Sam Sneddon [:gsnedders]
Comment 1 2009-04-21 12:11:06 PDT
Created attachment 29660 [details] Test case/reduction (well, it's not really a reduction, but a test case of one). It appears for display:table the 'width' property isn't the content width: the content width is 'width' - 'border-left'/'border-right' in this test case. Probably ought to check the entire box-model with an element which has display:table.
Sam Sneddon [:gsnedders]
Comment 2 2009-05-14 13:34:33 PDT
Padding appears to equally reduce the width.
Sam Sneddon [:gsnedders]
Comment 3 2009-05-14 13:38:09 PDT
Created attachment 30354 [details] A better test case that tests both padding and border. It also simplifies the pass condition.
Sam Sneddon [:gsnedders]
Comment 4 2016-09-15 10:45:29 PDT
This appears to have got fixed in the intervening years.
Note You need to log in before you can comment on or make changes to this bug.