Bug 258166
| Summary: | [IFC] [WPE] Hyphenation does not work across renderers | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Amanda Falke <abstractmachines> |
| Component: | Layout and Rendering | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | bfulgham, simon.fraser, zalan |
| Priority: | P2 | ||
| Version: | WebKit Local Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Amanda Falke
Hyphenation does not work across renderers in WPE, so test fast/inline/hyphen-across-renderers.html has been failing in WPE since introduced in 264426@main.
Test runs fine locally on GTK and bots look ok for GTK and other ports as well, it seems WPE may be the only port with an issue here (speculatively).
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
alan
does WPE have IFC enabled? Hyphen across renderers does not work with legacy line layout codepath.
Amanda Falke
(In reply to zalan from comment #1)
> does WPE have IFC enabled? Hyphen across renderers does not work with legacy
> line layout codepath.
Hi! Sorry for the delay in replying here; from my understanding, IFC is enabled in WPE, per https://github.com/WebKit/WebKit/blob/main/Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml#L3235
Thanks for the clarification also that this is not expected to work with legacy line layout codepath; if you recommend changing the bug description in some way, happy to do so.