Closed Bug 10175 Opened 25 years ago Closed 25 years ago

problem with onMouseOver doing stuff to stuff in forms tha the link aint part of

Categories

(Core :: DOM: UI Events & Focus Handling, defect, P3)

x86
Windows 98
defect

Tracking

()

VERIFIED INVALID

People

(Reporter: csbooton, Assigned: rods)

References

()

Details

Attachments

(1 file)

This one is kind of hard to explain but on my site I'm making a thing that has a
textarea in a form in a cell in a table and all the links in he table have
onMouseovers that will change the value of the textarea so that it will explain
what the link goes too. Here's the problem , to link the onMouseOver to the form
I need to do a onMouseOver="(form name).(control name).value='(text)'" . In Nav
4.5 and IE 5.0 it will interpret it corretly and change the value of the
textarea to what i specify. But in mozilla build from June 17 (1999071708) I get
an error that the value is not defined, which seems incorect. I also get the
same error on 2.0 but I have not tried it in 3.0 . Anyway I'll attach the file
so you can see it for yourself.
This may also be showing another separate table bug (?) . Notice how in 5.0 the
text in the table is left alligned, but in ie 5.0 and netscape 4.5 it is center
aligned as specified in the <tr> tag (<tr align="center" valign="middle") . So
unless html 4.0 says that you need to specify this for each <td> tag then there
may be a separate table bug.
Assignee: mccabe → joki
Component: Javascript Engine → Event Handling
QA Contact: cbegle → janc
wrong component -- this is event handling stuff.
Whiteboard: [MAKINGTEST] Antti.Nayha@oulu.fi
Assignee: joki → rods
Taking this from Tom, at Tom's request
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → INVALID
You can't name a form element "links", it is a reserved JavaScript word. Rename
it to pagelinks and everything works fine. resolved as invalid.
verified
Status: RESOLVED → VERIFIED
Whiteboard: [MAKINGTEST] Antti.Nayha@oulu.fi
Component: Event Handling → User events and focus handling
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: