Opened 12 years ago
Closed 12 years ago
#9304 closed Bug (fixed)
Editable keystroke handlers should use editor#key event
Reported by: | Garry Yao | Owned by: | Garry Yao |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 4.0 |
Component: | Core : Keystrokes | Version: | 4.0 |
Keywords: | Cc: |
Description
Currently we're hooking on raw DOM event, so it's impossible to coordinate with the rest of handlers that instead hooked on editor#key event, this would cause problem like, conflict in handling the same keystroke.
Change History (3)
comment:1 Changed 12 years ago by
Owner: | set to Garry Yao |
---|---|
Status: | new → review |
comment:2 Changed 12 years ago by
Status: | review → review_passed |
---|
comment:3 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | review_passed → closed |
Opened t/9304 on both repo for review.