[Webkit-unassigned] [Bug 13395] REGRESSION: Overlapping text when viewing Yahoo! Mail message

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 18 12:40:30 PDT 2007


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


mitz at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |andersca at apple.com
  BugsThisDependsOn|                            |13333
           Keywords|NeedsReduction              |




------- Comment #3 from mitz at webkit.org  2007-04-18 12:40 PDT -------
The imgsDone function on the page, intended for use with Firefox, always
returns 'true' in WebKit since naturalWidth and naturalHeight are not
supported. As a result, the rmvScroll function proceeds to adjust the layout
based on incorrect image dimensions. This goes unnoticed in Safari 2.0.4
because of a JavaScript error (probably due to incomplete CSS object model
support), but in TOT rmvScroll completes successfully, which results in the
incorrect layout.

If bug 13333 is not addressed, Yahoo will need to use a different technique to
tell if images have loaded.


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