Opened 18 years ago
Closed 18 years ago
#639 closed Bug (fixed)
2.4.3 - Create Link Inserts target="undefined" by Default.
| Reported by: | Paul | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | FCKeditor 2.5 Beta |
| Component: | General | Version: | FCKeditor 2.4.3 |
| Keywords: | Cc: |
Description
The latest release inserts invalid target unless target is explicitly defined in the dialog window.
<a href="somelink.html" target="undefined" >
Change History (1)
comment:1 Changed 18 years ago by
| Keywords: | Create Link Target removed |
|---|---|
| Milestone: | → FCKeditor 2.5 |
| Priority: | High → Normal |
| Resolution: | → fixed |
| Status: | new → closed |
| Version: | → FCKeditor 2.4.3 |

You might be missing the DefaultLinkTarget setting in your config.js file.
Fixed with [388]