[Webkit-unassigned] [Bug 146300] New: AX: AccessibilityObject focus event that doesn't cause a selection change can leave m_isSynchronizingSelection set to true

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 24 17:06:15 PDT 2015


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

            Bug ID: 146300
           Summary: AX: AccessibilityObject focus event that doesn't cause
                    a selection change can leave
                    m_isSynchronizingSelection set to true
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Accessibility
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: d_russell at apple.com
                CC: webkit-bug-importer at group.apple.com

If an accessibilityObject is focused, it calls cache->setIsSynchronizingSelection(true) assuming that the focus will cause a selection change, but doesn't validate that the change occurred or reset this state. After any event that's assuming a selection change will happen, m_isSynchronizingSelection should be reset to false.

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


More information about the webkit-unassigned mailing list