-
Notifications
You must be signed in to change notification settings - Fork 347
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Identify examples where the charCode property of keypress event is used #249
Comments
mcking65
changed the title
Identify examples where keypress.charcode is used
Identify examples where the charCode property of keypress event is used
Jan 23, 2017
mcking65
pushed a commit
that referenced
this issue
Jan 30, 2017
…harCode dependency Addressess issue #249 for menu button examples.
@mcking65 Jon has already fixed "key press" in menu button example. |
Menubutton fix is in commit 50a45b3 |
mcking65
pushed a commit
that referenced
this issue
Jan 31, 2017
* removed keypress events * Addresses issue #249 for treeview examples.
Now, the only place where we still have this problem is in the menubar examples. |
github-project-automation
bot
moved this to Complete
in Menu, Menubar, and Menu Button patterns and examples development project
Sep 20, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The charCode proprety of keypress
is deprecated. This may be the reason that focus is trapped in the tree view examples when using later versions of Firefox as described in issue #223.
To facilitate plans to remove dependency on the charCode property of keypress event, Identify the examples that depend on it.
The text was updated successfully, but these errors were encountered: