phetsims / decaf

PhET Java Simulations converted to HTML5 using CheerpJ
1 stars 0 forks source link

Cannot change background color if already changed once Faraday 1.0.0-dev.7 #48

Open loganbraywork opened 4 years ago

loganbraywork commented 4 years ago

Test Device

Windows 10 Laptop

Operating System

Windows 10

Browser

Chrome v. 80.0.3987.163 (Official Build) (64-bit)

Problem Description

Dev Version used: https://phet-dev.colorado.edu/decaf/faraday/1.0.0-dev.7/index.html?simulation=faraday

When the background color is changed once, the option becomes grayed out and cannot be changed again unless the page is refreshed.

Steps to Reproduce

  1. Click the Options button at the top left of the sim
  2. Change the background color
  3. Click the options button again
  4. Attempt to Click the Change Background Color button

Visuals

2020-04-13DecafFaradayBckClr

loganbraywork commented 4 years ago

Issue still occurs in https://phet-dev.colorado.edu/decaf/faraday/1.0.0-dev.17/?simulation=faraday so linking https://github.com/phetsims/QA/issues/494

KatieWoe commented 4 years ago

You do not even need to have made a change for this, just entered the dialog box and left it.

KatieWoe commented 4 years ago

A version happens with the Field Controls. If you exit the dialog by clicking outside it, rather than clicking ok, x, or cancel, then the option to open Field Controls blanks out. blankfieldcontrol

KatieWoe commented 4 years ago

Seeing this in some other sims in https://github.com/phetsims/QA/issues/499, and I think what may be happening is that the new window isn't closing, but layered behind the main window. In some cases you can drag it out of the way and access the lost window again, but this isn't always possible on all devices (such as ipad) and a solution may still be desired. @samreid