Opened 12 years ago
Closed 12 years ago
#24218 closed defect (bug) (fixed)
Post Formats UI prevents switching back to the starting format
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 3.6 | Priority: | high |
Severity: | normal | Version: | 3.6 |
Component: | Post Formats | Keywords: | has-patch |
Focuses: | Cc: |
Description
Steps to reproduce:
- Go to the Add New Post page. (wp-admin/post-new.php)
- Change the Post Format from Standard to anything else.
- Try to change back to the Post Format back to Standard.
Nothing happens. The UI refuses to change back to the Standard format. I'm using the 3.6 beta release of WordPress and the latest stable version of Google Chrome.
If you preset a different format for the Add New Post page (via the format
GET parameter), and attempt to switch away from and back to the starting format, the results are similar.
Attachments (1)
Change History (9)
#2
@
12 years ago
- Keywords reporter-feedback removed
- Resolution set to invalid
- Status changed from new to closed
Hmm, you're right. Can't reproduce on a clean install.
#5
@
12 years ago
This happens whenever I have the visual editor disabled. I'll look at the JS and see if I can find exactly where it fails.
#6
@
12 years ago
- Milestone set to 3.6
- Priority changed from normal to high
- Resolution invalid deleted
- Status changed from closed to reopened
Confirmed on a clean install with Visual editor disabled.
Error: ReferenceError: tinymce is not defined Source File: http://trunk.wordpress/wp-admin/js/post-formats.js?ver=3.6-beta1-24113 Line: 124
Note: See
TracTickets for help on using
tickets.
Could not reproduce neither in Chrome 26 nor in Firefox 20.
Does it still happen on a clean install (with Twenty Thirteen theme activated and all plugins disabled)?