Make WordPress Core

Opened 17 years ago

Closed 17 years ago

#4257 closed defect (bug) (fixed)

Javascript problem in "edit comment"

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

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 17 years ago.
4257.diff (618 bytes) - added by johnbillion 17 years ago.

Download all attachments as: .zip

Change History (9)

#1 @rob1n
17 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
17 years ago

  • Milestone changed from 2.2 to 2.3

@johnbillion
17 years ago

#3 @johnbillion
17 years ago

  • Keywords has-patch added; needs-patch removed

Patch attached

#4 @rob1n
17 years ago

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

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

#5 @rob1n
17 years ago

  • Milestone changed from 2.3 to 2.2.1
  • Resolution fixed deleted
  • Status changed from closed to reopened

#6 @rob1n
17 years ago

  • Owner changed from anonymous to rob1n
  • Status changed from reopened to new

Reopen for 2.2.1 consideration.

#7 @rob1n
17 years ago

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

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

Note: See TracTickets for help on using tickets.