From 8a7415fd663283e8b60abd05548b11f73ce1c789 Mon Sep 17 00:00:00 2001 From: "Fabio M. Costa" Date: Mon, 23 Dec 2013 16:41:41 -0800 Subject: [PATCH] updating text as suggested by @petehunt --- docs/07-working-with-the-browser.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/07-working-with-the-browser.md b/docs/07-working-with-the-browser.md index fd1f3b18..7a8bb96c 100644 --- a/docs/07-working-with-the-browser.md +++ b/docs/07-working-with-the-browser.md @@ -137,4 +137,5 @@ Although React is pretty good at abstracting browser differences, some browsers 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) + +See the [onScroll doesn't work in IE8](https://github.com/facebook/react/issues/631) GitHub issue for more information.