[wp-trac] [WordPress Trac] #23114: Links created in Visual Editor are removed by Text Editor
WordPress Trac
noreply at wordpress.org
Tue Jan 8 04:21:48 UTC 2013
#23114: Links created in Visual Editor are removed by Text Editor
--------------------------+------------------------------
Reporter: bgom9021@… | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Editor | Version: 3.5
Severity: normal | Resolution:
Keywords: |
--------------------------+------------------------------
Comment (by bgom9021@…):
I can't help but think that if you do what I am doing exactly as I am
doing it, you should see the same result. We've already established that
we're all using a clean install of WP 3.5 with no changes to the installed
settings.
Create a Post. In the Visual editor, enter:
Heading
Paragraph text
Select line 1 and set format to Heading 2.
Select all text and link to the Sample Page.
Now switch to the text editor. If you have done what I did exactly as I've
described it, you should indeed see what I see as follows.
<a title="Sample Page"
href="http://test.smallbusinesswebspot.com/?page_id=2">
<h2>Heading</h2>
Paragraph text
</a>
Now switch back to the Visual editor. You should now see that none of the
text is underlined indicating that the anchor has been removed completely.
Now switch to the Text editor again. You should see this.
<h2>Heading</h2>
Paragraph text
There is no anchor.
Next steps. If you do not see this then we must focus on why we are seeing
something different. I suggest something like the following steps.
1. You could log into my test WP to confirm my observations.
2. We could then focus on identifying what is different between our
environments.
Let me know what you think... and thank you for your kind attention and
patience.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/23114#comment:8>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list