gecko-dev/layout/forms
rods%netscape.com ba38e3d7d4 The script notification happens before the radiobox gets a chance to change its value
so they must return the opposite value for themselves. They don't want to actually set their
values because the script could cancel. So the idea here is to let them know before the script
call that they should return their "future" value (the opposite of their current value)

plus I made a minor change that allows the radio button to use the PaintBackground code to draw the "dot"
but it creates a tmp color struct so the color is correct.
b=42972,37517 r=kmcclusk
2000-08-02 22:06:33 +00:00
..
nsButtonFrameRenderer.cpp making string conversions explicit 2000-04-16 11:19:26 +00:00
nsButtonFrameRenderer.h
nsComboboxControlFrame.cpp removed the incremental reflow targeted at the display text 2000-06-15 13:02:10 +00:00
nsComboboxControlFrame.h part of fix for Bug 33733 2000-05-12 20:23:04 +00:00
nsFieldSetFrame.cpp A "margin" variable isn't being set up in the correct spot. 2000-07-06 13:22:12 +00:00
nsFileControlFrame.cpp removing unnecessary ifdef 2000-07-13 23:19:21 +00:00
nsFileControlFrame.h adding new ender_lite flag to build 2000-05-16 23:29:35 +00:00
nsFormControlFrame.cpp Adding accesskey support. Bug 959. 2000-05-16 10:22:20 +00:00
nsFormControlFrame.h Elimination of nsIFocusableContent and improvements to tabbing r=saari 2000-04-04 23:55:31 +00:00
nsFormControlHelper.cpp Moved the localization methods to the helper class 2000-05-27 02:27:47 +00:00
nsFormControlHelper.h Moved the localization methods to the helper class 2000-05-27 02:27:47 +00:00
nsGfxButtonControlFrame.cpp Bug 41037: Fix my regression that was causing forms to submit twice! r=nisheeth (thanks pinkerton, nisheeth, and leger for the quick turnaround!) 2000-05-31 02:24:48 +00:00
nsGfxButtonControlFrame.h Moved the localization methods to the helper class 2000-05-27 02:27:47 +00:00
nsGfxCheckboxControlFrame.cpp Add ifdef'ed Performance Reflow Counting code 2000-04-21 21:51:35 +00:00
nsGfxCheckboxControlFrame.h Added new interface to support additional StyleContexts that can be used for "skinning" checkboxes. 2000-03-24 15:02:02 +00:00
nsGfxRadioControlFrame.cpp The script notification happens before the radiobox gets a chance to change its value 2000-08-02 22:06:33 +00:00
nsGfxRadioControlFrame.h
nsHTMLButtonControlFrame.cpp Bug 25300: Enable activation of buttons by the keyboard (space or enter) r=nisheeth 2000-06-21 00:40:11 +00:00
nsHTMLButtonControlFrame.h fixing regunreg for form controls 2000-05-16 12:44:32 +00:00
nsICheckboxControlFrame.h Adding nsICheckboxControlFrame to build 2000-03-24 14:47:58 +00:00
nsIComboboxControlFrame.h
nsIFormControlFrame.h
nsIListControlFrame.h
nsIRadioControlFrame.h
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 41013: Prevent event passing from frames to content during document destruction r=joki 2000-06-29 02:02:43 +00:00
nsLegendFrame.cpp Add ifdef'ed Performance Reflow Counting code 2000-04-21 21:51:35 +00:00
nsLegendFrame.h
nsListControlFrame.cpp If the click is not on on item in the dropdown and not in the comboxbox display area then 2000-07-07 01:35:23 +00:00
nsListControlFrame.h Bug 32770: Save scroll position in session history r=nisheeth 2000-06-15 00:35:46 +00:00
nsSelectsAreaFrame.cpp
nsSelectsAreaFrame.h
nsTextControlFrame.cpp
nsTextControlFrame.h