[Webkit-unassigned] [Bug 104631] Emphasis mark is printed after inline-block with justify

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 19 18:44:30 PST 2012


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





--- Comment #16 from Yuki Sekiguchi <yuki.sekiguchi at access-company.com>  2012-12-19 18:46:45 PST ---
Hmm...
I watched test results on Mac, Windows and Linux.
The justification is occurred on Mac, but it isn't occurred on Windows and Linux.
This behavior is changed by Font::canExpandAroundIdeographsInComplexText() implementation.

If your port returns true from canExpandAroundIdeographsInComplexText(), this bug is reproduced and the result width is 200px.
If your port returns false, this bug is NOT reproduced and the result width is about 18px(depend on Japanese font).

Safari for Windows should be about 18px, because win/FontWin.cpp returns false.

I don't know which directory ELF port use.
If it use harfbuzz/FontHarfBuzz.cpp, it returns false, so the width should be about 18px.

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