RESOLVED INVALID 21671
display: inline-block causes text to wrap onto next line
https://bugs.webkit.org/show_bug.cgi?id=21671
Summary display: inline-block causes text to wrap onto next line
jasneet
Reported 2008-10-16 14:25:15 PDT
I Steps: Go to the attached testcase II Issue: <div> 's style property "display: inline-block" is the cause of this issue. When the width style property of <div> is ignored, the default width is 100%, but if assign "display: inline-block" to <div>, then the width of <div> is not 100% any more in webkit/FF3 III Other Browsers: IE7: ok FF3: not ok IV Nightly tested: 37604
Attachments
testcase (840 bytes, text/html)
2008-10-16 14:25 PDT, jasneet
no flags
jasneet
Comment 1 2008-10-16 14:25:38 PDT
Created attachment 24423 [details] testcase
Ojan Vafai
Comment 2 2008-11-03 19:01:46 PST
This is how inline-block is supposed to work. IE7- just doesn't implement inline-block. Bug should be closed as invalid.
Note You need to log in before you can comment on or make changes to this bug.