зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1323525 - Clicking "Change Search Settings" in searchbar doesn't work. r=florian
MozReview-Commit-ID: 8lBdSHGd5zk --HG-- extra : rebase_source : 1f5ef1d1a603ed4acfff3d1f1bb164da1ce1caf0
This commit is contained in:
Родитель
2284846401
Коммит
2ad1ae41e9
|
@ -2124,7 +2124,7 @@
|
|||
|
||||
<handler event="mousedown"><![CDATA[
|
||||
let target = event.originalTarget;
|
||||
if (!target.classList.contains("searchbar-engine-one-off-item")) {
|
||||
if (target.getAttribute("anonid") == "addengine-menu-button") {
|
||||
return;
|
||||
}
|
||||
// Required to receive click events from the buttons on Linux.
|
||||
|
|
Загрузка…
Ссылка в новой задаче