[Webkit-unassigned] [Bug 34875] New: offsetLeft broken within CSS3 columns

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 11 20:05:52 PST 2010


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

           Summary: offsetLeft broken within CSS3 columns
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: msridhar at gmail.com


Created an attachment (id=48615)
 --> (https://bugs.webkit.org/attachment.cgi?id=48615)
testcase for bug

I'm finding that the offsetLeft property behaves differently in WebKit than
Firefox for paragraphs nested within a div that uses CSS3 columns.  See the
attached testcase.  With the latest WebKit nightly on Mac, the alert shows 8,
but with Firefox 3.6, it shows 413.  The numbers may vary a bit depending on
font settings, but the key point is that 8 seems like a wrong value since the
corresponding paragraph appears in the second column; the Firefox behavior
seems more reasonable.  This bug is blocking my attempt to port my multi-column
articles user script to WebKit-based browsers:

http://userscripts.org/scripts/show/9022

If a workaround is known, I would love to hear about it.  Thanks!

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