Closed
Bug 8915
Opened 27 years ago
Closed 26 years ago
form not defined
Categories
(Core :: DOM: Core & HTML, defect, P3)
Core
DOM: Core & HTML
Tracking
()
VERIFIED
FIXED
M15
People
(Reporter: andre, Assigned: vidur)
References
()
Details
Attachments
(1 file)
|
252 bytes,
text/plain
|
Details |
1.) If I change the value in one of the three select boxes at the left side, Mozilla doesn´t reload. Then, if I click once again after changing the value, Mozilla executes the Javascript.
2.) The right box doesn´t work too, and Mozilla tells that form2 isn´t defined, but I´ve done...
3.) The whole Navigation element looks a bit strange...
I compared everyting with NS 4.6 and IE 4.0 and IE 5.0 - they didn´t anything strange.
Assignee: mccabe → joki
Component: Javascript Engine → Event Handling
QA Contact: cbegle → janc
Comment 1•27 years ago
|
||
Updated•26 years ago
|
Assignee: joki → pollmann
Comment 2•26 years ago
|
||
The first behavior your describe is fixed now as GFX selects are turned on by
default in recent builds. I'm still seeing "form2 is not defined". I'll check
it out.
Updated•26 years ago
|
Assignee: pollmann → vidur
Severity: major → normal
Component: Event Handling → DOM Level 1
OS: Windows NT → All
Hardware: PC → All
Summary: onchange behaves strange / form not defined → form not defined
Target Milestone: M15
Comment 3•26 years ago
|
||
I'm surprised this works in Nav.
Updating summary, milestone, and reassigning to Vidur.
Changing "form2.submit() to "document.form2.submit()" or "this.form.submit()"
will allow your page to work in the short run.
This bug probably won't get fixed until after beta.
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Comment 4•26 years ago
|
||
When I select ``Fasteners'' from the ``Product group'' drop-down, I get the form
reloaded and can see ``--- Please choose ---'' in the ``Sub group'' dropdown.
Can't select it for some reason, but I'm sure that's another bug.
Marking fixed, though I'm using a Sept 14 build so I'm a bit surprised I'm not
seeing the same behaviour as pollmann. Maybe the test case changed?
Comment 5•26 years ago
|
||
Requesting verification from reporter. The attachment isn't a testcase, and the
URL given is no longer valid. alangho, is this working for you now?
| Reporter | ||
Updated•26 years ago
|
Status: RESOLVED → CLOSED
| Reporter | ||
Comment 6•26 years ago
|
||
I´ve reviewed that page and now everything seems to be fixed, although Mozilla
crashed after a few minutes. But I think this bug could be closed.
Updated•26 years ago
|
Status: CLOSED → REOPENED
Updated•26 years ago
|
Status: REOPENED → RESOLVED
Closed: 26 years ago → 26 years ago
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 7•26 years ago
|
||
thanks!
changing resolution to "verified fixed"
Updated•7 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•