Opened 17 years ago
Closed 14 years ago
#2148 closed Bug (worksforme)
Image losing selection in IE after opening the image dialog.
Reported by: | Martin Kou | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | SVN (FCKeditor) - Retired |
Keywords: | IE | Cc: |
Description
Reproduction procedure:
- Open sample07.html.
- Paste the following HTML in Source Mode:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>Full Page Test</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><style type="text/css"> #Gallery { width: 500px; }</style> </head> <body> <div id="Gallery"><img height="240" alt="" width="240" src="a.jpg" /><img height="240" alt="" width="240" src="b.jpg" /></div> </body> </html>
- Switch back to WYSIWYG mode.
- Right click on one of the images, choose "Image Properties".
- Close the Image Properties dialog
- The selection to the image is lost.
This bug happens on IE only.
Change History (3)
comment:1 Changed 17 years ago by
comment:2 Changed 17 years ago by
comment:3 Changed 14 years ago by
Resolution: | → worksforme |
---|---|
Status: | confirmed → closed |
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.
The bug also occurs when a height CSS attribute is defined in #Gallery.