Response title
This is preview!
_isDivider: function( item ) {
// Match hyphen, em dash, en dash
return !/[^\-\u2014\u2013\s]/.test( item.text() );
},
Is this a design decision or an oversight?
I've got a patch for a fix so that if the item has children, it remains as menu item, but does it fit in with the jquery ui ethos?
I'll submit a bug and patch anyway.
© 2013 jQuery Foundation
Sponsored by and others.