Opened 14 years ago
Closed 14 years ago
#6137 closed Bug (fixed)
Table dialog: width doesn't have the default value on second open
Reported by: | Frederico Caldeira Knabben | Owned by: | Sa'ar Zac Elias |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.4 |
Component: | General | Version: | 3.4 Beta |
Keywords: | Cc: |
Description
- Click the table button to create a new table. Note that the Width field presents the default "500" value.
- ESC to close the dialog.
- Click the table button again.
The Width field will be blank.
Works well with CKEditor 3.3.2.
Attachments (3)
Change History (13)
comment:1 Changed 14 years ago by
Owner: | set to Sa'ar Zac Elias |
---|---|
Status: | new → assigned |
Changed 14 years ago by
Attachment: | 6137.patch added |
---|
comment:2 Changed 14 years ago by
Status: | assigned → review |
---|
comment:3 Changed 14 years ago by
Status: | review → review_failed |
---|
Changed 14 years ago by
Attachment: | 6137_2.patch added |
---|
comment:4 Changed 14 years ago by
The patch is proposing the following change:
No 'change' event during internal fields committing and when fields resetting.
comment:7 Changed 14 years ago by
Status: | review → review_failed |
---|
The change in the reset method causes problems with manual resetting.
Changed 14 years ago by
Attachment: | 6137_3.patch added |
---|
comment:8 Changed 14 years ago by
Status: | review_failed → review |
---|
comment:9 Changed 14 years ago by
Status: | review → review_passed |
---|
comment:10 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | review_passed → closed |
Fixed with [5822].
The patch provide a workaround for this particular field while it's still buggy when you have, e.g. a default table height.