RESOLVED WORKSFORME Bug 104024
[CSS Regions] getClientRects and getBoundingClientRect is not returning the correct rects for the elements inside a flow
https://bugs.webkit.org/show_bug.cgi?id=104024
Summary [CSS Regions] getClientRects and getBoundingClientRect is not returning the c...
Alexandru Chiculita
Reported 2012-12-04 11:45:37 PST
Doing something like document.querySelector("h1").getBoundingClientRect() or document.querySelector("h1").getClientRects() when "h1" is an element inside a flow thread will return invalid rectangles.
Attachments
test case (3.67 KB, text/plain)
2013-01-02 15:54 PST, Zoltan Horvath
no flags
Zoltan Horvath
Comment 1 2013-01-02 15:54:13 PST
Created attachment 181091 [details] test case Although I can not reproduce the bug, I find another one. This is the test case what I used for trying to reproduce. I'm going to open a separate bug for the new bug, closing this one.
Note You need to log in before you can comment on or make changes to this bug.