[Webkit-unassigned] [Bug 9276] Quirksmode: Image swap resize bug

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 1 07:51:25 PDT 2007


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


mitz at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mitz at webkit.org




------- Comment #3 from mitz at webkit.org  2007-05-01 07:51 PDT -------
RenderImage::imageChanged does a fake calcWidth() but doesn't invalidate the
preferred min/max widths before doing it, so it ends up stretching to the old
min pref width. I don't think there's any harm in dirtying the pref widths
before the fake calcWidth().


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