Make WordPress Core

Opened 8 years ago

Closed 8 years ago

#44797 closed defect (bug) (invalid)

Post formats Select element cannot listen to JS

Reported by: oxibug Owned by:
Priority: normal Milestone:
Component: General Version: 4.9.8
Severity: normal Keywords:
Cc: Focuses: javascript, coding-standards

Description

Hi Guys,

The old post formats container was radio buttons in a div with a unique ID, Now you made it as Select element and its ID always changing with numbers (I don't know why you do that) but anyway I need to read the value of post format select on change and on page load to use in my plugin I used select path (.gutenberg .editor-post-format select) but I noticed that I cannot make a code working with your elements.

P.S. I test the same code with old WordPress editor and it's working good.

Thanks for your GREAT project.

Change History (1)

#1 @earnjam
8 years ago

  • Milestone Awaiting Review
  • Resolutioninvalid
  • Status newclosed

Thanks for your ticket @oxibug. We're handling development of the new editor over in Github at https://github.com/wordpress/gutenberg

You can report any issues or enhancements on the issue tracker there until it's merged into core.

Note: See TracTickets for help on using tickets.