Opened 7 years ago

Closed 7 years ago

Last modified 6 years ago

#2492 closed defect (bug) (fixed)

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 (1)

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

Download all attachments as: .zip

Change History (5)

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   ryan7 years ago

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

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

comment:3   ryan7 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.