-
Notifications
You must be signed in to change notification settings - Fork 8
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
Clicking 3 times in field then leaving causes an exception #32
Comments
Thanks for reporting this; I'll look into ASAP |
By any chance, was this in Safari? I can easily reproduce on Safari (8.0.3)/OSX (10.10.2), but not on Chrome (41.0.2272 64bit). If not, could you let me know the specific browser you're testing on? I'm pretty sure fixing it for Safari would fix it for your case, but if I can test as close to your environment as possible, that would help confirm it's fixed. The actual exception I see in Safari, if this looks familiar to you, is:
|
Thanks for looking into this so fast. I can repeat the same problem on Chrome(Version 40.0.2214.115 (64-bit)), but it takes 4 clicks. You are right my original testing was on Safari 8.0.3. The tool has made my life so much easier for my current project so I am very grateful for you work on this. |
If a user clicks at least 3 times in an editable cell field and then navigates away from that field the follow error occurs: Uncaught TypeError: undefined is not a function
The text was updated successfully, but these errors were encountered: