Closed
Bug 309091
Opened 20 years ago
Closed 20 years ago
Firefox fails to enable/disable the updates found radio group when enabling/disabling app updates.
Categories
(Firefox :: Settings UI, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: mossop, Unassigned)
Details
(Whiteboard: [trunk only])
In the updates tab of the advanced options, ticking and un-ticking the "Deer
Park" checkbox does not enable/disable the bottom radio group. If the radio
group is enabled and the checkbox is unticked then clicking on the radio buttons
will then disable them.
This works fine on Windows (with instantapply on or off) but not under Linux.
Looking at about:config shows that the preference is being changed correctly
with the checkbox.
Reporter | ||
Comment 1•20 years ago
|
||
That the radio buttons disable when you click on them suggest that the onchange
for the app.update.auto preference is firing. I would expect that the onchange
for app.update.enabled is firing as well which suggests that maybe
updateAppUpdateItems is failing. But nothing gets reported in the javascript
console, and the only thing I can think of failing is the access to the update
service object, which worked when run from the js console.
Comment 2•20 years ago
|
||
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9a1) Gecko/20050914 Firefox/1.6a1
ID:2005091404
Still seeing this in the latest trunk builds, but everything looks good on branch.
Whiteboard: [trunk only]
Comment 3•20 years ago
|
||
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9a1) Gecko/20050919 Firefox/1.6a1
ID:2005091914
*sighs* My update script was pulling the old gzip builds instead of the new
bzip2 ones. This works fine in trunk and branch for me. Resolving WFM, and sorry
for the trouble.
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•