Opened 12 years ago
Last modified 12 years ago
#10201 confirmed Bug
Table properties have no width when opening dialog after resizing table
Reported by: | Jakub Ś | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.0 |
Keywords: | Firefox | Cc: | satya_minnekanti@… |
Description (last modified by )
- Create new table with default width 500.
- Switch to wysiwyg mode and resize it with FF native handles.
- Right click on the table and select Table properties.
Result: Width has no value assigned.
This is happening because when using Firefox native resize handles, Firefox operates on attributes while CKEditor operates on styles what results in two widths (#9287).
Issue #9287 no longer occurs in CKE 4.1 RC but one does and can be reproduced from CKEditor 4.0 in Firefox browser.
Change History (3)
comment:1 Changed 12 years ago by
Description: | modified (diff) |
---|---|
Status: | new → confirmed |
Version: | 4.1 RC → 4.0 |
comment:2 Changed 12 years ago by
Cc: | satya_minnekanti@… added |
---|
NOTE: if you use
//allowedContent : true
(ACF switched off) then no matter how many times you switch to source and back and open table properties dialog, you won't see width value.If you use default configuration (ACF not turned off) then: