#34431 closed defect (bug) (fixed)
Cant use tinymce with Edge Browser
Reported by: | usermrpapa | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | 4.4 | Priority: | normal |
Severity: | normal | Version: | 4.4 |
Component: | Editor | Keywords: | has-patch |
Focuses: | Cc: |
Description (last modified by )
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)
Change History (5)
Note: See
TracTickets for help on using
tickets.
Confirmed. Patch tested and works.