Opened 15 years ago
Last modified 15 years ago
#7022 confirmed Bug
[IE] % in image URL breaks dialog close
| Reported by: | Garry Yao | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | UI : Dialogs | Version: | 3.5.1 |
| Keywords: | IE | Cc: |
Description
- Open Image Dialog
- Paste the following url:
[%placeholder%]/file.jpg
- Click 'OK' to close the dialog.
- Result: JavaScript error (invalid argument)
Change History (8)
comment:1 Changed 15 years ago by
| Status: | new → confirmed |
|---|
comment:2 Changed 15 years ago by
| Milestone: | → CKEditor 3.5.1 |
|---|
comment:3 Changed 15 years ago by
| Resolution: | → invalid |
|---|---|
| Status: | confirmed → closed |
Probably I'm crazy but cannot be reproduced on trunk.
comment:4 Changed 15 years ago by
| Resolution: | invalid |
|---|---|
| Status: | closed → reopened |
Confirmed in nightly build, IE8.
comment:5 Changed 15 years ago by
| Status: | reopened → confirmed |
|---|
comment:6 Changed 15 years ago by
http://nightly.ckeditor.com/6361/_samples/replacebyclass.html
IE8/IE8 Standards mode
- press "New Page"
- press "Image" button
- paste url from the ticket
- press "Ok" button
- result:
Webpage error details User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; .NET4.0E; Media Center PC 6.0; AskTbFXTV5/5.9.1.14019) Timestamp: Tue, 25 Jan 2011 16:20:02 UTC Message: Invalid argument. Line: 1030 Char: 5 Code: 0 URI: _source/core/dom/element.js
comment:7 Changed 15 years ago by
| Milestone: | CKEditor 3.5.1 → CKEditor 3.5.2 |
|---|
Note: it can be reproduced only when CKEditor is loaded from the web server.
comment:8 Changed 15 years ago by
| Milestone: | CKEditor 3.5.3 |
|---|
According to Garry it's an IE bug that we can't fix.

A continuation of #5256.