Closed Bug 254129 Opened 20 years ago Closed 17 years ago

Mozilla is unstable in check/radio state showing !

Categories

(Core :: Layout: Form Controls, defect)

x86
Windows XP
defect
Not set
major

Tracking

()

RESOLVED WORKSFORME

People

(Reporter: kepes.krisztian, Unassigned)

Details

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.1; hu-HU; rv:1.7) Gecko/20040616
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; hu-HU; rv:1.7) Gecko/20040616

I have been used Mozilla many times. The machine is "on" until more days.
The Mozilla is sometimes cannot select/check the radio, and check form elements.
When it is "goto insane", the downloaded page is not reflect the source.
The source is (example):
<input type="radio" class="text" name="any" id="any" value="1" > 1
<input type="radio" class="text" name="any" id="any" value="2" checked="checked"
selected="selected"> 2
<input type="radio" class="text" name="any" id="any" value="3" > 3

The source code is ok. When I download this page, the radio-s are unselected,
and unchecked.
When I refresh this page, nothing happened.

When I load this page in IE, or Opera, it is show good result (the second radio
is in selected/checked state).

The problem is happened in unstable mode, sometimes working, sometimes not.
When I shutdown mozilla (close all of they instances), and repopen it, it is
working.



Reproducible: Sometimes
Steps to Reproduce:
1. open a page that containing form, and radio/check
2. use it
3. the selection is not showed (radio is not selected)

Actual Results:  
the selection is not showed (radio is not selected)
This is an automated message, with ID "auto-resolve01".

This bug has had no comments for a long time. Statistically, we have found that
bug reports that have not been confirmed by a second user after three months are
highly unlikely to be the source of a fix to the code.

While your input is very important to us, our resources are limited and so we
are asking for your help in focussing our efforts. If you can still reproduce
this problem in the latest version of the product (see below for how to obtain a
copy) or, for feature requests, if it's not present in the latest version and
you still believe we should implement it, please visit the URL of this bug
(given at the top of this mail) and add a comment to that effect, giving more
reproduction information if you have it.

If it is not a problem any longer, you need take no action. If this bug is not
changed in any way in the next two weeks, it will be automatically resolved.
Thank you for your help in this matter.

The latest beta releases can be obtained from:
Firefox:     http://www.mozilla.org/projects/firefox/
Thunderbird: http://www.mozilla.org/products/thunderbird/releases/1.5beta1.html
Seamonkey:   http://www.mozilla.org/projects/seamonkey/
> The Mozilla is sometimes cannot select/check the radio, and check form
> elements.
> When it is "goto insane", the downloaded page is not reflect the source.
> The source is (example):
> <input type="radio" class="text" name="any" id="any" value="1" > 1
> <input type="radio" class="text" name="any" id="any" value="2"
> checked="checked"
> selected="selected"> 2
> <input type="radio" class="text" name="any" id="any" value="3" > 3
> 
> The source code is ok. 

The source code is *_not_* ok. 
1- The selected attribute is for option, not for radio buttons. 
2- id attribute values must be document unique.

> When I download this page, the radio-s are unselected,
> and unchecked.

I tried your code with Seamonkey 1.5a rv:1.9a5pre build 2007042709and with Firefox 2.0.0.3 rv: 1.8.1.3 build 20070309 under XP Pro SP2 and I got expected results in both. If needed, I can upload a testcase.

Resolving as WORKSFORME
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.