[wp-trac] Re: [WordPress Trac] #7370: Some hyperlinks are broken by
saving the post
WordPress Trac
wp-trac at lists.automattic.com
Mon Jul 21 23:45:57 GMT 2008
#7370: Some hyperlinks are broken by saving the post
----------------------------------+-----------------------------------------
Reporter: vladsharp | Owner: anonymous
Type: defect | Status: new
Priority: high | Milestone: 2.6.1
Component: General | Version: 2.6
Severity: critical | Resolution:
Keywords: links, visual editor |
----------------------------------+-----------------------------------------
Comment (by vladsharp):
Apologies for the formatting of point 3. - here it is again:
3. Create a new post in the Visual Editor (to make things simple):
a. Type
{{{
test Google test
}}}
into the visual editor box, then select the text "Google", make it
into a link - with a title "Google something" and a 'new window' target.
The result after saving the post is:
{{{
test <a title="Google something" href="<br"></a>
"http://www.google.com">Google test
}}}
verified by looking at the HTML of the preview page.
b. If the same is done, but without saving the post, then the followin
appears in the HTML editor:
{{{
test <a title="Google something" href="http://google.com"
target="_blank">Google</a> test
}}}
which is correct!
--
Ticket URL: <http://trac.wordpress.org/ticket/7370#comment:1>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list