NEW126950
AX: FrameSelection::notifyAccessibilityForSelectionChange() seems to be called unnecessarily when typing into address bar
https://bugs.webkit.org/show_bug.cgi?id=126950
Summary AX: FrameSelection::notifyAccessibilityForSelectionChange() seems to be calle...
Susumu Harada
Reported 2014-01-13 17:22:36 PST
* SUMMARY When typing into the Safari address bar, FrameSelection::notifyAccessibilityForSelectionChange() in FrameSelectionMac.mm seems to be called whenever the suggestion dropdown updates to change size, when it seems it shouldn't be called. * STEPS TO REPRODUCE 1. Enable zoom and zoom in. 2. Open Safari and size the window so that it is not full screen. 3. In the Safari address bar, type a letter (e.g., "w") that causes the suggestion dropdown to populate. 4. Type additional letters, until the size of the suggestion dropdown updates and changes size. * RESULT FrameSelection::notifyAccessibilityForSelectionChange seems to be called whenever the suggestion dropdown updates and changes size. It does not seem correct for UAZoomChangeFocus to be raised here each time the suggestion dropdown updates as the user is typing into the address bar. Because the rectangle coordinates being raised here are also incorrect (as per related issue), this current behavior causes user's zoom view to be jumped to the lower-left part of the screen whenever they are typing into the address bar and the suggestion dropdown updates to change size.
Attachments
Susumu Harada
Comment 1 2014-01-13 17:23:53 PST
Related to Bug 126948
Radar WebKit Bug Importer
Comment 2 2014-01-13 17:24:16 PST
Radar WebKit Bug Importer
Comment 3 2014-01-13 17:24:56 PST
Note You need to log in before you can comment on or make changes to this bug.