phetsims / friction

"Friction" is an educational simulation in HTML5, by PhET Interactive Simulations.
http://phet.colorado.edu/en/simulation/friction
GNU General Public License v3.0
4 stars 6 forks source link

Some weirdness with the Chemistry Book interaction #299

Closed terracoda closed 2 years ago

terracoda commented 2 years ago

On master using Safari on MacOS 12.2.1 I just noticed that the grabbing of the Chemistry book does not allow me to move up. It's always against the Physics book.

The Zoomed-in Chemistry book seems fine.

I have not done a deep dive, just noting I saw an issue.

terracoda commented 2 years ago

The issue is with mouse input not keyboard input.

terracoda commented 2 years ago

FYI, I had interactive highlights enabled, but it is the same either way. I can't click on the book and move it up.

terracoda commented 2 years ago

The issue exist on mobile, too. I am now using iOS 15.5 on iPhone 7.

terracoda commented 2 years ago

I checked the design document when investing a related dev-test issue, and I am going to paste the issue where we originally worked out the use ofarai-roledescription for mobile VO in case it is helpful for this issue.

From https://github.com/phetsims/friction/issues/293

I looked in the Friction design document. There are a lot of notes in there about the pros and cons of using aria-roledescription. These notes and the interaction and coding issues were worked out in this issue https://github.com/phetsims/friction/issues/152

zepumph commented 2 years ago

This is my fault, I'll solve it in Friction code, we don't need to change the aria for this issue.

zepumph commented 2 years ago

Duplicate with https://github.com/phetsims/friction/issues/276, fixed above.