Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Adding note about onScroll on IE8 #703

Merged
merged 2 commits into from
Dec 24, 2013

Conversation

fabiomcosta
Copy link
Contributor

Adding note about onScroll on IE8.
Fixes #631


On IE8 the `onScroll` event doesn't bubbles and IE8 doesn't have an API to define handlers to the capturing phase of an event, meaning there is no way for React to listen to these events.
Currently a handler to this event is ignored on IE8.
[onScroll doesn't work in IE8](https://github.com/facebook/react/issues/631)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change this to "See the [onScrollDoesn't work in IE8] GitHub issue for more information" and we can merge!

petehunt added a commit that referenced this pull request Dec 24, 2013
@petehunt petehunt merged commit a8216e7 into facebook:master Dec 24, 2013

#### onScroll event on IE8

On IE8 the `onScroll` event doesn't bubbles and IE8 doesn't have an API to define handlers to the capturing phase of an event, meaning there is no way for React to listen to these events.
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

s/bubbles/bubble

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(fixed in #722.)

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

onScroll doesn't work in IE8
4 participants