phetsims / acid-base-solutions

"Acid-Base Solutions" is an educational simulation in HTML5, by PhET Interactive Simulations.
http://phet.colorado.edu/sims/html/acid-base-solutions/latest/acid-base-solutions_en.html
GNU General Public License v3.0
4 stars 7 forks source link

Arrows disabled before slider minimum #240

Closed KatieWoe closed 1 year ago

KatieWoe commented 1 year ago

Test device Samsung Operating System Win 11 Browser Chrome and Firefox Problem description For https://github.com/phetsims/qa/issues/981. This does not seem to happen in published. When using Initial Concentration slider/arrows, the arrows can become disabled before the slider has reached it's minimum (may happen with maximum, but harder if so). This happens if the slider is at a value between .001 and .002. .002 will show in the display, but if it isn't exactly that value, the arrow to go to .001 will be disabled. Steps to reproduce

  1. Go to the second screen.
  2. Drag the Initial Concentration slider to .002, then to a bit left, but not yet minimum.
  3. Observe the arrows. You can go up in value, but going down is disabled.
  4. If you increment up then down again with the arrows you will still be stuck above the minimum

Visuals arrowtoosoon

Troubleshooting information:

!!!!! DO NOT EDIT !!!!! Name: ‪Acid-Base Solutions‬ URL: https://phet-dev.colorado.edu/html/acid-base-solutions/1.3.0-rc.1/phet/acid-base-solutions_all_phet.html Version: 1.3.0-rc.1 2023-09-13 01:03:57 UTC Features missing: applicationcache, applicationcache, touch Flags: pixelRatioScaling User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36 Language: en-US Window: 1536x707 Pixel Ratio: 1.25/1 WebGL: WebGL 1.0 (OpenGL ES 2.0 Chromium) GLSL: WebGL GLSL ES 1.0 (OpenGL ES GLSL ES 1.0 Chromium) Vendor: WebKit (WebKit WebGL) Vertex: attribs: 16 varying: 31 uniform: 4096 Texture: size: 8192 imageUnits: 32 (vertex: 32, combined: 64) Max viewport: 8192x8192 OES_texture_float: true Dependencies JSON: {}
pixelzoom commented 1 year ago

@KatieWoe I beleive this is a duplicate of https://github.com/phetsims/acid-base-solutions/issues/239. Do you agree?

KatieWoe commented 1 year ago

Looks like it. Sorry about that