Opened 15 years ago
Closed 14 years ago
#5563 closed Bug (fixed)
[FF] 'disableObjectResizing' and 'disableNativeTableHandles' not working
Reported by: | Garry Yao | Owned by: | Frederico Caldeira Knabben |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.4 |
Component: | General | Version: | SVN (CKEditor) - OLD |
Keywords: | Cc: |
Description
Due to changes made at #3593, these two configs stop working since they depends on designMode.
Attachments (3)
Change History (12)
comment:1 Changed 15 years ago by
Keywords: | Review? added |
---|---|
Owner: | set to Garry Yao |
Status: | new → assigned |
Changed 15 years ago by
Attachment: | 5563.patch added |
---|
comment:2 Changed 15 years ago by
Milestone: | CKEditor 3.3 → CKEditor 3.4 |
---|
comment:3 Changed 15 years ago by
Keywords: | Review- added; Review? removed |
---|
The patch merges both options, so if they are going to do the same, they should be a single option and remove one of them.
Also, we should be sure that there's a ticket filed at Mozilla for this.
comment:4 Changed 15 years ago by
Keywords: | Discussion added |
---|
Unfortunately there's no way for separating them with the approach proposed by the current patch, is it an option to eventually combine them into one?
comment:5 Changed 15 years ago by
Keywords: | HasPatch added; Review- removed |
---|---|
Owner: | Garry Yao deleted |
Status: | assigned → new |
comment:6 Changed 14 years ago by
This file shows that those commands can work with contentEditable, so the problem must be the lots of tricks, time-outs, and whatever that we are using at the moment.
Changed 14 years ago by
Attachment: | 5563_2.patch added |
---|
comment:7 Changed 14 years ago by
Keywords: | Discussion removed |
---|---|
Owner: | set to Frederico Caldeira Knabben |
Status: | confirmed → review |
comment:8 Changed 14 years ago by
Keywords: | HasPatch removed |
---|---|
Status: | review → review_passed |
comment:9 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | review_passed → closed |
Fixed with [5743].
Proposing another way to disable object resizing and table handers in both IE and FF.