Closed
Bug 119903
Opened 23 years ago
Closed 23 years ago
Javascript submit failure
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
VERIFIED
WORKSFORME
People
(Reporter: michele_rosen, Assigned: alexsavulov)
Details
Attachments
(1 file)
565 bytes,
text/plain
|
Details |
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.7) Gecko/20011221
BuildID: 2001122108
After upgrading from 0.93 to 0.97, Mozilla no longer processes the submit button
on an internal application (Lotus Domino 4.6.7). The button calls the following
function:
function _doClick(v) {
document._Memo.__Click.value = v;
document._Memo.submit();
This function properly processes the submit function on Netscape 4.76 on Linux
and IE 5 on Windows. As mentioned earlier, it also worked in Mozilla 0.93 on Linux.
Reproducible: Always
Steps to Reproduce:
1. N/A because application is internal - if you happen to have access to Domino
(sorry about that!), just try sending a memo.
2.
3.
Actual Results: Form will not submit, preventing me from sending mail.
Expected Results: Form should submit and return to inbox.
Comment 1•23 years ago
|
||
Browser, not engine. Reassigning to Form Submission component.
Michele: when you hit the submit button, do you see any errors in
Tasks > Tools > JavaScript Console? (be sure to clear it out of
any previous errors before you try).
Assignee: rogerl → alexsavulov
Component: Javascript Engine → Form Submission
QA Contact: pschwartau → vladimire
Comment 3•23 years ago
|
||
Michele,
does the form have a name="_Memo" attribute? If it does have the name attribute
then this is a browser issue. Can you attach the source for the page and list
any errors you find in the javascript console?
bc
Assignee | ||
Comment 4•23 years ago
|
||
this attachment works for me with build# 2002010703
reporter: if you still see the bug, reopen but then please atach the reduced
testcase (strip down confidential informaition from that page)
Assignee | ||
Comment 5•23 years ago
|
||
WFM
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → WORKSFORME
Updated•6 years ago
|
Component: HTML: Form Submission → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•