Closed Bug 314538 Opened 19 years ago Closed 19 years ago

Preferences are not working in 010

Categories

(Minimo Graveyard :: Minimo Front-End, defect)

WinCE
x86
Windows XP
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: dougt, Assigned: mgalli)

References

Details

We are getting reports of people not being able to save preferences.
Assignee: dougt → mgalli
Okay I checked in a workaround that goes in action when PrefOkay flow goes on (hit okay): 


		if(elRef.nodeName=="checkbox") {
	            if(elRef.checked) {
	                elRef.value=true;
	            } else {
	                elRef.value=false;
	            } 
		}

This is doing a sync between the checkbox state checked and its value. Recent doc in XULplanet says the XUL has to sync automatically and show apply to Mozilla 1.8 and +. 
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
So,.. we may be able to remove this workaround in the future. 
This is a duplicate of Bug 314149 but as you did the work in here, that one should   probably marked as a duplicate.. 
*** Bug 314149 has been marked as a duplicate of this bug. ***
You need to log in before you can comment on or make changes to this bug.