[Webkit-unassigned] [Bug 88376] Incorrect rect-based hit-test result when hit-test region includes culled inlines

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 30 10:11:23 PDT 2012


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





--- Comment #14 from Allan Sandfeld Jensen <allan.jensen at nokia.com>  2012-07-30 10:11:24 PST ---
So, the reason it works is that inlines that has a different ascent/descent creates a new line-boxes. I have not been able to create test-cases that do not work.

I think my assumption at this point will have to be that as long as line-boxes are correctly created, then this code will work correctly, since it includes all culled inlines up to one that creates line-boxes, and all the cases that could make this code wrong should make new line-boxes.

I guess I will rename the bug to indicate it actually works, and close it by removing the comments to it from the code.

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