You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the translate button should not throw any errors.
Current Behavior
I'm not sure how this is impacting functionality as translations are still working, but the following error appears in the console after you switch back to English:
Uncaught TypeError: Cannot read property 'name' of undefined at HTMLButtonElement.eval (webpack-internal:///174:240) at Function.each (jquery.min.js:2) at S.fn.init.each (jquery.min.js:2) at Goog.showOriginalText (webpack-internal:///174:234) at Goog.translate (webpack-internal:///174:128) at HTMLSelectElement.i (jquery.min.js:2) at HTMLSelectElement.dispatch (jquery.min.js:2) at HTMLSelectElement.v.handle (jquery.min.js:2)
This doesn't seem to happen when you switching the language using the translate menu in the splash window, only when using the translate button on the map.
Failure Information (for bugs)
Steps to Reproduce
Build nyc-lib as described in readme. Open finderapp.html located in the dist/examples/ol folder
Switch Language to language other than English (bottom-left corner of map)
Switch Language back to English, and observe if there are any errors in the console
The text was updated successfully, but these errors were encountered:
Expected Behavior
Using the translate button should not throw any errors.
Current Behavior
I'm not sure how this is impacting functionality as translations are still working, but the following error appears in the console after you switch back to English:
Uncaught TypeError: Cannot read property 'name' of undefined at HTMLButtonElement.eval (webpack-internal:///174:240) at Function.each (jquery.min.js:2) at S.fn.init.each (jquery.min.js:2) at Goog.showOriginalText (webpack-internal:///174:234) at Goog.translate (webpack-internal:///174:128) at HTMLSelectElement.i (jquery.min.js:2) at HTMLSelectElement.dispatch (jquery.min.js:2) at HTMLSelectElement.v.handle (jquery.min.js:2)
This doesn't seem to happen when you switching the language using the translate menu in the splash window, only when using the translate button on the map.
Failure Information (for bugs)
Steps to Reproduce
The text was updated successfully, but these errors were encountered: