Opened 6 years ago
Closed 6 years ago
#44797 closed defect (bug) (invalid)
Post formats Select element cannot listen to JS
Reported by: | oxibug | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 4.9.8 |
Component: | General | Keywords: | |
Focuses: | javascript, coding-standards | Cc: |
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)
Note: See
TracTickets for help on using
tickets.
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.