Opened 14 years ago
Closed 14 years ago
#6655 closed Bug (fixed)
Using resize grippie reduces the editor width
Reported by: | Wiktor Walc | Owned by: | Garry Yao |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.5.1 |
Component: | General | Version: | 3.4.1 |
Keywords: | Cc: | t.zehetner@… |
Description
When the resize grippie is used, CKEditor automatically reduces it's width by 12px each time one resizes the editor.
To reproduce, drag down gently the resize handle.
Note: it is definitely not caused by moving the mouse to the left accidentally.
Looks like a regression introduced in 3.4.1.
Attachments (2)
Change History (10)
comment:1 Changed 14 years ago by
Status: | new → confirmed |
---|
comment:2 Changed 14 years ago by
Cc: | t.zehetner@… added |
---|
comment:3 Changed 14 years ago by
Owner: | set to Sa'ar Zac Elias |
---|---|
Status: | confirmed → assigned |
Changed 14 years ago by
Attachment: | 6655.patch added |
---|
comment:4 Changed 14 years ago by
Status: | assigned → review |
---|
comment:5 Changed 14 years ago by
Status: | review → review_failed |
---|
After the patch it's able to grow editor width.
Changed 14 years ago by
Attachment: | 6655_2.patch added |
---|
comment:6 Changed 14 years ago by
Owner: | changed from Sa'ar Zac Elias to Garry Yao |
---|---|
Status: | review_failed → review |
As editor::resize is all about chrome (outter) size right now after [5876], we could safely use container for resize measurement.
comment:7 Changed 14 years ago by
Status: | review → review_passed |
---|
comment:8 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | review_passed → closed |
Fixed with [6271].
Probabky a regression of [5876].