Bug 500208: select element should update label when script changes selection, r=bzbarsky
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user