[Webkit-unassigned] [Bug 47806] Text inserted at the collapsed selection between two BRs following a non-wrapping text that forces a horizontal scrollbar is not rendered

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 5 14:05:58 PDT 2010


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





--- Comment #8 from Levi Weintraub <leviw at google.com>  2010-11-05 14:05:57 PST ---
Created an attachment (id=73115)
 --> (https://bugs.webkit.org/attachment.cgi?id=73115&action=review)
Test case using a timeout

It turns out selection isn't the culprit! Setting the selection delays the DOM modification until after the first layout, which is the fail case. RenderBlock::layoutInlineChildren does the proper thing when presented with the final DOM on a "full layout" which occurs on the first layout, but subsequent layouts ignore the second InlineFlowBox, perhaps because it's not reporting that it's dirty? Adding a test case that uses a timeout instead of setting selection.

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