[Webkit-unassigned] [Bug 125720] New: When navigating the elements of a scrollable element with VoiceOver, the scrollTop() position of the element does not permanently change

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 13 18:40:43 PST 2013


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

           Summary: When navigating the elements of a scrollable element
                    with VoiceOver, the scrollTop() position of the
                    element does not permanently change
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.9
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Accessibility
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: bunch at apple.com
                CC: webkit-bug-importer at group.apple.com


Created an attachment (id=219218)
 --> (https://bugs.webkit.org/attachment.cgi?id=219218&action=review)
Test case

* SUMMARY
When navigating elements inside a scrolling div (using overflow: auto), WebKit is firing multiple scroll notifications and erroneously resetting the scrollTop value of the containing div with each navigation event.

* STEPS TO REPRODUCE
1. Open the attached test case
2. Turn on VoiceOver and begin navigating the elements inside the scrolling container.

* RESULTS
The container jumps to the newly focused element, but then quickly scrolls back up to it's original position. The focused item should be scrolled to when focused. 

* NOTES
After further investigation, it appears that a second scroll event is also being fired. Check the console in the test case for that evidence.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list