removed where the input element was telling the rado/checkbox to return the opposite value

now it changes it value before the DOM call (script) and then if the event is cancelled
it sets the value back (which doesn't happen very often)
r=pollmann,jst sr=buster  b=57137,57239,58460


git-svn-id: svn://10.0.0.236/trunk@83473 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rods%netscape.com
2000-12-10 16:05:29 +00:00
parent 5e3f471389
commit 3a1a98af2f
16 changed files with 217 additions and 281 deletions

View File

@@ -65,7 +65,6 @@ public:
//nsICheckboxControlFrame methods
NS_IMETHOD SetCheckboxFaceStyleContext(nsIStyleContext *aCheckboxFaceStyleContext);
NS_IMETHOD SetIsInClickEvent(PRBool aVal);
void InitializeControl(nsIPresContext* aPresContext);