Opened 15 years ago
Last modified 15 years ago
#8373 closed Bug
IE9 adds " entities around URL in style background-image: url(...) — at Version 4
| Reported by: | Jakub Ś | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | General | Version: | 3.1.1 |
| Keywords: | IE9 | Cc: |
Description (last modified by )
The issue is that in IE9 extra and unnecessary "e; are added around url.
In user's case such code:
style="background-image: url(" http://www.sauvons-les-animaux.com/images/l/log/logo-22-ligne-blancheff.png");"
was saved in DB what later was transformed to
style="background-image: url("
http://www.sauvons-les-animaux.com/images/l/log/logo-22-ligne-blancheff.png");"
what later was changed by CKEditor to
<table border="0" cellpadding="0" cellspacing="0" height="145" images="" l="" log="" style="background-image: none;" width="170" http://www.sauvons-les-animaux.com="">
Despite of what is changing " to ", this wouldn't happen if extra " weren’t added
Change History (4)
comment:1 Changed 15 years ago by
| Status: | new → confirmed |
|---|
comment:2 Changed 15 years ago by
| Status: | confirmed → pending |
|---|
comment:4 Changed 15 years ago by
| Description: | modified (diff) |
|---|
The issue is that in IE9 extra and unnecessary "e; are added around url.
In user's case such code:
style="background-image: url(" http://www.sauvons-les-animaux.com/images/l/log/logo-22-ligne-blancheff.png");"
was saved in DB what later was transformed to
style="background-image: url("
http://www.sauvons-les-animaux.com/images/l/log/logo-22-ligne-blancheff.png");"
what later was changed by CKEditor to
<table border="0" cellpadding="0" cellspacing="0" height="145" images="" l="" log="" style="background-image: none;" width="170" http://www.sauvons-les-animaux.com="">
Despite of what is changing " to ", this wouldn't happen if extra " waren't added

Can you please make the problem simpler and more specific. What's the issue with CKEditor?