[Webkit-unassigned] [Bug 16844] RenderText::addLineBoxRects erroneously includes last char for boundingBox

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 11 11:47:17 PST 2008


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


finnur.webkit at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #18396|review?                     |
               Flag|                            |
  Attachment #18396|0                           |1
        is obsolete|                            |
  Attachment #18397|                            |review?
               Flag|                            |




------- Comment #7 from finnur.webkit at gmail.com  2008-01-11 11:47 PDT -------
Created an attachment (id=18397)
 --> (http://bugs.webkit.org/attachment.cgi?id=18397&action=view)
Patch taking Peter's comments into account

I changed:

box->end() + 1 <= end       to
box->end() < end

... and moved the comment in the else clause above the if (since it applies to
both the if clause and the else clause now).


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