[Bug 23749] Keypad's Add, Subtract, Multiply, Divide, Equals and Decimal are not defined in the latest ED
| Newsgroups | gmane.comp.web.dom.general |
|---|---|
| Message-ID | <[email protected]/Bugs/Public/> |
https://www.w3.org/Bugs/Public/show_bug.cgi?id=23749 Gary Kacmarcik <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution|--- |FIXED --- Comment #1 from Gary Kacmarcik <[email protected]> --- 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.