Ticket #2492 (closed defect (bug): fixed)

Opened 6 years ago

Last modified 5 years ago

RTE assumes links are relative to /wp-admin/

Reported by: markjaquith Owned by: anonymous
Priority: normal Milestone:
Component: Administration Version: 2.0.1
Severity: normal Keywords:
Cc:

Description

If you add links using the RTE, it FORCES them to be relative to /wp-admin/.

If you're adding relative links, you know what you're doing, and you don't want RTE playing babysitter to you and giving you a result that NO ONE ever wants (links prefixed with  http://yoursite.com/wp-admin/).

Attachments

relative-links.diff Download (563 bytes) - added by skeltoac 6 years ago.

Change History

Attached patch allows truly relative links ("images/foo.jpg") to be translated to the blog's home: " http://example.com/blog/images/foo.jpg"

However, a url of "/images/foo.jpg" will NOT be converted on save, so browsers will interpret it as " http://example.com/images/foo.jpg"

Note that for any change to your RTE, whether in a patch or a change of your blog home setting, the editor will not reflect the change immediately because the old code and seetings are cached by your browser. You must refresh your editor in order to get the new code/settings.

comment:2   ryan6 years ago

  • Status changed from new to closed
  • Resolution set to fixed

(In [3612]) Relative links in RTE. fixes #2492

comment:3   ryan6 years ago

  • Resolution set to fixed

(In [3613]) Relative links in RTE. fixes #2492

  • Milestone 2.0.2 deleted

Milestone 2.0.2 deleted

Note: See TracTickets for help on using tickets.