-
Notifications
You must be signed in to change notification settings - Fork 355
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
Editor Menubar Example: Improve high contrast support and refactor Javascript #1356
Conversation
There is a problem with the regression test "key.SPACE" feature, it does not seem to be generating the correct code for testing. I had to add some code on line 524 to pass the regression test for the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Completed editorial review. I pushed commits to fix some minor issues. All the copy looks good. Thank you @jongund.
|
@mcking65 |
@mcking65 |
@jongund, what if we keep the current editor menubar and its tests; just make this PR about adding new versions with new names/location. Then, after we merge this, we do a separate PR to remove the unnecessary files? I wonder if that would solve the problem. It doesn't seem like such gymnasitcs should be necessary ... I guess this calls for further investigationit is |
@mcking65 |
@mcking65 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This all looks great to me! Very readable and simple code, perfect for an example. And the tests all apply to this example and run successfully. I fixed one spelling error in a comment.
Editor Menubar Example: Improve high contrast support and refactor Javascript (pull #1356) Resolves issue #1355 for the editor menubar example by: * Simplifying the Javascript code to use a single object. * Replace PNG files with SVG. * Improving high contrast support * Makes corresponding editorial revisions to documentation. * Fixes bug with testing space key. Co-authored-by: Sarah Higley <[email protected]> Co-authored-by: Matt King <[email protected]> Co-authored-by: Valerie Young <[email protected]>
closes #1355
This pull request is to update the editor menubar example.
Editor Menubar Preview link
The goal of the update is to:
Review checklist