-
Notifications
You must be signed in to change notification settings - Fork 366
Description
From paleozogt on June 08, 2012 19:43:25
What steps will reproduce the problem? 1. Copy rangy-core.js to the clipboard
2. On IE9, go to this page https://www.npr.org/2012/04/28/151584377/the-woes-washington-baseball-fans 3. Open the IE developer's console (F12)
4. Paste in the contents of rangy-core.js and execute it
5. In the console execute: rangy.init()
6. In the console execute: typeof rangy.getSelection What is the expected output? What do you see instead? On FireFox, step 6 will show 'function'. On IE9, it will show 'undefined'. What version of the product are you using? On what operating system? Rangy v1.2.2. IE9 on Windows 7. Please provide any additional information below. This is sort of a contrived example, but it easily shows the problem I'm having.
Original issue: http://code.google.com/p/rangy/issues/detail?id=109