[Webkit-unassigned] [Bug 194647] New: AX: ARIA Reflection was disabled in error

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 14 01:32:17 PST 2019


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

            Bug ID: 194647
           Summary: AX: ARIA Reflection was disabled in error
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Accessibility
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: jcraig at apple.com
                CC: webkit-bug-importer at group.apple.com

AX: ARIA Reflection was disabled in error

r236522 from bug 151380 disabled the ARIAReflectionEnabled flag, presumably in error.
https://bugs.webkit.org/show_bug.cgi?id=151380#c18

The automated tests did not catch the fault because the test runner overrides the flag:

~src/WebKit/Tools/WebKitTestRunner/TestController.cpp:
  827:     WKPreferencesSetAriaReflectionEnabled(preferences, true);

So the fix may be to revert the AriaReflectionEnabled value in WebPreferences.yaml and remove the test override.

-- 
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/20190214/140c935e/attachment-0001.html>


More information about the webkit-unassigned mailing list