Closed
Bug 117173
Opened 23 years ago
Closed 23 years ago
Preferences allows to select two radio-buttons at once
Categories
(SeaMonkey :: Preferences, defect)
Tracking
(Not tracked)
VERIFIED
DUPLICATE
of bug 112520
People
(Reporter: erik.fornoff, Assigned: morse)
Details
Environment:
==============
OS: Win NT 4.0 SP-6
Mozilla BuildID: 2001122703
Summary:
=========
In {Preferences} / Images it's possible to select both options 'Accept images
that comes from the originating server only' and ' Accept all images' at the
same time!
Reproducible: always
Steps to Reproduce:
====================
- start mozilla
- from menu choose 'Edit' -> 'Preferences'
- in the upcoming dialog {Preferences} choose 'Privacy & Security' -> 'Images'
in the tree-view
- on the right pane first select the radio button labeled 'Accept images that
comes from the originating server only'
- then select 'Accept all images' or 'Do not load any images'
Actual Results:
================
After the above listed steps two radio buttons are selected!
Expected Results:
==================
Only one radio button should be selected!
Comment 1•23 years ago
|
||
Confirming on linux 2001122721.
And dup of 100072
*** This bug has been marked as a duplicate of 100072 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
OS: Windows NT → All
Resolution: --- → DUPLICATE
Comment 3•23 years ago
|
||
This particular example (are there others?) is a logical error (the other bug
was just a painting error). It seems that the second radio in that group
is observing another element. I haven't dug deeply, but it seems wrong that
a radio's state would depend on something other that the selection state of the
radiogroup, but I'm probably missing something.
Assignee: sgehani → morse
Status: UNCONFIRMED → NEW
Ever confirmed: true
| Assignee | ||
Comment 4•23 years ago
|
||
No, the problem has nothing to do with what it observes. It does have to do
with the fact that the originating-server button is initially hidden. See
simplified example in bug 112520.
*** This bug has been marked as a duplicate of 112520 ***
Status: NEW → RESOLVED
Closed: 23 years ago → 23 years ago
Resolution: --- → DUPLICATE
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•