Closed Bug 205970 Opened 22 years ago Closed 22 years ago

JavaScript forms do not list correctly in window

Categories

(Core :: DOM: Core & HTML, defect)

PowerPC
macOS
defect
Not set
normal

Tracking

()

RESOLVED INVALID

People

(Reporter: csafford, Assigned: bryner)

References

()

Details

(Keywords: qawanted)

User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.4b) Gecko/20030516 Camino/0.7+ Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.4b) Gecko/20030516 Camino/0.7+ the list of filters should be in the box so they can be selected. this has been a problem since 0.4 Reproducible: Always Steps to Reproduce: 1. 2. 3.
there are a few javascript errors on this page including an unescaped quote. Don't know if these are responsible for the problem or not. Error: syntax error Source File: http://hobbit.usc.edu/~csafford/camino/test.html Line: 163, Column: 30 Source Code: var invalidChars = "()<>@,;:"[] t!%+/={}#$&*?|~"; Problem also occurs in Mozilla 2003051608 so changing product. The code needs a good once over to see what's really happening before getting confirmed/invalidated.
Component: HTML Form Controls → DOM HTML
Product: Camino → Browser
Whiteboard: qawanted
Version: unspecified → Trunk
The page contains the HTML structure, <table><select></select></table>, which is obviously invalid. Unless Mozilla is expected to assume the presence of "anonymous" TR and TD elements around this SELECT, this bug is invalid. It's okay to omit closing tags of TR and TD elements, but not opening tags.
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Keywords: qawanted
Resolution: --- → INVALID
Summary: java script forms do not list correctly in window → JavaScript forms do not list correctly in window
Whiteboard: qawanted
Component: DOM: HTML → DOM: Core & HTML
QA Contact: winnie → general
You need to log in before you can comment on or make changes to this bug.