-
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
Ruler not released on touch when focus is moved away from it #201
Comments
@terracoda, the above commit was worked on as part of #194, but @jessegreenberg and I think it may effect this issue. Has this been fixed? |
@zepumph, the ruler was successfully released a couple of times, and I heard the appropriate GRAB location responses a couple of times, but there are still issues.
I am also having a lot of trouble reading through the sim content with cursor gestures (up and down to go to headings; left and right to read line by line). It is easy for me to get skip sections or get stuck on elements. This could be due the small space for swiping. It could be because I haven't been using VO gestures for very long. Or it could be we have some issues to the way things are layered in accessible PDOM. I am not sure what is happening. |
I might need to call in some help from an expert gesture VO user. |
@zepumph I was testing dev 2.2.0-dev.18 in #201 (comment) |
Sorry if you are already aware of this, but there are different ways to scan content with the cursor. If you twist two fingers counterclockwise you can switch between reading lines, navigating buttons, navigating by heading, and so on. Is it possible it is stuck on "containers" setting instead of "lines"? |
@jessegreenberg, thanks for the tip. I can get the roter tool to pop-up and adjust, but it's a bit tricky. |
I am testing dev version and still having some trouble with the ruler interaction. |
In the above commits @jessegreenberg and I worked on this problem, as well as potentially a few other issues currently logged. We found that the grab/drag interaction was very buggy, because the center point of the Here is @jessegreenberg's screen shot showing how the bounds of the ISLCRulerNode were larger than just the ruler itself. The origin of the problem was that the ruler was We got rid of the focusHighlightLayerable feature, which was especially unnecessary since #104, and then we worked on the common code to make sure that Nodes that don't use @terracoda will you confirm this issue is fixed in the dev version I give to you later this evening? |
Is getting released now. Once the ruler got a little difficult to grab and move from the top edge of the screen, but in general I think this is issue is resolved. Nice work @jessegreenberg and @zepumph |
This may be related to #194 and other recent issues about the ruler interaction.
I just noticed on
https://phet-dev.colorado.edu/html/gravity-force-lab/2.2.0-dev.16/phet/gravity-force-lab_en_phet.html
That the ruler doesn't seem to get released and thus I am not able to regrab it. Maybe this is already known and this a redundant issue.
Doing no further testing on mobile until you give me a new dev version @zepumph
The text was updated successfully, but these errors were encountered: