Opened 14 years ago
Closed 14 years ago
#8277 closed Bug (fixed)
IE8 & IE9 throwing an error when we press enter after entering an URL in Link dialog
Reported by: | Satya Minnekanti | Owned by: | Sa'ar Zac Elias |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.6.2 |
Component: | General | Version: | 3.6.2 |
Keywords: | IBM IE8 | Cc: |
Description ¶
To reproduce the defect:
- Open any CK Editor sample, keep cursor in editor body and click on Link icon.
- In the Link dialog enter an URL(for ex: www.bbc.co.uk) for the link in URL field and press Enter button.
Expected Result: Link for the URL(http://www.bbc.co.uk) in inserted.
Actual Result: We are geeting a java script error. and error is unexpected call to method or propert access
I have attached a screenshot of the error.

Change History (11)
Changed 14 years ago by
Attachment: | IE 8 & 9 Error.JPG added |
---|
comment:1 Changed 14 years ago by
Keywords: | IE8 added |
---|---|
Status: | new → confirmed |
comment:3 Changed 14 years ago by
Forgot to paste error:
Message: unexpected call to method or property access
Line: 264
URI: res://ieframe.dll/httpErrorPagesScripts.js[[BR]]
comment:5 Changed 14 years ago by
Status: | pending → confirmed |
---|
Occurs on the latest trunk in IE8
To reproduce:
- Open IE8
- Clear Browser cache
- Open any CKEditor sample
- Click inside content area and click on a link icon (From that point on don't use mouse at all)
- Type or paste www.bbc.co.uk and press Enter.
comment:6 Changed 14 years ago by
Owner: | set to Sa'ar Zac Elias |
---|---|
Status: | confirmed → assigned |
Changed 14 years ago by
Attachment: | 8277.patch added |
---|
comment:7 Changed 14 years ago by
Status: | assigned → review |
---|
Manual test added: http://ckeditor.t/tt/8277/1.html
comment:9 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | review_passed → closed |
Fixed with [7232].

I've been able to reproduce it only in IE8 from rev [7201]