Page MenuHomePhabricator

Edit buttons access keys not working
Open, MediumPublic

Description

array(

				'image'  => $wgLang->getImageFile( 'button-bold' ),
				'id'     => 'mw-editbutton-bold',
				'open'   => '\'\'\'',
				'close'  => '\'\'\'',
				'sample' => wfMsg( 'bold_sample' ),
				'tip'    => wfMsg( 'bold_tip' ),
				'key'    => 'B'
			),

So the access key for the bold button is "B". But it doesn't work. 1.16 and 1.18 tested.


Version: unspecified
Severity: normal

Details

Reference
bz37099

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 22 2014, 12:21 AM
bzimport set Reference to bz37099.
bzimport added a subscriber: Unknown Object (MLST).