maschek / imgmap

Javascript based imagemap editor
https://www.maschek.hu/imagemap/
GNU General Public License v2.0
59 stars 33 forks source link

target is not changed until Href is set #85

Open MrCsabaToth opened 7 years ago

MrCsabaToth commented 7 years ago

The target drop down has only effect on the resulting Code when the Href is set. Users may not notice that and falsly think the link will open in a new window for example, but the target="_blank" is not really applied in the code because it was set before the Href was set.