Closed
Bug 79292
Opened 24 years ago
Closed 23 years ago
Often need to press submit twice to get any action.
Categories
(Core :: DOM: UI Events & Focus Handling, defect)
Tracking
()
VERIFIED
WORKSFORME
mozilla1.0.1
People
(Reporter: ewv, Assigned: alexsavulov)
References
()
Details
Attachments
(2 files)
Some forms won't be submitted on the first try. For example, go to
http://bugzilla.mozilla.org type in a bug number, and press submit. Nothing
happens. Press it again, and the bug will come up.
Using 0.9 on linux. Just had same problem with commit button on this page.
Comment 1•24 years ago
|
||
-> HTML Form Controls (although this is worksforme).
Assignee: trudelle → rods
Component: XP Toolkit/Widgets → HTML Form Controls
QA Contact: jrgm → vladimire
Reporter | ||
Comment 2•24 years ago
|
||
Oops, this is probably invalid. I just noticed I had javascript turned off. Why
those buttons would work the second time, though, I don't know.
Turning JS off reproduces the problem. With it on, I don't see it.
I've seen this for quite some time, but not reproducable. I ususally have
JavaScript turned off as well, and I've seen it several times with the Bugzilla
Query form. But this page doesn't use JavaScript. I'm tempted marking this
"new", but I'd like to have a way to reproduce it.
i would call it a regression. it used to work 2 weeks ago.
i'm surfing with JS turned off and it really bites me now.
looks like bug triggers on forms with onClick handler on submit button.
confirmed 2001051521 linux nightly build.
Marking new due to comments. Need steps to reproduce. Adding keyword.
here is a simple 100% reproducible testcase.
1. disable JS in preferences
2. load testcase, press "Test" button
3. press "Test" until form finally submits :)
Your attachment WORKSFORME on linux cvs build 18/05/01. I haven't seen the
effect recently. What builds are you using, and can you still observe the bug?
i'm using 2001051621 linux nightly build. the bug is still here in that build.
Comment 10•24 years ago
|
||
its still here for 2001-05-18-13-trunk, Linux RedHat 6.2
Updated•23 years ago
|
Target Milestone: --- → mozilla0.9.3
Comment 12•23 years ago
|
||
Doesn't look like this is getting fixed before the freeze tonight.
Pushing out a milestone. Please correct if I'm mistaken.
Target Milestone: mozilla0.9.3 → mozilla0.9.4
Comment 13•23 years ago
|
||
Kevin is no longer with the company.
---> Kevin for re-assignment.
Assignee: pollmann → kmcclusk
Updated•23 years ago
|
Target Milestone: mozilla0.9.4 → mozilla0.9.6
Comment 14•23 years ago
|
||
Reassigning to Alex
Assignee: kmcclusk → alexsavulov
Target Milestone: mozilla0.9.6 → mozilla1.0
Assignee | ||
Updated•23 years ago
|
Summary: Often need to press submit twice to get any action. → Often need to press submit twice to get any action. [form sub]
Comment 15•23 years ago
|
||
Bugs targeted at mozilla1.0 without the mozilla1.0 keyword moved to mozilla1.0.1
(you can query for this string to delete spam or retrieve the list of bugs I've
moved)
Target Milestone: mozilla1.0 → mozilla1.0.1
Comment 16•23 years ago
|
||
From this testcase I was able to see that it didn't matter if JavaScript was
enabled, and it worked fine. This should prove that the browser has problems
with JavaScript. I guess it was obvious, but I just wanted to establish it for
sure. After all, qawanted was in the keywords line.
You'll have to excuse me, because I quite new at this. I hope that I'm not
using too old of a version.
I am using Mozilla 0.9.6 Mozilla/5.0 (X11; U; Linux i586; en-US; rv:0.9.6)
Gecko/20011120
Sincerely, and with thanks,
Eugene T.S. Wong
Assignee | ||
Comment 17•23 years ago
|
||
-> event handling
LINUX RH71
if you turn javascript off, after the first click on the "Show" button, nothing
happens. after the second click the bug page will be loaded.
URL: bugzilla.mozilla.org
Component: HTML Form Controls → Event Handling
Summary: Often need to press submit twice to get any action. [form sub] → Often need to press submit twice to get any action.
Reporter | ||
Comment 19•23 years ago
|
||
This bug appears to be fixed on 0.9.9 or before. Does anyone still see this?
(Test case works fine with JS turned off).
Reporter | ||
Comment 20•23 years ago
|
||
Marking works for me since this appears to be fixed in 0.9.9 and no one has
raised objections.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → WORKSFORME
Updated•6 years ago
|
Component: Event Handling → User events and focus handling
You need to log in
before you can comment on or make changes to this bug.
Description
•