RESOLVED INVALID 11018
render diffrence between safari and webkit
https://bugs.webkit.org/show_bug.cgi?id=11018
Summary render diffrence between safari and webkit
Eske Christiansen
Reported 2006-09-25 02:01:32 PDT
the page https://www.theveniceproject.com/ is rendered different between safari and webkit this is testet with the latest build could it be a font not found? the css looks like: body { font-size: 80%; font-family: "Courier New", "Courier", monospace; background-color: #ffffff; text-align: center; } #doc { width: 50em; text-align: left; position: relative; margin: 0px auto; padding: 70px 0px; } a { color: #000000; text-decoration: underline; } a:visited { color: #000000; } a:hover { text-decoration: none; } ul { list-style-type: none; padding: 0; margin: 1em 0; } li { padding: 0 0 1em 0; margin: 0; } h1, h2, h3, h4, h5, h6 { font-size: 1em; font-weight: bold; margin: 1em 0; } p { width: 25em; } .bodytext { margin-left: 20em; } .navigation { position: absolute; left: 50px; top: 70px; } .row { padding: 3px 0px; } .button { padding: 10px 0px; } form { padding: 15px 0px; } input.inputText, input.inputPasword, input#password, input#email { font-size: 1em; width: 15em; /*font-family: "Courier New", "Courier", monospace;*/ font-family: Arial, Helvetica, sans-serif; } select { font-size: 1em; font-family: Arial, Helvetica, sans-serif; } select#gender, select#agegroup, select#background, select#country { width: 15em; } textarea { font-size: inherit; width: 25em; font-family: Arial, Helvetica, sans-serif; } form label { position: absolute; text-align: right; width: 13em; margin-left: -13.5em; } span.tinylabel { font-size: 0.85em; color: #999999; } span.tinylabel a { color: #999999; } span.tinylabel a:hover { color: #999999; } span.tinylabel a:visited { color: #999999; } div.footer { margin: 5em 0em; font-size: 0.85em; color: #999999; } div.footer a { color: #999999; } div.footer a:hover { color: #999999; } div.footer a:visited { color: #999999; } img.captcha { margin: 0px 0px 10px 0px; }
Attachments
Dave Hyatt
Comment 1 2006-09-25 02:05:24 PDT
Probably running into this: http://webkit.org/blog/?p=67
Dave Hyatt
Comment 2 2006-09-25 02:06:02 PDT
But hard to say without more details.
Robert Blaut
Comment 3 2008-02-11 04:18:29 PST
Is the issue still visible on the site in the latest Webkit?
Daniel Smith
Comment 4 2008-05-04 12:48:26 PDT
no longer possible to test - the URL linked above now immediately redirects to www.joost.com :\ Also it would be helpful if the originator could specify the exact differences.
Robert Blaut
Comment 5 2008-05-04 22:16:39 PDT
Based on comment #4 the bug report marked as INVALID. Eske, feel free to reopen the bug if you are still able to reproduce the bug, but please remember to attach a simple test case exposing the problem.
Note You need to log in before you can comment on or make changes to this bug.