Ticket #2148 (new Bug)

Opened 2 years ago

Last modified 23 months ago

Image losing selection in IE after opening the image dialog.

Reported by: martinkou Owned by:
Priority: Normal Milestone:
Component: General Version: SVN (FCKeditor)
Keywords: Confirmed IE Cc:

Description

Reproduction procedure:

  1. Open sample07.html.
  2. 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>
    
  3. Switch back to WYSIWYG mode.
  4. Right click on one of the images, choose "Image Properties".
  5. Close the Image Properties dialog
  6. The selection to the image is lost.

This bug happens on IE only.

Change History

Changed 2 years ago by martinkou

The bug also occurs when a height CSS attribute is defined in #Gallery.

Changed 23 months ago by alfonsoml

The problem might be the same than #798, and maybe even #2166 could be fixed at the same time.

Note: See TracTickets for help on using tickets.