[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
Sat Nov 2 03:47:03 PDT 2013


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





--- Comment #9 from Koji Ishii <kojiishi at gmail.com>  2013-11-02 03:45:49 PST ---
See "Test Case with longer text"; this should not wrap, and is not related with bug 105692 (I suppose; I don't have older build.)

So a wild guess is that:
1. WebKit has a bug to calculate intrinsic size. A guess from the test case is that, it calculates character advances without writing-mode or tatechuyoko in mind. In the case of the attached test case, it might add *height* of "1", not *width*, and thus resulting box is smaller and lead to line break.
2. In the case of the attached test case, it does not break, there were no break opportunity.
3. With bug 105692 fixed, now the line has a break opportunity, and the original bug appear.

So, having a line break opportunity is correct, and we need to attack the original bug.

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