Bug 24301
Summary: | REGRESSION (3.2-ToT): Search field on Microsoft Commerce Server page misplaced | ||
---|---|---|---|
Product: | WebKit | Reporter: | Cameron Zwarich (cpst) <zwarich> |
Component: | Evangelism | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED CONFIGURATION CHANGED | ||
Severity: | Normal | CC: | eric, jensimmons |
Priority: | P2 | Keywords: | Regression |
Version: | 528+ (Nightly build) | ||
Hardware: | Mac | ||
OS: | OS X 10.5 | ||
URL: | http://www.microsoft.com/commerceserver/en/us/default.aspx |
Cameron Zwarich (cpst)
The search field on the Microsoft Commerce Server page <http://www.microsoft.com/commerceserver/en/us/default.aspx> is placed further to the left than it should be. It is displayed correctly in Safari 3.2 and FF Minefield.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Cameron Zwarich (cpst)
Apparently they are trying to work around an old bug of ours:
<script type="text/javascript">
if(navigator.vendor && navigator.vendor.toString().indexOf('Apple') >=0){document.write('<style>.msviLSBsform {padding-bottom:20px; position:relative; left:-130px;} .SimpleSearchWebButtonText{padding-top:5px;}</style>');}
</script>
Removing this script makes the page work correctly in ToT, but breaks it in Safari 3.2. I am not sure what to do in this situation, so I'll just mark it an evangelism bug.
Eric Seidel (no email)
Should this be closed? moved to radar?