#34111 (Menu CSS Classes are saved as comma separated inside the Customiser) – WordPress Trac (original) (raw)

#34111 closed defect (bug) (fixed)

Reported by: paulwilde's profile Owned by: westonruter's profile westonruter
Milestone: 4.4 Priority: normal
Severity: normal Version: 4.3
Component: Customize Keywords: has-patch commit fixed-major
Focuses: javascript Cc:

If you have a menu item with more than 1 CSS Class, it converts the spaces into a comma separated list.

If you alter the CSS classes, or introduce a new one it then merges all of the classes into a single string therefore breaking the output (and thus layout). You have to manually change all the commas into spaces if you want to update a menu item.

Unfortunately, I've had to steer clients away from the Customiser because of this bug.

Screenshots attached.