mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 500208: select element should update label when script changes selection, r=bzbarsky
This commit is contained in:
parent
38fcebf359
commit
99c409b6f6
@ -1519,16 +1519,14 @@ nsComboboxControlFrame::RestoreState(nsPresState* aState)
|
||||
// Camino uses a native widget for the combobox
|
||||
// popup, which affects drawing and event
|
||||
// handling here and in nsListControlFrame.
|
||||
//
|
||||
// Also, Fennec use a custom combobox built-in widget
|
||||
//
|
||||
|
||||
/* static */
|
||||
PRBool
|
||||
nsComboboxControlFrame::ToolkitHasNativePopup()
|
||||
{
|
||||
#ifdef XP_MACOSX
|
||||
return nsContentUtils::GetBoolPref("ui.use_native_popup_windows");
|
||||
#else
|
||||
return PR_FALSE;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
@ -84,6 +84,7 @@ pref("offline-apps.quota.warn", 51200);
|
||||
pref("browser.sessionhistory.max_total_viewers", -1);
|
||||
|
||||
pref("ui.use_native_colors", true);
|
||||
pref("ui.use_native_popup_windows", false);
|
||||
pref("browser.display.use_document_fonts", 1); // 0 = never, 1 = quick, 2 = always
|
||||
pref("browser.display.use_document_colors", true);
|
||||
pref("browser.display.use_system_colors", false);
|
||||
|
Loading…
Reference in New Issue
Block a user