Opened 11 years ago

Last modified 11 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 Jakub Ś)

  1. Create new table with default width 500.
  2. Switch to wysiwyg mode and resize it with FF native handles.
  3. 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 11 years ago by Jakub Ś

Description: modified (diff)
Status: newconfirmed
Version: 4.1 RC4.0

comment:2 Changed 11 years ago by Satya Minnekanti

Cc: satya_minnekanti@… added

comment:3 Changed 11 years ago by Jakub Ś

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:

  1. You insert table
  2. You resize it
  3. You open table properties dialog and don't see width value
  4. You switch to source and back
  5. You open table properties dialog and now you see width value
Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy