taoguan / jwysiwyg

Automatically exported from code.google.com/p/jwysiwyg
0 stars 0 forks source link

Hyperlinks can't be changed (+bug) #8

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. make a hyperlink
2. click the hyperlink again and click the hyperlink icon
3. the pop-up show no current hyperlink adress, but a empty field

What is the expected output? What do you see instead?
Expected: current hyperlink adress
instead: empty field

Please provide any additional information below.
When correcting a hyperlink this way will mess up the whole code. Instead 
of replacing it with the new hyperlink (the empty field), it just adds a 
new href:
<A href="http://test.com"><A href="http://bundleweb.com">vestibulum</A></A>

instead of:
<A href="http://test.com">vestibulum</A>

So in short:
1. Hyperlinks can't be changed
2. Adding a new link on an exsiting hyperlink will result in messed up code

Original issue reported on code.google.com by mauriced...@gmail.com on 11 Feb 2008 at 11:04

GoogleCodeExporter commented 8 years ago
Fixed in r13

Original comment by joksnet on 12 Mar 2008 at 1:48

GoogleCodeExporter commented 8 years ago
There's a way to SEE the CURRENT link... if has any?

Original comment by ecolasu...@gmail.com on 8 Sep 2010 at 6:53