[Webkit-unassigned] [Bug 126948] New: AX: FrameSelection::notifyAccessibilityForSelectionChange() calling UAZoomChangeFocus with incorrect rectangle coordinates
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jan 13 17:13:10 PST 2014
https://bugs.webkit.org/show_bug.cgi?id=126948
Summary: AX:
FrameSelection::notifyAccessibilityForSelectionChange(
) calling UAZoomChangeFocus with incorrect rectangle
coordinates
Product: WebKit
Version: 528+ (Nightly build)
Platform: Macintosh Intel
OS/Version: Mac OS X 10.9
Status: NEW
Severity: Normal
Priority: P2
Component: Accessibility
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: sharada at apple.com
CC: webkit-bug-importer at group.apple.com
* SUMMARY
In FrameSelectionMac.mm, FrameSelection::notifyAccessibilityForSelectionChange() seems to be calling UAZoomChangeFocus with incorrect rectangle coordinates.
* 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.
5. FrameSelection::notifyAccessibilityForSelectionChange should be called when the suggestion dropdown updates and changes size.
6. Monitor the value of cgViewRect and cgCaretRect when #5 happens.
* RESULT
The cgViewRect size seems to match the content view area size, but its position is pegged to the lower-left of the screen.
The position of cgCaretRect also seems to be pegged to the lower-left of the screen.
--
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