#7360 closed Bug (fixed)
WebKit: problems with editor interface after browser window resize
| Reported by: | Anna Tomanek | Owned by: | Garry Yao |
|---|---|---|---|
| Priority: | Normal | Milestone: | CKEditor 3.6.3 |
| Component: | UI : Toolbar | Version: | 3.0 |
| Keywords: | Webkit | Cc: |
Description
Steps to reproduce:
- Open the replacebycode.html sample in Chrome or Safari.
- Change browser window width.
- The editor toolbar and right border do not reflow and the right editor border is gone. The HTML element containing the editor seems to occupy the whole window width.
Please note this happens to the first editor instance on the page with multiple editors OR to any CKEditor instance after you switch between Source and WYSIWYG view.
Attachments (6)
Change History (21)
Changed 15 years ago by
| Attachment: | chrome_resize_error1.png added |
|---|
Changed 15 years ago by
| Attachment: | chrome_resize_error2.png added |
|---|
Changed 15 years ago by
| Attachment: | chrome_resize_error3.png added |
|---|
Changed 15 years ago by
| Attachment: | safari_resize_error1.png added |
|---|
comment:1 Changed 15 years ago by
| Status: | new → confirmed |
|---|
comment:2 Changed 15 years ago by
comment:4 Changed 14 years ago by
| Component: | General → UI : Toolbar |
|---|
comment:5 Changed 14 years ago by
| Owner: | set to Garry Yao |
|---|---|
| Status: | confirmed → review |
Making it worse, on other skins instead, it totally prevents the editor chrome from resizing.
Changed 14 years ago by
| Attachment: | 7360.patch added |
|---|
comment:8 Changed 14 years ago by
Another TC:
- Open demo or sample page (replacebycode)
- On demo - Enlarge page by pressing CTRL and PLUS (+) twice. Than press CTRL and Minus twice(-)
- On sample - Reduce page by pressing CTRL and MINUS (-) twice. Than press CTRL and Plus twice(+)
Changed 14 years ago by
| Attachment: | 7360_2.patch added |
|---|
comment:12 Changed 14 years ago by
| Milestone: | → CKEditor 3.6.3 |
|---|---|
| Status: | review → review_passed |
I found the issue a bit random, not happening all times. This tends to tell me that we may be just missing something in the editor structure or CSS to have this issue solved.
But, as we don't have anything better right now, let's go ahead with the proposed hack.
comment:13 Changed 14 years ago by
Btw, the "onResize" named function is not needed. Please pass it directly to the event listener function instead when committing.
comment:14 Changed 14 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | review_passed → closed |
Fixed with [7387].

#6195 may be related, judging by the attached screenshot.