[Webkit-unassigned] [Bug 34923] Incorrect client rects for blocks the span multiple columns and their descendants

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Feb 14 13:56:28 PST 2010


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


mitz at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #48716|0                           |1
        is obsolete|                            |
  Attachment #48732|                            |review?
               Flag|                            |




--- Comment #3 from mitz at webkit.org  2010-02-14 13:56:27 PST ---
Created an attachment (id=48732)
 --> (https://bugs.webkit.org/attachment.cgi?id=48732)
Allow offsetFromContainer() to return the right offset for a given point in the
multi-column case, and pass it the point of interest

This is obviously just a better approximation of correct behavior in the
multi-column case, as it still assumes that a quad is mapped to absolute
coordinates via a continuous transform. In the multi-column case, the transform
is only piecewise-continuous. So this just picks the piece that applies to some
point in the quad, rather than always picking the first piece.

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