Opened 13 years ago

Last modified 13 years ago

#6801 confirmed Bug

Dialog size should fit the screen in case it's bigger than the view pane

Reported by: Sa'ar Zac Elias Owned by:
Priority: Normal Milestone:
Component: UI : Dialogs Version: 3.0
Keywords: Cc:

Description

FUP of #5084.
If the dialog size is bigger than the view pane, it should be reduced to fit the view pane. We should cover the resize event as well.

Attachments (1)

mybutton.zip (3.3 KB) - added by Jakub Ś 13 years ago.

Download all attachments as: .zip

Change History (2)

comment:1 Changed 13 years ago by Jakub Ś

Status: newconfirmed
Version: 3.0
  1. Add the below code to editor1 in the replacebycode sample;
    { extraPlugins : 'mybutton', toolbar :[ ['mybutton'] ] }
    
  1. Add plug-in mybutton from the attachment
  2. Plug-in has width and height set to 3300.
  3. Open dialog by clicking on toolbar button.

Result: width of the dialog seems to fit the view pane (from CKE 3.1) but height doesn't. There is even no way to scroll down to OK and Cancel buttons.

Changed 13 years ago by Jakub Ś

Attachment: mybutton.zip added
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