Opened 14 years ago

Closed 14 years ago

#5264 closed Bug (expired)

Blank Link Popup window

Reported by: Saurabh Bhardwaj Owned by:
Priority: Normal Milestone:
Component: UI : Dialogs Version: 3.2
Keywords: Pending Cc: saurabh.bhardwaj@…, saurabh.bhardwaj3@…, matti.jarvinen@…

Description (last modified by Alfonso Martínez de Lizarrondo)

Hello,

I have downloaded the latest version of CKEditor 3.2 and trying to implement this in my project. I have noticed a big issue with Link tool button.

Issue 1: Browser: IE 7
Link window pop up does not appear completely and correctly.

Issue 2: Browser: FireFox 3.6
Link window pop up does not appear correctly.

Steps to reproduce:

  1. Created a sample application.
  2. For Issue 1: Run application IE 7
  3. For Issue 2: Run application FireFox 3.6
  4. Click on "Link" buttom from toolbar.

--Sample application is attached along with the screen grab---

Attachments (1)

CKEdit_Link_Issue.jpg (82.8 KB) - added by Saurabh Bhardwaj 14 years ago.
Blank Link Window

Download all attachments as: .zip

Change History (5)

Changed 14 years ago by Saurabh Bhardwaj

Attachment: CKEdit_Link_Issue.jpg added

Blank Link Window

comment:1 Changed 14 years ago by Saurabh Bhardwaj

I am not able to upload sample application but following is code of my index.html file:

* <!DOCTYPE HTML PUBLIC "-W3CDTD HTML 4.0 TransitionalEN"> <HTML> <HEAD>

<META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=windows-1252"> <TITLE>Magic Standalone Sample - CKEditor</TITLE> <META NAME="GENERATOR" CONTENT="OpenOffice.org 3.1 (Win32)"> <META NAME="CREATED" CONTENT="0;0"> <META NAME="CHANGED" CONTENT="0;0"> <SCRIPT SRC="ckeditor/ckeditor.js"></SCRIPT> <SCRIPT LANGUAGE="javascript" type="text/javascript">

</SCRIPT> </HEAD> <BODY LANG="en-US" DIR="LTR"> <P>Welcome to my world of FCK Editor. </P> <FORM name="myform" ACTION="" METHOD="POST">

<P>My Editor:<BR><TEXTAREA ID="editor1" NAME="editor1" COLS=19 STYLE="width: 1.88in; height: 0.38in">&lt;p&gt;Initial value.&lt;/p&gt;</TEXTAREA>

<SCRIPT LANGUAGE="javascript">

CKEDITOR.replace( 'editor1');

</SCRIPT>

</P>

</FORM> </BODY> </HTML>

comment:2 Changed 14 years ago by Matti Järvinen

Cc: matti.jarvinen@… added

Do demos at http://nightly.ckeditor.com/ work in your browser?

Does it work in XHTML-document?

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
...

comment:3 Changed 14 years ago by Alfonso Martínez de Lizarrondo

Description: modified (diff)
Keywords: Pending added; Blank Link Popup window removed
Priority: HighNormal

Can you provide a url to test your application?

comment:4 Changed 14 years ago by Alfonso Martínez de Lizarrondo

Resolution: expired
Status: newclosed
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