Opened 12 years ago
Closed 12 years ago
#9600 closed Bug (fixed)
Table insertion overflows inline editable
Reported by: | Garry Yao | Owned by: | Garry Yao |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 4.0 |
Component: | Core : Tables | Version: | 4.0 |
Keywords: | Cc: |
Description
Table insertion now impose a fixed width, this looks good for framed editable, but it always overflow inline editing area which are mostly smaller.
Change History (3)
comment:1 Changed 12 years ago by
Owner: | set to Garry Yao |
---|---|
Status: | new → review |
comment:2 Changed 12 years ago by
Status: | review → review_passed |
---|
It's very... poor and basic impl, but let's have it for now.
comment:3 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | review_passed → closed |
Opened t/9600 to propose a smarter width based on a check of the initial editable width, it does't work well though with resized editable (the default is fixed on dialog load) but it's considered better than the current.