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 10085
Bug 10555
openclipart frontpage lays out wrong
https://bugs.webkit.org/show_bug.cgi?id=10555
Summary
openclipart frontpage lays out wrong
Eric Seidel (no email)
Reported
2006-08-24 23:26:37 PDT
openclipart frontpage lays out wrong the "forward arrow" graphic is on the wrong line.
Attachments
Screenshot showing the problem
(206.44 KB, image/png)
2006-08-24 23:27 PDT
,
Eric Seidel (no email)
no flags
Details
Reduction
(252 bytes, text/html)
2006-08-25 00:37 PDT
,
mitz
no flags
Details
View All
Add attachment
proposed patch, testcase, etc.
Eric Seidel (no email)
Comment 1
2006-08-24 23:27:24 PDT
Created
attachment 10210
[details]
Screenshot showing the problem
mitz
Comment 2
2006-08-25 00:37:11 PDT
Created
attachment 10211
[details]
Reduction Opera and Safari don't grow the div all the way to the right when it contains a right float. Firefox and IE do. Specifically with openclipart, they actually try not to rely on the float to make the div stretch, but they have a typo in default.css (missing a semicolon after z-index: 2): #search { position: absolute; left: 0; top: 100px; z-index: 2 width: 100%; min-width: 700px; Fixing the typo fixes the layout.
mitz
Comment 3
2006-10-01 02:56:00 PDT
Filed
https://bugs.freedesktop.org/show_bug.cgi?id=8460
mitz
Comment 4
2006-10-13 00:43:32 PDT
The openclipart.org CSS is fixed now.
mitz
Comment 5
2007-03-31 05:58:48 PDT
(In reply to
comment #4
)
> The openclipart.org CSS is fixed now. >
The difference in behavior between Firefox and WebKit is tracked by
bug 10085
. *** This bug has been marked as a duplicate of
10085
***
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