Closed
Bug 165719
Opened 23 years ago
Closed 21 years ago
allianz.pt - radio buttons not being disabled via JS
Categories
(Tech Evangelism Graveyard :: Portuguese, defect)
Tech Evangelism Graveyard
Portuguese
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: chbm, Unassigned)
References
()
Details
(Whiteboard: [proprietary-dom])
With Mozilla 0.9.9 on Windows:
On the form on the URL with "Sim" on "Habitação permanente ?" the radio bellow
it is disabled (greyed) and stuck at "Não". Toggling "Habitação permanente ?" to
"Não" enables the radio bellow it.
With Mozilla 1.1 on Windows and Linux:
The radio button doesn't get disabled and can be toggled at all times.
Acording to the results of the form it seems moz0.9.9 got it right.
Comment 1•23 years ago
|
||
Error: Formulario is not defined
Source File: http://www.allianz.pt/simuladores/forms/xsl/scripts/HabitALL.js
Line: 404
page has
<form name="Formulario" ... id="Formulario">
and within the html, it references the form as "document.Formulario", but in
HabitALL.js, it just says stuff like "Formulario.Edificio.focus();", which is
incorrect.
==> Evang
Assignee: jkeiser → nitot
Status: UNCONFIRMED → NEW
Component: HTML Form Controls → Europe: West
Ever confirmed: true
OS: Linux → All
Product: Browser → Tech Evangelism
QA Contact: tpreston → brantgurganus2001
Version: other → unspecified
Hardware: PC → All
Summary: radio buttons not being disabled via JS → allianz.pt - radio buttons not being disabled via JS
Whiteboard: [proprietary-dom]
Comment 2•22 years ago
|
||
page redesigned - please recheck
Comment 4•22 years ago
|
||
to default owner
Assignee: nitot → portuguese
QA Contact: brantgurganus2001 → portuguese
Comment 5•21 years ago
|
||
page no longer exists, marking invalid
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → INVALID
Updated•10 years ago
|
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•