Closed
Bug 28304
Opened 25 years ago
Closed 25 years ago
https form submission fails silently (Phonebook not working.)
Categories
(Core :: DOM: Core & HTML, defect, P3)
Core
DOM: Core & HTML
Tracking
()
People
(Reporter: johng, Assigned: pollmann)
References
()
Details
Go to http://phonebook.mcom.com/
Type something into the field in the top frame
click search button next to field.
Nothing happens.
In a build earlier this week, this worked (but then the targetting was off and
the results appeared in the top frame instead of the bottom frame).
Mozilla build # 2000021708 from Feb 17.
Comment 1•25 years ago
|
||
Rod, can you take a look at this. It works on my 2/16 2pm WinNT build, but maybe
there has been a regression.
Assignee: karnaze → rods
Comment 2•25 years ago
|
||
Eric, I think this might be yours, if not, send it back.
Assignee: rods → pollmann
Assignee | ||
Comment 3•25 years ago
|
||
I also see this on a Linux build from yesterday afternoon.
The phonebook requires HTTPS. There could be any number of things going wrong
here, but form elements within framesets seem to be working in some other cases
(in fact, any form element on the web inside of apprunner is inside of an iframe
as the main browser window is an iframe). I'll take a look at this.
Status: NEW → ASSIGNED
OS: Windows 95 → All
Hardware: PC → All
Summary: Form component within frames: nothing happens → Phonebook not working.
Assignee | ||
Comment 4•25 years ago
|
||
This seems to be a problem just with https and form submission combined:
<HTML>
<BODY>
<FORM ACTION="https://https.net">
<INPUT TYPE="SUBMIT">
</FORM>
<A HREF="https://https.net">Test</A>
</BODY>
</HTML>
Clicking on the form submit does nothing
Clicking on the link brings up a dialog saying "https not a registered protocol
May be related to bug 17697.
Assignee | ||
Comment 5•25 years ago
|
||
This works with psm, so it's not beta1.
Component: HTML Form Controls → Form Submission
Summary: Phonebook not working. → https form submission fails silently (Phonebook not working.)
Assignee | ||
Comment 6•25 years ago
|
||
This bug is already reported as bug 26336 and Jud just fixed it. Thanks Jud!
*** This bug has been marked as a duplicate of 26336 ***
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
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
•