Ticket #2148 (new Bug)
Image losing selection in IE after opening the image dialog.
| Reported by: | martinkou | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | General | Version: | SVN |
| Keywords: | Confirmed 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
Note: See
TracTickets for help on using
tickets.