Opened 12 years ago
Closed 9 years ago
#9973 closed Bug (invalid)
Auto update link when text is the same as mailto and href and valid email address
Reported by: | Jakub Ś | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.0 |
Keywords: | Cc: |
Description (last modified by )
This request was made based on http://dev.ckeditor.com/ticket/9955#comment:6
Would it be possible to add this as a configurable feature? If the link is of type "mailto" and the text is a valid and same email address then update the mailto link to match the email address. This would help prevent the issue where the two don't match.
In short when text of the link is changed mailto and href should be updated when configuration is enabled.
- Perhaps href should also be taken into consideration.
- Please note that IE has autolinking feature. If link was made by IE then all chnages in link are reflected in href and mailto attributes. This is only true when you don't switch to source mode. After you do that link is no longer auto updated.
Please also see: http://dev.ckeditor.com/ticket/9955#comment:3
Change History (3)
comment:1 Changed 12 years ago by
Status: | new → confirmed |
---|
comment:2 Changed 9 years ago by
Description: | modified (diff) |
---|
comment:3 Changed 9 years ago by
Resolution: | → invalid |
---|---|
Status: | confirmed → closed |
We plan to implement ticket #11277 for which the solution contradicts to what was written here. We plan to separate link text from link href thus autoupdating the href when text (if they are the same) is updated would only complicate things.
Another reason for closing this ticket is that once #11277 is implemented, user could hook into dialog onOpen event and copy text value to href value if he needs it.