Opened 15 years ago

Closed 12 years ago

#3525 closed Bug (wontfix)

Bug with link dialog box not showing up

Reported by: Harel Seligmann Owned by:
Priority: Normal Milestone:
Component: General Version: FCKeditor 2.6.3
Keywords: Cc:

Description

have found a bug where the dialog box doesn't appear if the surrounding div is too big and floated to the left. If 1024X768 resolution, any width greater than 1003 and for 1280X1024, width greater than around 1240px then if you press the link button, the screen fades as if to show the dialog box but it doesn't appear (perhaps it is being placed off screen). This is happening in Internet Explorer 6 and 7 on ALL versions of FCKEditor

Here is the code under screen resolution of 1280X1024 <div style="width:1250px;float:left"> <!-- #INCLUDE file="fckeditor/fckeditor.asp" --> <%sBasePath = "fckeditor/" Set oFCKeditor = New FCKeditor oFCKeditor.BasePath = sBasePath oFCKeditor.Height = 600 oFCKeditor.width = 670

oFCKeditor.Value = "" oFCKeditor.Create "Content" %> </div>

Change History (2)

comment:1 Changed 15 years ago by Artur Formella

Keywords: Dialog box not displaying removed
Milestone: FCKeditor 2.6.5

comment:2 Changed 12 years ago by Jakub Ś

Resolution: wontfix
Status: newclosed

FCKeditor was retired and is no longer supported. All active development was moved to its successor, CKEditor 3.x, that is a fully mature and far superior product. We recommend you upgrade as soon as possible since this issue is no longer a problem in current code base.

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