Opened 16 years ago
Closed 16 years ago
#6644 closed Task (fixed)
Restrict onmousedown listener to the toolbar
| Reported by: | Alfonso Martínez de Lizarrondo | Owned by: | Alfonso Martínez de Lizarrondo |
|---|---|---|---|
| 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 (1)
Change History (4)
Changed 16 years ago by
| Attachment: | 6644.patch added |
|---|
comment:1 Changed 16 years ago by
| Status: | new → review |
|---|
We must check that there's nothing else broken by this change.
comment:2 Changed 16 years ago by
| Component: | General → UI : Toolbar |
|---|---|
| Milestone: | → CKEditor 3.4.3 |
| Status: | review → review_passed |
| Type: | Bug → Task |
comment:3 Changed 16 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | review_passed → closed |
Fixed with [6057]

Proposed patch