-
Notifications
You must be signed in to change notification settings - Fork 47.3k
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
startWatchingForChangeEventIE8 getting called in Google Chrome #5920
Comments
That's weird… what version of React? What does |
React version is
I thought I had narrowed the problem down to being in a regular Chrome window as opposed to an incognito window, but the problem seems to be intermittent. Is |
Part of it, but it's a hard requirement. It's a property that is only set in IE. Maybe you have an extension or some other piece of code setting it? |
I'll do some more investigating later this evening. Thanks for the quick responses. |
Would the doctype have anything to do with it? I am rendering a modal component inside of an If I inspect the source, the |
The doctype might matter but again, only if documentMode is set. I'm 95% sure even doctype-less iframes in Chrome won't have that set. If you could make a simplified test case, that would be helpful. |
I'll try to get a test case put together for this |
@cdonohue ping |
I've tried putting together different scenarios. I honestly think that this has something to do with iframes within iframes. I'll open another issue if I find the root cause. No reason to keep this open with the problem being so intermittent. Again, sorry for the delay. |
I'm getting errors in the console when attempting to render
select
andinput
components.and
The errors get thrown from https://github.com/facebook/react/blob/master/src/renderers/dom/client/eventPlugins/ChangeEventPlugin.js#L103-L107 and https://github.com/facebook/react/blob/master/src/renderers/dom/client/eventPlugins/ChangeEventPlugin.js#L109-L116
These methods should only run in legacy IE browsers, correct?
I am having this issue in Google Chrome 48.0.2564.82 (Mac).
The text was updated successfully, but these errors were encountered: