Ticket #6644 (closed Task: fixed)
Restrict onmousedown listener to the toolbar
| Reported by: | alfonsoml | Owned by: | alfonsoml |
|---|---|---|---|
| Priority: | Normal | Milestone: | CKEditor 3.4.3 |
| Component: | UI : Toolbar | Version: | |
| Keywords: | Cc: |
Description
Follow up from #6416
Currently the whole editor wrapper has an onmousedown = return false, and it seems that the aim is to avoid problems with the toolbar.
So the proper solution seems to move the listener just to the toolbar and remove the "strange" code in the sourcearea plugin.
Attachments
Change History
Changed 3 years ago by alfonsoml
- Attachment 6644.patch added
comment:1 Changed 3 years ago by alfonsoml
- Status changed from new to review
We must check that there's nothing else broken by this change.
Note: See
TracTickets for help on using
tickets.

Proposed patch