Make WordPress Core

Opened 9 years ago

Closed 9 years ago

Last modified 9 years ago

#34431 closed defect (bug) (fixed)

Cant use tinymce with Edge Browser

Reported by: usermrpapa's profile usermrpapa Owned by: sergeybiryukov's profile SergeyBiryukov
Milestone: 4.4 Priority: normal
Severity: normal Version: 4.4
Component: Editor Keywords: has-patch
Focuses: Cc:

Description (last modified by SergeyBiryukov)

Seems a recent change in WP for the Edge browser has killed tinymce editor...

reference: [33927]

where a new $is_edge variable was added... however, its never used anywhere...

so now checks for using tinymce (richedit) fail in function user_can_richedit()... so for Edge, it always returns false... need to add $is_edge checks for allowing richedit...

Attachments (1)

34431.patch (1.0 KB) - added by usermrpapa 9 years ago.

Download all attachments as: .zip

Change History (5)

@usermrpapa
9 years ago

#1 @knutsp
9 years ago

  • Keywords has-patch added

Confirmed. Patch tested and works.

#2 @SergeyBiryukov
9 years ago

  • Description modified (diff)
  • Milestone changed from Awaiting Review to 4.4

#3 @SergeyBiryukov
9 years ago

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

In 35384:

Editor: After [33927], make sure user_can_richedit() returns true for Microsoft Edge.

Props usermrpapa.
Fixes #34431.

This ticket was mentioned in Slack in #meta by sergey. View the logs.


9 years ago

Note: See TracTickets for help on using tickets.