Ticket #5563 (closed Bug: fixed)
[FF] 'disableObjectResizing' and 'disableNativeTableHandles' not working
| Reported by: | garry.yao | Owned by: | fredck |
|---|---|---|---|
| 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
Change History
comment:1 Changed 3 years ago by garry.yao
- Status changed from new to assigned
- Owner set to garry.yao
- Keywords Review? added
comment:3 Changed 3 years ago by alfonsoml
- 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 3 years ago by garry.yao
- 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 3 years ago by garry.yao
- Status changed from assigned to new
- Keywords HasPatch added; Review- removed
- Owner garry.yao deleted
comment:6 Changed 3 years ago by alfonsoml
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.
comment:7 Changed 3 years ago by fredck
- Keywords Discussion removed
- Owner set to fredck
- Status changed from confirmed to review
Note: See
TracTickets for help on using
tickets.

Proposing another way to disable object resizing and table handers in both IE and FF.