[Bug 23749] Keypad's Add, Subtract, Multiply, Divide, Equals and Decimal are not defined in the latest ED

https://www.w3.org/Bugs/Public/show_bug.cgi?id=23749

Gary Kacmarcik <garykac@google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |garykac@google.com
         Resolution|---                         |FIXED

--- Comment #1 from Gary Kacmarcik <garykac@google.com> ---
Yes, this is by design.

For these keys:
key = '+', '-', '*' '/', '=' and '.' should be used with location =
DOM_KEY_LOCATION_NUMPAD.  It doesn't make sense to special case these keys,
especially when the non-keypad versions are coming through as the values given
above.

This also parallels how the keypad number keys '1' - '9' are handled.

Enter, Tab and Separator are still handled with special values.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Received on Thursday, 7 November 2013 03:21:03 UTC