Make WordPress Core

Opened 18 years ago

Closed 17 years ago

#2517 closed defect (bug) (wontfix)

wp-sites loaded in frames using url-forward don't "send to editor"

Reported by: eyerouge's profile eyerouge Owned by:
Milestone: Priority: lowest
Severity: minor Version: 2.0.1
Component: General Keywords: send to editor
Focuses: Cc:

Description

If example.com is a domain that forwards to a webhost account that's www.mywebhost.com/wp and that url-forwarding uses frames (isn't a re-direct) and you login to WP using the forwardurl www.example.com/wp-admin or www.example.com/wp-login.php you won't be able to use the "send to editor" menu to insert the proper HTML in the editor.

Java errors that occur in win FireFox 1.5.0.1 are:

Fel / Error: richedit is not defined

Källkodsfil / Soucecodefile: http://example.com/wp-admin/inline-uploading.php?action=view&post=-1141138751&all=true

Rad / Line: 161

Fel / Error: syntax error

Källkodsfil / Sorucecodefile: javascript:void()

Rad / Line: 1, kolumn: 5

Källkod / Sourcecode:

void()

This has been tested on several installs of WP 2.0 and 2.0.1 on two different win xp machines, both with IE and FF and the result is always the same, even if the java-errors may differ somewhat.

Not using the forwardurl (example.com) and simply using the real one instead, www.mywebhost.com/wp, solves the problem.

Change History (1)

#1 @markjaquith
17 years ago

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

Edge case, and the solution is presented in the original ticket (use the real address!)

Note: See TracTickets for help on using tickets.