[Webkit-unassigned] [Bug 135452] REGRESSION: Search highlight is broken in RTL multicolumn content

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 30 23:07:56 PDT 2014


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





--- Comment #1 from Ryosuke Niwa <rniwa at webkit.org>  2014-07-30 23:08:08 PST ---
The problem here is that RenderMultiColumnFlowThread::mapFromFlowToRegion doesn't add the layer offset when computing the translation offset despite the fact RenderMultiColumnSet::columnTranslationForOffset returns an offset from the layer's top left corner.

This is in contract to RenderLayer::collectFragments.  It calls RenderMultiColumnSet::collectLayerFragments, which also returns an offset from the layer's top left corner, but it adds the layer offset so everything is fine there.

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