[Webkit-unassigned] [Bug 127451] New: AX: Can't always increment web sliders.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jan 22 15:37:19 PST 2014
https://bugs.webkit.org/show_bug.cgi?id=127451
Summary: AX: Can't always increment web sliders.
Product: WebKit
Version: 528+ (Nightly build)
Platform: Macintosh Intel
OS/Version: Mac OS X 10.9
Status: NEW
Keywords: InRadar
Severity: Normal
Priority: P2
Component: Accessibility
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: samuel_white at apple.com
CC: webkit-bug-importer at group.apple.com
If a slider has no step size and a very small range, for example:
min = 0, max = 10
AXIncrement and AXDecrement fail. This is because we try and increment by a percent in this case, and the percent results in a value of less than 1. Since 1 is the implicit step size in this case we need to adjust.
--
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