Opened 15 years ago
Closed 15 years ago
#6690 closed Bug (duplicate)
Copied links are improperly pasted
| Reported by: | naresh.sivaraman | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | General | Version: | 3.4.2 |
| Keywords: | Cc: |
Description
Issue seen in IE 8.
To Reproduce:
1) Input text "aaaaaa" 2) Select "aaaaaa" by mouse drag ("aaa" is highlighted) 3) Click "Link" icon 4) Input URL and press "OK"
Source is "<a href="http://www.abc.com">aaa</a>"
5) Select "aaa" by mouse drag ("aaa" is highlighted) 6) Right click "aaa", click "Copy" 7) Right click, click "Paste"
Source for the copied link shows
<a href="javascript:void(0)/*327*/">aaa</a>
Change History (2)
comment:1 Changed 15 years ago by
| Summary: | COPYING AND PASTING LINK DOES NOT WORK CORRECTLY → Copied links are improperly pasted |
|---|
comment:2 Changed 15 years ago by
| Resolution: | → duplicate |
|---|---|
| Status: | new → closed |

DUP of #6641.