gecko-dev/layout/forms
rods%netscape.com 706bdfa5fd When clicking away from the dropdown, it wasn't resetting itself correctly.
If only the mouse was being used for selection, then it needs to reset itself to the state before dropping down
if arrow keys had been used then it needs to keep that selection
The combobox chaches the current selection, so when arrow keys are used it has the correct selection
when the mouse is used it holds the old selection. So therefore, we can compare against it
to determine what to do.
Bug 63247
r=waqar sr=hyatt
2000-12-20 23:25:40 +00:00
..
nsButtonFrameRenderer.cpp Bug 47207. Backing out logging/PRINTF changes until we can fix stopwatch.h, introduce double parens, etc. 2000-10-28 22:17:53 +00:00
nsButtonFrameRenderer.h Changed nsIPresContext& to nsIPresContext*. Changed nsEventStatus& to nsEventStatus*. Now more compatible with XPIDL. a=vidur r=scc 1999-11-24 06:03:41 +00:00
nsComboboxControlFrame.cpp When clicking away from the dropdown, it wasn't resetting itself correctly. 2000-12-20 23:25:40 +00:00
nsComboboxControlFrame.h When clicking away from the dropdown, it wasn't resetting itself correctly. 2000-12-20 23:25:40 +00:00
nsFieldSetFrame.cpp Bug 47207. Backing out logging/PRINTF changes until we can fix stopwatch.h, introduce double parens, etc. 2000-10-28 22:17:53 +00:00
nsFileControlFrame.cpp removing unneeded/unused code/methods 2000-11-30 21:39:28 +00:00
nsFileControlFrame.h Bug 53969. Move anonymous content storage to pres shell; remove obsolete methods from nsIAnonymousContentCreator. r=dbaron, a=hyatt 2000-10-09 03:08:41 +00:00
nsFormControlFrame.cpp removing unneeded/unused code/methods 2000-11-30 21:39:28 +00:00
nsFormControlFrame.h removing unneeded/unused code/methods 2000-11-30 21:39:28 +00:00
nsFormControlHelper.cpp removing unneeded/unused code/methods 2000-11-30 21:39:28 +00:00
nsFormControlHelper.h removing unneeded/unused code/methods 2000-11-30 21:39:28 +00:00
nsGfxButtonControlFrame.cpp 53259 - min-width and max-width not supported on form control 2000-12-20 15:09:55 +00:00
nsGfxButtonControlFrame.h Bug 53969. Move anonymous content storage to pres shell; remove obsolete methods from nsIAnonymousContentCreator. r=dbaron, a=hyatt 2000-10-09 03:08:41 +00:00
nsGfxCheckboxControlFrame.cpp removed where the input element was telling the rado/checkbox to return the opposite value 2000-12-10 16:05:29 +00:00
nsGfxCheckboxControlFrame.h removed where the input element was telling the rado/checkbox to return the opposite value 2000-12-10 16:05:29 +00:00
nsGfxRadioControlFrame.cpp removed where the input element was telling the rado/checkbox to return the opposite value 2000-12-10 16:05:29 +00:00
nsGfxRadioControlFrame.h removed where the input element was telling the rado/checkbox to return the opposite value 2000-12-10 16:05:29 +00:00
nsHTMLButtonControlFrame.cpp 53259 - min-width and max-width not supported on form control 2000-12-20 15:12:06 +00:00
nsHTMLButtonControlFrame.h 53259 - min-width and max-width not supported on form control 2000-12-20 15:12:06 +00:00
nsICheckboxControlFrame.h removed where the input element was telling the rado/checkbox to return the opposite value 2000-12-10 16:05:29 +00:00
nsIComboboxControlFrame.h When clicking away from the dropdown, it wasn't resetting itself correctly. 2000-12-20 23:25:40 +00:00
nsIFormControlFrame.h removing unneeded/unused code/methods 2000-11-30 21:39:28 +00:00
nsIListControlFrame.h Added method to get the container frame for adding/removing option frames 2000-03-18 14:17:30 +00:00
nsIRadioControlFrame.h removed where the input element was telling the rado/checkbox to return the opposite value 2000-12-10 16:05:29 +00:00
nsISelectControlFrame.h add OptionDisabled so the nsHTMLOptionElement can notify a select that an option 2000-04-28 23:24:59 +00:00
nsITextControlFrame.h 38232 (nsbeta2+): Make line break character configurable in the 2000-07-10 19:46:59 +00:00
nsImageControlFrame.cpp Bug 51124: Tabbing into text control now again scrolls it into view if offscreen, also adding additional bulletproofing per code review; r=jst@netscape.com 2000-09-08 05:53:28 +00:00
nsIsIndexFrame.cpp removing unneeded includes 2000-12-12 12:17:11 +00:00
nsIsIndexFrame.h Bug 53969. Move anonymous content storage to pres shell; remove obsolete methods from nsIAnonymousContentCreator. r=dbaron, a=hyatt 2000-10-09 03:08:41 +00:00
nsLegendFrame.cpp moved the RegUnRegAccessKey to the Destroy method 2000-08-02 22:12:11 +00:00
nsLegendFrame.h moved the RegUnRegAccessKey to the Destroy method 2000-08-02 22:12:11 +00:00
nsListControlFrame.cpp When clicking away from the dropdown, it wasn't resetting itself correctly. 2000-12-20 23:25:40 +00:00
nsListControlFrame.h 53259 - min-width and max-width not supported on form control 2000-12-20 15:15:28 +00:00
nsSelectsAreaFrame.cpp Fix event targetting bugs by using paint layers in GetFrameForPoint, testing for visibility, and trying GetFrameForPoint on additional views if one fails. r=joki@netscape.com(, hyatt@netscape.com) b=12232,20051,21304,24474,26785, and remaining issues from 23161. 2000-03-22 02:43:08 +00:00
nsSelectsAreaFrame.h Fix event targetting bugs by using paint layers in GetFrameForPoint, testing for visibility, and trying GetFrameForPoint on additional views if one fails. r=joki@netscape.com(, hyatt@netscape.com) b=12232,20051,21304,24474,26785, and remaining issues from 23161. 2000-03-22 02:43:08 +00:00