Opened 9 years ago
Closed 9 years ago
#16975 closed Task (wontfix)
How do i prevent CKEDITOR dialog from being closed once pressed ENTER(13) key?
| Reported by: | manish4781 | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | General | Version: | |
| Keywords: | Cc: |
Description
Currently if i press Enter key(keyCode 13) it is triggering the CKEDITOR Dialog OK button, is there a way i could prevent that in my custom CKEDITOR plugin?
Change History (1)
comment:1 Changed 9 years ago by
| Resolution: | → wontfix |
|---|---|
| Status: | new → closed |
| Version: | 4.6.2 |

It can't be disabled. This code is a part of core dialog plugin: https://github.com/ckeditor/ckeditor-dev/blob/master/plugins/dialog/plugin.js#L523-L529