Closed
Bug 340472
Opened 20 years ago
Closed 14 years ago
Form submission silently fails in Firefox; works in IE
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: darin.moz, Unassigned)
References
()
Details
(Whiteboard: [website-compat])
Form submission silently fails in Firefox; works in IE
STEPS TO REPRO:
Click the Login button
EXPECTED RESULTS:
Error dialog (absolutely positioned content) is shown explaining that the username or password is invalid.
ACTUAL RESULTS:
Nothing happens.
Works fine in IE. It looks like the site is designed using some kind of webapp framework, so its possible that this same problem exists on other sites that utilize the same framework.
Filing against HTML:Form Submission for starters.
| Reporter | ||
Updated•20 years ago
|
Whiteboard: [website-compat]
Comment 1•20 years ago
|
||
At first glance, I'd say JS Engine -> Tech Evang - they seem to be choking us (and Opera, and Safari, ...) with script of the form
function foo(){}
function foo.prototype.bar(){}
which in IE apparently actually works the same as
function foo(){}
foo.prototype.bar = function(){}
Comment 2•20 years ago
|
||
-> JavaScript Engine for a decision.
Assignee: form-submission → general
Component: HTML: Form Submission → JavaScript Engine
QA Contact: ian → general
Comment 3•20 years ago
|
||
We had at least one other report (bug 240928) where a page used |function window.onload() {}|. That bug was moved to TE, there seems to be very little demand for this JScript feature.
Comment 4•20 years ago
|
||
This is a non-ECMA, non-standard extension that only JScript implements AFAIK. I say TE until it hurts too much, which is likely never.
/be
Comment 5•14 years ago
|
||
This page now requires IE6/7
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•