Opened 12 years ago
Closed 12 years ago
#10286 closed Bug (expired)
[IE 7-10] Adding link to an image causes a blue border
Reported by: | Molly | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
Steps were discovered in our company's use of the editor and reproduced in the CKEditor demo before entering the bug. These bugs were tested in IE 7-10 (document standards mode), Chrome (latest), and Firefox (18.0.1, 19.0.1).
Basic way to reproduce:
- Open CKEditor demo and insert an image. Do not give it a link at this time. Do not set the border.
- Use Image Properties dialog on the image and give it a link.
- The image will now display a blue border around it.
Alternative method of reproducing it:
- Open CKEditor demo, clear demo, and go to Source.
- Insert HTML for an image setting the border equal to 0.
Example: <img alt="light bulb" src="http://www.lightbulbmarket.com/files/1974975/uploaded/Philips%20Incandescent%20A-19%20Light%20Bulb.gif" style="height:80px; width:60px; border:0px" /></a>
- Switch to the WYSIWYG. Use the Image Properties dialog to attach a link to the image. The blue border will appear around the image.
(If you switch to the Source view, the border tag has been removed.)
Another alternative method of reproducing it:
- Open CKEditor demo, clear demo, and go to Source.
- Insert HTML for an image setting the border equal to 0 and setting a link on the image.
Example: <p><a href="www.google.com"><img alt="light bulb" src="http://www.lightbulbmarket.com/files/1974975/uploaded/Philips%20Incandescent%20A-19%20Light%20Bulb.gif" style="height:80px; width:60px; border:0px" /></a></p>
- If you switch back to the WYSIWYG, you will see the blue border around the image.
(If you switch to the Source view, the border tag has been removed again.)
This issue may be related to Tickets: #8791 and #8792 (one seems to be a duplicate).
Change History (4)
comment:1 Changed 12 years ago by
Status: | new → pending |
---|
comment:2 Changed 12 years ago by
I'd be glad to do a screen cast. Do you have any recommendations on what software to use? We just use screen caps (Bonfire).
comment:3 Changed 12 years ago by
I use jing. I think it is only important to show TC steps in demo page and make sure file size is below allowed attachment maximum.
comment:4 Changed 12 years ago by
Resolution: | → expired |
---|---|
Status: | pending → closed |
Either I have missed something or you have been testing this in your application which may have such CSS rule defined and not on demo page.