[Webkit-unassigned] [Bug 13999] REGRESSION: iGoogle: Google Calendar widget has rendering issues on ToT

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 22 12:04:00 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=13999





------- Comment #9 from ddkilzer at webkit.org  2007-11-22 12:04 PDT -------
Created an attachment (id=17446)
 --> (http://bugs.webkit.org/attachment.cgi?id=17446&action=view)
Partial reduction

The problem is that a Safari 2 work-around is being emitted for Safari 3, which
no longer needs the work-around.  (This reduction still contains the
work-around and renders incorrectly on both Safari 3 and Firefox 2.)

This HTML element works for Safari 2:

<div id="picker4" style="margin-top: -7px; margin-right: 0px; margin-bottom:
-5px; margin-left: 0px; ">

But the entire "style" attribute should be removed for Safari 3 (as it is for
Firefox 2 today) to fix the rendering:

<div id="picker4">


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list