Tabbing out of dropdown does not reset selected item (bug 100188), r=rods@netscape.com, sr=attinasi@netscape.com
git-svn-id: svn://10.0.0.236/trunk@115061 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -277,7 +277,7 @@ public:
|
||||
NS_IMETHOD SetOverrideReflowOptimization(PRBool aValue) { mOverrideReflowOpt = aValue; return NS_OK; }
|
||||
NS_IMETHOD GetOptionsContainer(nsIPresContext* aPresContext, nsIFrame** aFrame);
|
||||
NS_IMETHOD FireOnChange();
|
||||
|
||||
NS_IMETHOD ComboboxFinish(PRInt32 aIndex);
|
||||
|
||||
// nsISelectControlFrame
|
||||
NS_IMETHOD AddOption(nsIPresContext* aPresContext, PRInt32 index);
|
||||
@@ -362,7 +362,6 @@ protected:
|
||||
|
||||
// Dropped down stuff
|
||||
void SetComboboxItem(PRInt32 aIndex);
|
||||
void ComboboxFinish(PRInt32 aIndex);
|
||||
PRBool IsInDropDownMode();
|
||||
|
||||
// Selection
|
||||
|
||||
Reference in New Issue
Block a user