From c308e2fb5360b7e98fdb8fca819de628ab0f65e1 Mon Sep 17 00:00:00 2001 From: Gabor Hodi Date: Thu, 27 Jan 2022 12:20:45 +0100 Subject: [PATCH] [Issue8871] Update changelog.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f02c8fda..c317f22b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -66,6 +66,7 @@ _Breaking developer changes, which may affect downstream projects or sites that * Fix a bug where the validator might show wrong tagging suggestions for a preset if another preset has a partial match ([#8828], thanks [@bhousel]) * Show correct vintage and other metadata for "Esri World Imagery"'s higher zoom levels * Fix wrong order of route relation members after a split operation ([#8519], thanks [@tpetillon]) +* Do not open disabled localized combobox when clicking on it ([#8871]) #### :earth_asia: Localization * Deprecate ~`t.html`~ for providing localized texts, which is replaced by the new method `t.append` which directly and safely appends the localized strings to the DOM ([#8817]) #### :hourglass: Performance