#9373 closed Bug (fixed)
Error when checking/unchecking checkbox. [Uncaught TypeError: Object #<Object> has no method 'preventDefasult' ]
| Reported by: | chinthu | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | General | Version: | 4.0 Beta |
| Keywords: | Cc: |
Description
Uncaught TypeError: Object #<Object> has no method 'preventDefasult'
Google chrome shows this error in console when selecting a checkbox.
Screenshot of error : http://thinking-code.com/thinking-code/demo4/ckeditor/errorscreen.jpg
demo example : http://thinking-code.com/thinking-code/demo4/ckeditor/
Attachments (1)
Change History (3)
Changed 13 years ago by
| Attachment: | errorscreen.jpg added |
|---|
comment:1 Changed 13 years ago by
| Summary: | Error when checking checkbox. [Uncaught TypeError: Object #<Object> has no method 'preventDefasult' ] → Error when checking/unchecking checkbox. [Uncaught TypeError: Object #<Object> has no method 'preventDefasult' ] |
|---|---|
| Version: | → 4.0 Beta |
comment:2 Changed 13 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |

Typo in beta version. It has already been fixed on master.
It should be 'preventDefault' (without s).