[wp-trac] [WordPress Trac] #33013: Customizer Menus: creating new menu with enter, not only by clicking button
WordPress Trac
noreply at wordpress.org
Sat Jul 18 18:02:48 UTC 2015
#33013: Customizer Menus: creating new menu with enter, not only by clicking button
--------------------------+-------------------------------
Reporter: sippis | Owner: celloexpressions
Type: defect (bug) | Status: assigned
Priority: normal | Milestone: 4.3
Component: Customize | Version: trunk
Severity: normal | Resolution:
Keywords: needs-patch | Focuses: javascript
--------------------------+-------------------------------
Changes (by westonruter):
* owner: => celloexpressions
* status: new => assigned
* focuses: => javascript
* type: enhancement => defect (bug)
* milestone: Future Release => 4.3
Comment:
I do see the code in `api.Menus.NewMenuControl.prototype._bindHandlers`:
{{{#!js
name.on( 'keydown', function( event ) {
if ( 13 === event.which ) { // Enter.
self.submit();
}
} );
}}}
But it's no longer working.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/33013#comment:3>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list