Opened 12 years ago

Closed 12 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.

  1. Open Chrome, I used 15.0.874.121
  2. Go to http://nightly.ckeditor.com/7336/_samples/fullpage.html
  3. Resize browser so that it is not 100% width of your screen.
  4. Use the Inspector to locate the editor <iframe> (right-click page, Inspect Element, search for <iframe>
  5. Click on the <iframe> reference that is found, it contains the title of "Rich text editor ...".
  6. Now shrink (resize) the browser horizontally.
  7. 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)

Untitled.png (217.3 KB) - added by Freddie Bingham 12 years ago.

Download all attachments as: .zip

Change History (2)

Changed 12 years ago by Freddie Bingham

Attachment: Untitled.png added

comment:1 Changed 12 years ago by Jakub Ś

Resolution: duplicate
Status: newclosed

DUP of #7360

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy