[Webkit-unassigned] [Bug 180931] New: [WPE][GTK] Issues with selection direction "none"

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 18 08:39:48 PST 2017


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

            Bug ID: 180931
           Summary: [WPE][GTK] Issues with selection direction "none"
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Forms
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: Ms2ger at igalia.com
                CC: cdumez at apple.com, wenson_hsieh at apple.com

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

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20171218/a9d1e717/attachment.html>


More information about the webkit-unassigned mailing list