Make WordPress Core

Opened 19 years ago

Closed 19 years ago

#4257 closed defect (bug) (fixed)

Javascript problem in "edit comment"

Reported by: momo360modena Owned by: rob1n
Priority: normal Milestone: 2.2.1
Component: Administration Version: 2.2
Severity: normal Keywords: has-patch
Cc: Focuses:

Description

In version 2.2 RC2

http://wp/comment.php?action=editcomment&c=1

cause a javascript error :

comment.php (line 146)

tinyMCE is not defined
[Break on this error] if ( tinyMCE.isMSIE )

Attachments (2)

bug_edit_comments.gif (16.1 KB ) - added by momo360modena 19 years ago.
4257.diff (618 bytes ) - added by johnbillion 19 years ago.

Download all attachments as: .zip

Change History (9)

#1 @rob1n
19 years ago

  • Keywords needs-patch added

Reproduced. Only happens if your user is set to use the RTE.

I think TinyMCE was forgotten somewhere along the way there...

#2 @rob1n
19 years ago

  • Milestone 2.22.3

@johnbillion
19 years ago

#3 @johnbillion
19 years ago

  • Keywords has-patch added; needs-patch removed

Patch attached

#4 @rob1n
19 years ago

  • Resolutionfixed
  • Status newclosed

(In [5602]) Check that tinyMCE is defined. Props johnbillion. fixes #4257

#5 @rob1n
19 years ago

  • Milestone 2.32.2.1
  • Resolution fixed
  • Status closedreopened

#6 @rob1n
19 years ago

  • Owner changed from anonymous to rob1n
  • Status reopenednew

Reopen for 2.2.1 consideration.

#7 @rob1n
19 years ago

  • Resolutionfixed
  • Status newclosed

(In [5603]) Check that tinyMCE is defined. Props johnbillion. fixes #4257 for 2.2

Note: See TracTickets for help on using tickets.