Ticket #2948 (closed Bug: fixed)
insertHtml() mangles links
| Reported by: | fredck | Owned by: | martinkou |
|---|---|---|---|
| Priority: | Normal | Milestone: | CKEditor 3.0 |
| Component: | General | Version: | 3.0 Beta |
| Keywords: | Confirmed IE IBM Review+ | Cc: |
Description (last modified by fredck) (diff)
Calling insertHTML for a relative URL, like <a href="/rel">example</a> changes the URL to a full URL, like <a href="http://localhost/rel">example</a>
IE only. Ok in FF.
Attachments
Change History
comment:2 Changed 4 years ago by garry.yao
Reduced to ie6 only, build-in innerHTML/pasteHtml bug, should be able to fix at element level.
comment:3 Changed 4 years ago by martinkou
- Status changed from new to assigned
- Owner set to martinkou
comment:6 Changed 4 years ago by martinkou
- Status changed from assigned to closed
- Resolution set to fixed
Fixed with [3168].
Click here for more info about our SVN system.
Note: See
TracTickets for help on using
tickets.
