[Webkit-unassigned] [Bug 5566] ALT attribute value sometimes not displayed when image is missing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 20 12:35:47 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=5566


Joe Wild <joseph.wild at nokia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #96099|0                           |1
        is obsolete|                            |
  Attachment #97839|                            |review?, commit-queue?
               Flag|                            |




--- Comment #48 from Joe Wild <joseph.wild at nokia.com>  2011-06-20 12:35:45 PST ---
Created an attachment (id=97839)
 --> (https://bugs.webkit.org/attachment.cgi?id=97839&action=review)
Fix the image rendering sizing so that broken image icon and alt text will be displayed when they are avaiable

This is a fairly big issue so I am taking a phased approach.
This 1st submittal is just to get the current code to work as it
I think it was intended.  I basically attempted to fix the sizing
code so that the alt text could be displayed.

Once design decision I did make was to show the border box, with the
broken image icon in the upper left corner followed by the alternate text.
The original code would show the border box with the broken image icon
in the center and the alternate text in the upper left corner.

I had to redo the results of several tests now that the sizing and display
of alt text are different.  I only updated the results on the platform
I have convenient access to (QtWebkit Linux).  Please let me know if
I need to update results on other platforms.  I will have to see if I
can get access to them.

This is a large patch, but it is mostly a couple of new tests and new
results files.

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



More information about the webkit-unassigned mailing list