#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 12 years ago by
Status: | new → confirmed |
---|---|
Version: | 3.6.6 (SVN - trunk) → 3.4 |
comment:2 Changed 12 years ago by
Component: | General → UI : Dialogs |
---|---|
Milestone: | → CKEditor 4.0.1 |
Pushed t/9553@cksource and t/9553@tests.
comment:3 Changed 12 years ago by
Owner: | set to Frederico Caldeira Knabben |
---|---|
Status: | confirmed → review |
comment:4 Changed 12 years ago by
Status: | review → review_passed |
---|
comment:5 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | review_passed → closed |
Masterised git:5cf0a4f.
This TC can be reproduced in all browsers from CKEditor 3.4 when advanced properties tab for table was introduced.