Hi, there were similar two keyCode constants, one was VK_RETURN
(DOM_VK_RETURN/NS_VK_RETURN), the other was VK_ENTER
(DOM_VK_ENTER/NS_VK_ENTER).
These were making a lot of developers confused and event handlers
duplicated.
Now, VK_ENTER has gone. See bug 969247 for the detail.
https://bugzilla.mozilla.org/show_bug.cgi?id=969247
I hope that this doesn't cause any problem. But
KeyboardEvent.DOM_VK_ENTER is now "undefined" in JS code. This might be
a big change for some cases.
If you find any problems about this change, please file new bugs and
mark them as depending on bug 969247.
Thanks in advance.
--
Masayuki Nakano <masay...@d-toybox.com>
Manager, Internationalization, Mozilla Japan.
_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform