Open
Bug 80140
Opened 24 years ago
Updated 2 years ago
[DUP]Buttons Move 1 Pixel Down When Pressed
Categories
(Core :: Layout: Form Controls, defect)
Tracking
()
NEW
Future
People
(Reporter: Michael_B_Allen, Unassigned)
References
()
Details
(Keywords: testcase)
Attachments
(1 file)
(deleted),
text/html
|
Details |
From Bugzilla Helper:
User-Agent: Mozilla/4.0 (compatible; MSIE 5.01; Windows NT; SYSCERT001)
BuildID: 2001050521
When depressing a form button and after it is released it will move by 1 pixel
(in this case down). See example at URL.
Reproducible: Always
Steps to Reproduce:
1. Go to http://users.erols.com/mballen/bugzilla/topFrame.html
2. Click on one button.
3. Look carefully at the position of the button when depressed relative to the
other buttons.
NOTE: I am running X over Exceed 6 to NT.
Comment 1•23 years ago
|
||
I see this too but something is causing the buttons to move down by a pixel.
I have just put in a very simple testcase with just submit buttons inside a form
and submit buttons nested inside a table. I am attaching my basic testcase.
However, I can NOT reproduce this in a simple form. So something else is
causing this rendering oddity.
There is a bunch of coding and unneeded extra stuff. Can you create a very
simple, short testcase to demonstrate this? Thanks. :-)
Keywords: testcase
Summary: Buttons Move 1 Pixel When Pressed → Buttons Move 1 Pixel Down When Pressed
Comment 2•23 years ago
|
||
Comment 3•23 years ago
|
||
I simplified the url testcase and it appears the problem is occuring due to the
parser. if you have an end of line between that button and </td> then the button
appears higher then it should and when you press it it comes back to the
correct location. If there is no end of line between button and </td> then the
button appears 1 pixel lover, like it should... well I dont know which one is
the appropriate location but end of line causes it to move.
Status: UNCONFIRMED → NEW
Component: HTML Form Controls → Parser
Ever confirmed: true
Reporter | ||
Comment 4•23 years ago
|
||
I have a good test case now. See the new URL reference. The problem is a little
more dramatic in this test as well. Not only do the buttons move down but the
links below them move *up* when an item from the selector is provoked(PS Hit
Shift-Reload to reinitialize the errant condition before selecting a button and
then a selector item). It's as if the inital layout of components is not
congruent with the steady state. Like there are little of-by-one errors in the
vertical layout or something.
Mike
Updated•23 years ago
|
Status: NEW → ASSIGNED
Summary: Buttons Move 1 Pixel Down When Pressed → [DUP]Buttons Move 1 Pixel Down When Pressed
Target Milestone: --- → Future
Comment 5•22 years ago
|
||
Definitely not parser. ->Form Controls
Assignee: rods → form
Status: ASSIGNED → NEW
Component: Parser → Layout: Form Controls
QA Contact: vladimire → desale
Comment 6•21 years ago
|
||
Michael Allen, I'm sorry no one ended up looking at the second testcase you
posted... do you still have that around somewhere?
Updated•15 years ago
|
Assignee: layout.form-controls → nobody
QA Contact: desale → layout.form-controls
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•