Closed
Bug 151230
Opened 23 years ago
Closed 23 years ago
SUBMIT button shifts left upon pressing
Categories
(Core :: Layout, defect, P2)
Tracking
()
VERIFIED
FIXED
mozilla1.0.1
People
(Reporter: hisself, Assigned: karnaze)
References
()
Details
(Whiteboard: [PATCH][FIXED_ON_TRUNK])
Attachments
(2 files)
284 bytes,
text/html
|
Details | |
1.04 KB,
patch
|
alexsavulov
:
review+
kinmoz
:
superreview+
|
Details | Diff | Splinter Review |
When I attempt to submit comments at the above URL (or any other article
number), I write my comment and press the SUBMIT button, Nothing happens except
that the button shifts about one button width to the left.
If I press the new button, the answer is submitted.
This did not happen in Netscape 4.77
Comment 1•23 years ago
|
||
*** Bug 151231 has been marked as a duplicate of this bug. ***
Comment 2•23 years ago
|
||
haha! this is not a form submission but a layout problem. is not submitting be
cause the button does not receive the BUTTONUP event.
Hint: until it gets fixed, click on the button, but don't release the mouse
button but go with the mouse over the button and release it there.
Status: UNCONFIRMED → ASSIGNED
Component: Form Submission → Layout
Ever confirmed: true
Comment 3•23 years ago
|
||
This has to do with table width attribute... By the way, notice that the button
is not centered originally, might be another bug.
Comment 4•23 years ago
|
||
reassigning (simple test case available)
Assignee: alexsavulov → karnaze
Status: ASSIGNED → NEW
Comment 5•23 years ago
|
||
Duplicate...
*** This bug has been marked as a duplicate of 150232 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Comment 6•23 years ago
|
||
This is not a duplicate of bug 150232. I see a shift if the form is removed.
Status: RESOLVED → REOPENED
Resolution: DUPLICATE → ---
Assignee | ||
Updated•23 years ago
|
Severity: normal → major
Status: REOPENED → ASSIGNED
Priority: -- → P2
Target Milestone: --- → mozilla1.0.1
Assignee | ||
Comment 7•23 years ago
|
||
This bug deals with the incorrect layout, whereas bug 150232 deals with not
submitting the form.
Assignee | ||
Comment 8•23 years ago
|
||
Assignee | ||
Updated•23 years ago
|
Whiteboard: [PATCH]
Comment 9•23 years ago
|
||
Comment on attachment 87448 [details] [diff] [review]
patch to fix the bug
r= alexsavulov
Attachment #87448 -
Flags: review+
Assignee | ||
Comment 10•23 years ago
|
||
*** Bug 147371 has been marked as a duplicate of this bug. ***
Comment 11•23 years ago
|
||
Attachment #87448 -
Flags: superreview+
Assignee | ||
Comment 12•23 years ago
|
||
fixed_on_trunk
Status: ASSIGNED → RESOLVED
Closed: 23 years ago → 23 years ago
Resolution: --- → FIXED
Whiteboard: [PATCH] → [PATCH][FIXED_ON_TRUNK]
Comment 13•23 years ago
|
||
Verifying on 2002-07-01-08-trunk on win98, sorry that I resolved this a dupe
earlier, must have ment a different bug, this has absolutely nothing to do with
that other issue :)
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•