[Webkit-unassigned] [Bug 56822] [Qt][Symbian] Part of the border of icon-box/image gets cut-off for a while

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 20 07:42:38 PDT 2011


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


Johannes Oikarinen <johannes.oikarinen at digia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |johannes.oikarinen at digia.co
                   |                            |m




--- Comment #4 from Johannes Oikarinen <johannes.oikarinen at digia.com>  2011-04-20 07:42:38 PST ---
RenderBox::repaintLayerRectsForImage might be the cause of the problem. This function is called in cases where the borders are defined and the borders are larger than the background image. The problem is that the function calculates the update area to be only the size of the background image, but doesn't include the borders. This causes the cut-off of the border image. Instead, giving the border rectangle as update area won't cause the cut-off.

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