[Webkit-unassigned] [Bug 123204] Combining vertical-rl writing mode, float: left and -webkit-text-combine: horizontal has unexpected result following r147588

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 23 08:53:21 PDT 2013


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





--- Comment #2 from Glenn Adams <glenn at skynav.com>  2013-10-23 08:52:07 PST ---
This appears to be a case where, due to the transition to and from tatechuyoko (horizontal within vertical) mode, the line breaking context across the transition boundary should be cleared, i.e., you want to use:

m_renderTextInfo.m_lineBreakIterator.resetPriorContext();

at the the transition boundary.

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