Opened 15 years ago
Closed 15 years ago
#6054 closed Bug (fixed)
[3.4.x] Can not create a link over a textarea
| Reported by: | Sa'ar Zac Elias | Owned by: | Frederico Caldeira Knabben |
|---|---|---|---|
| Priority: | Normal | Milestone: | CKEditor 3.4 |
| Component: | General | Version: | SVN (CKEditor) - OLD |
| Keywords: | IE | Cc: |
Description (last modified by )
- Create a textarea. Make sure it is selected.
- Click on the link icon.
- Type a URL and hit Ok.
A JS error is thrown.
Attachments (1)
Change History (7)
comment:1 Changed 15 years ago by
| Owner: | set to Tobiasz Cudnik |
|---|---|
| Status: | new → assigned |
comment:2 Changed 15 years ago by
| Description: | modified (diff) |
|---|
comment:3 Changed 15 years ago by
| Owner: | Tobiasz Cudnik deleted |
|---|---|
| Status: | assigned → new |
Changed 15 years ago by
| Attachment: | 6054.patch added |
|---|
comment:4 Changed 15 years ago by
| Owner: | set to Frederico Caldeira Knabben |
|---|---|
| Status: | new → review |
comment:5 Changed 15 years ago by
| Status: | review → review_passed |
|---|
comment:6 Changed 15 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | review_passed → closed |
Fixed with [5793].

Let's avoid having errors in this situation, even if the link is not really created. This is an edge case we can leave with for now.