NEW180931
[WPE][GTK] Issues with selection direction "none"
https://bugs.webkit.org/show_bug.cgi?id=180931
Summary [WPE][GTK] Issues with selection direction "none"
Ms2ger (he/him; ⌚ UTC+1/+2)
Reported 2017-12-18 08:39:48 PST
https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#selection-direction GTK/WPE don't support the "none" value due to the following code in Source/WebCore/editing/EditingBehavior.h: bool shouldConsiderSelectionAsDirectional() const { return m_type != EditingMacBehavior && m_type != EditingIOSBehavior; } However, it still claims that the direction is "none" in a variety of cases, such as when it's not being rendered. This seems odd. (And it causes test failures.)
Attachments
Note You need to log in before you can comment on or make changes to this bug.