mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 13:38:26 +02:00
fix removed tooltops from re-appearing on keyboard focus, closes #9873
This commit is contained in:
@@ -42,11 +42,14 @@ _Breaking developer changes, which may affect downstream projects or sites that
|
||||
#### :camera: Street-Level
|
||||
#### :white_check_mark: Validation
|
||||
#### :bug: Bugfixes
|
||||
* Fix removed tooltips from re-appearing when using keyboard navigation ([#9873])
|
||||
#### :earth_asia: Localization
|
||||
#### :hourglass: Performance
|
||||
#### :mortar_board: Walkthrough / Help
|
||||
#### :hammer: Development
|
||||
|
||||
[#9873]: https://github.com/openstreetmap/iD/issues/9873
|
||||
|
||||
|
||||
# v2.33.0
|
||||
##### 2025-04-09
|
||||
|
||||
@@ -105,6 +105,8 @@ export function uiPopover(klass) {
|
||||
.on(_pointerPrefix + 'leave.popover', null)
|
||||
.on(_pointerPrefix + 'up.popover', null)
|
||||
.on(_pointerPrefix + 'down.popover', null)
|
||||
.on('focus.popover', null)
|
||||
.on('blur.popover', null)
|
||||
.on('click.popover', null)
|
||||
.attr('title', function() {
|
||||
return this.getAttribute('data-original-title') || this.getAttribute('title');
|
||||
|
||||
Reference in New Issue
Block a user