Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#9553 closed Bug (fixed)

Table width incorrectly set when border-width style is specified

Reported by: Teresa Monahan Owned by: Frederico Caldeira Knabben
Priority: Normal Milestone: CKEditor 4.0.1
Component: UI : Dialogs Version: 3.4
Keywords: IBM Cc: Damian, Satya Minnekanti

Description

To Reproduce:

  • Open any CKEditor sample and insert a default table.
  • Edit the Table Properties and set the Style field on the advanced tab to:
    border-width:2px;width:500px;
    
  • Click OK.

Problem: The width of the table is now 2px. It should be 500px.

If you open the table dialog again, you can see that the Style field now contains:

border-width:2px;width:2px;

This is a customer reported issue.

Change History (6)

comment:1 Changed 11 years ago by Jakub Ś

Status: newconfirmed
Version: 3.6.6 (SVN - trunk)3.4

This TC can be reproduced in all browsers from CKEditor 3.4 when advanced properties tab for table was introduced.

comment:2 Changed 11 years ago by Frederico Caldeira Knabben

Component: GeneralUI : Dialogs
Milestone: CKEditor 4.0.1

Pushed t/9553@cksource and t/9553@tests.

comment:3 Changed 11 years ago by Frederico Caldeira Knabben

Owner: set to Frederico Caldeira Knabben
Status: confirmedreview

comment:4 Changed 11 years ago by Olek Nowodziński

Status: reviewreview_passed

comment:5 Changed 11 years ago by Piotrek Koszuliński

Resolution: fixed
Status: review_passedclosed

Masterised git:5cf0a4f.

Last edited 11 years ago by Piotrek Koszuliński (previous) (diff)

comment:6 Changed 11 years ago by Frederico Caldeira Knabben

Backported to v3 with [7678].

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