[Webkit-unassigned] [Bug 13103] REGRESSION: Technorati sign in broken

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Mar 18 22:20:37 PDT 2007


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





------- Comment #1 from pewtermoose at gmail.com  2007-03-18 22:20 PDT -------
Created an attachment (id=13701)
 --> (http://bugs.webkit.org/attachment.cgi?id=13701&action=view)
Reduction

The heart of this bug is that when an element has display: none,
getPropertyValue() returns null instead of 'none' like Firefox/Opera.

This works in Safari 2.0.4 because jQuery (Technorati's JS framework of choice)
checks if the getComputedStye() returns null, which Safari 2.0.4 does when an
element has display: none.  In that case they then check if they're looking for
the display property and return 'none'.

The reason this disappears in ToT after the animation is because we don't
return 'none', jQuery's animation gizmo never gets sets the display as block
permanently when it's finished, presuming we're handling that ourselves (ie: we
want it to be display: inline) and removes the temporary display: block it
added during animation.


-- 
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