Skip to content
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

Tooltips throw on Edge #1299

Open
cwillisf opened this issue Jan 18, 2018 · 1 comment
Open

Tooltips throw on Edge #1299

cwillisf opened this issue Jan 18, 2018 · 1 comment

Comments

@cwillisf
Copy link
Contributor

cwillisf commented Jan 18, 2018

Expected Behavior

There should be no exceptions displayed in the browser console under normal editor use.

Actual Behavior

Hovering over unimplemented features, such as the 'Load' and 'Save' buttons, cause this message in the console:

SCRIPT438: Object doesn't support property or method 'Symbol(Symbol.iterator)'
trackRemoval.js (60,1)

The tooltips seem to work correctly despite the error message.

This appears to be this upstream issue: ReactTooltip/react-tooltip#328

Steps to Reproduce

  1. Load Scratch 3 in Edge
  2. Dismiss the preview dialog
  3. Open the developer console
  4. Hover over "Load" or "Save"

Operating System and Browser

Windows 10.0.15063
Edge 40.15063.674.0

@thisandagain
Copy link
Contributor

From discussion in that upstream issue it looks like the recommended resolution is to polyfill "Symbol":
ReactTooltip/react-tooltip#328 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants