Page MenuHomePhabricator

Accesskeys should update tooltips of label elements
Closed, ResolvedPublic

Description

When input's have access keys, and connected <label> elements, the updateTooltipAccessKeys() function should also update the title of the label element.

Fon instance on Edit pages:

<input name="wpWatchthis" type="checkbox" value="1" tabindex="4" accesskey="w" id="wpWatchthis" class="webfonts-changed">

<label for="wpWatchthis" id="mw-editpage-watch" title="Add this page to your watchlist [w]">Watch this page</label>


Version: 1.23.0
Severity: minor

Details

Reference
bz63849

Event Timeline

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

Change 125426 had a related patch set uploaded by Umherirrender:
Add jquery.accessKeyLabel javascript module

https://gerrit.wikimedia.org/r/125426

Change 125426 merged by jenkins-bot:
Add jquery.accessKeyLabel javascript module

https://gerrit.wikimedia.org/r/125426