Opened 15 years ago
Closed 15 years ago
#4724 closed Bug (fixed)
[IE8] Create link hypertext
Reported by: | Sébastien | Owned by: | Alfonso Martínez de Lizarrondo |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.2 |
Component: | General | Version: | SVN (CKEditor) - OLD |
Keywords: | Confirmed IE Review+ | Cc: |
Description
(sorry for my english level)
Using IE8 ,in the window for create link, if i paste "http://www.google.com" with right click mouse, and i valid with mouse. The link src contain two "http://"
Attachments (1)
Change History (7)
comment:1 Changed 15 years ago by
Summary: | Crate link hypertext and IE8 → [IE8] Crate link hypertext |
---|
comment:2 Changed 15 years ago by
Summary: | [IE8] Crate link hypertext → [IE8] Create link hypertext |
---|
comment:3 Changed 15 years ago by
Keywords: | Confirmed IE added; ie8 link right click paste removed |
---|---|
Milestone: | CKEditor 3.1 → CKEditor 3.2 |
Version: | → SVN (CKEditor) |
comment:4 Changed 15 years ago by
Keywords: | Review? added |
---|---|
Owner: | set to Alfonso Martínez de Lizarrondo |
Status: | new → assigned |
I've included just a call to onChange() in the commit method of the control to be sure that it is updated properly.
This is a simple patch, another solution could be to modify the commit method of the CKEDITOR.ui.dialog.textInput prototype so all text inputs have this change, but I don't know if it's worth the effort
comment:5 Changed 15 years ago by
Keywords: | Review+ added; Review? removed |
---|
Looks like a good and simple way to solve the problem.
Confirmed with IE8. Ok with FF.
Steps to reproduce: