зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1171973, consume clicks outside of select popup, r=dao
This commit is contained in:
Родитель
2b1b66e0ce
Коммит
444b85438a
|
@ -152,7 +152,11 @@
|
||||||
work correctly on the menupopup. ContentSelectDropdown expects the
|
work correctly on the menupopup. ContentSelectDropdown expects the
|
||||||
popuponly menulist to be its immediate parent. -->
|
popuponly menulist to be its immediate parent. -->
|
||||||
<menulist popuponly="true" id="ContentSelectDropdown" hidden="true">
|
<menulist popuponly="true" id="ContentSelectDropdown" hidden="true">
|
||||||
<menupopup rolluponmousewheel="true"/>
|
<menupopup rolluponmousewheel="true"
|
||||||
|
#ifdef XP_WIN
|
||||||
|
consumeoutsideclicks="false"
|
||||||
|
#endif
|
||||||
|
/>
|
||||||
</menulist>
|
</menulist>
|
||||||
|
|
||||||
<!-- for invalid form error message -->
|
<!-- for invalid form error message -->
|
||||||
|
|
Загрузка…
Ссылка в новой задаче