Opened 13 years ago
Closed 13 years ago
#8568 closed Bug (duplicate)
Editor resize broken in Chrome in specific condition
Reported by: | Freddie Bingham | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
This appears to be a bug with Chrome, haven't tested Safari. This affects our default installation but it can be triggered with one of the examples.
- Open Chrome, I used 15.0.874.121
- Go to http://nightly.ckeditor.com/7336/_samples/fullpage.html
- Resize browser so that it is not 100% width of your screen.
- Use the Inspector to locate the editor <iframe> (right-click page, Inspect Element, search for <iframe>
- Click on the <iframe> reference that is found, it contains the title of "Rich text editor ...".
- Now shrink (resize) the browser horizontally.
- Notice that the editable area of the editor gets locked in width. You see the collapse and resize handles stuck in place.
Now this is a problem for us as it happens when we resize the editor then resize the browser. We have the editor locked to only resize vertically and have applied the suggested fix at http://dev.ckeditor.com/ticket/6308.
Now if you fix 6308 then you can reproduce this bug when setting config.resize_dir = 'vertical'; just by resizing the editor then shrinking the Chrome browser width.
Attachments (1)
Change History (2)
Changed 13 years ago by
Attachment: | Untitled.png added |
---|
comment:1 Changed 13 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
DUP of #7360