-
Notifications
You must be signed in to change notification settings - Fork 6
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
Charges jump when keyboard nav is used #90
Comments
I observed this often while looking into #86 (only in Edge) |
This is caused by the step size, which is 0.1 in this sim. this.setAccessibleAttribute( 'step', Math.pow( 10, -options.accessibleDecimalPlaces ) ); If I change accessibleDecimalPlaces in this sim to 3, the problem goes away. From phetsims/sun#413, I think we need to make this a required parameter or change how this is set. |
If I use "any" as the value for the step attribute, this problem goes away, see phetsims/sun#413 |
@KatieWoe this should be fixed with phetsims/sun@31b65dd, can you please confirm? |
Seems to be fixed on master version of Coulomb's Law using Win 10 Internet explorer. |
Thanks @KatieWoe, sounds good. Sun SHA phetsims/sun@31b65dd is the one we will need for the RC. @mbarlow12 if you run into any trouble pulling in the change please let me know. |
@jessegreenberg thanks—will do. |
1.0.0-rc.6 looks good on Win 10 IE |
Device
hp Laptop
OS
Win 7
Browser
IE
Problem Description
For phetsims/qa#221. Issue doesn't appear on all platforms. When keyboard nav is used to highlight one of the charge figures, that figure may jump to the side slightly.
Steps to Reproduce
Screenshot
https://drive.google.com/file/d/1P2hIV0E6J9TjowqtjYmlpzoVAkMyRKdk/view?usp=sharing
The text was updated successfully, but these errors were encountered: