timkeane / nyc-lib

Apache License 2.0
12 stars 8 forks source link

translate button does not reappear on map after navigating through screen reader instructions #35

Closed cmenedes closed 3 years ago

cmenedes commented 3 years ago

Current Behavior

Translate button does not reappear on map after navigating through screen reader instructions. image

Expected Behavior

The user should be able to see the translate button reappear once the screen reader instructions screen is closed. image image image

Failure Information (for bugs)

Steps to Reproduce

  1. Open finderapp.html located in the examples/ol folder
  2. Provide splashOptions to the FinderApp constructor: splashOptions: {message: 'splash page message'}`
  3. Build nyc-lib as described in readme, navigate to dist/examples/ol/finderapp.html
  4. In the splash screen, click on 'Screen Reader Instructions' button and then the 'Return To The Map' button. Observe if translate button reappears.
cmenedes commented 3 years ago

Addressed in c92567b