Opened 15 years ago
Closed 15 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 )
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:
- Created a sample application.
- For Issue 1: Run application IE 7
- For Issue 2: Run application FireFox 3.6
- Click on "Link" buttom from toolbar.
--Sample application is attached along with the screen grab---
Attachments (1)
Change History (5)
Changed 15 years ago by
Attachment: | CKEdit_Link_Issue.jpg added |
---|
comment:1 Changed 15 years ago by
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"><p>Initial value.</p></TEXTAREA>
<SCRIPT LANGUAGE="javascript">
CKEDITOR.replace( 'editor1');
</SCRIPT>
</P>
</FORM> </BODY> </HTML>
comment:2 Changed 15 years ago by
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 15 years ago by
Description: | modified (diff) |
---|---|
Keywords: | Pending added; Blank Link Popup window removed |
Priority: | High → Normal |
Can you provide a url to test your application?
comment:4 Changed 15 years ago by
Resolution: | → expired |
---|---|
Status: | new → closed |
Blank Link Window