Bug 11018 - render diffrence between safari and webkit
Summary: render diffrence between safari and webkit
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 420+
Hardware: Mac (PowerPC) OS X 10.4
: P2 Normal
Assignee: Nobody
URL: https://www.theveniceproject.com/
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-25 02:01 PDT by Eske Christiansen
Modified: 2008-05-04 22:16 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eske Christiansen 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;
}
Comment 1 Dave Hyatt 2006-09-25 02:05:24 PDT
Probably running into this:

http://webkit.org/blog/?p=67

Comment 2 Dave Hyatt 2006-09-25 02:06:02 PDT
But hard to say without more details.
Comment 3 Robert Blaut 2008-02-11 04:18:29 PST
Is the issue still visible on the site in the latest Webkit?
Comment 4 Daniel Smith 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.
Comment 5 Robert Blaut 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.