Closed
Bug 333610
Opened 19 years ago
Closed 18 years ago
Forms or Links jumping (whole part) if clicking on them
Categories
(Core :: Layout: Tables, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: ghost_zero5, Unassigned)
Details
(Keywords: testcase)
Attachments
(1 file)
|
309 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.2; de; rv:1.8.0.1) Gecko/20060111 Firefox/1.5.0.1
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.2; de; rv:1.8.0.1) Gecko/20060111 Firefox/1.5.0.1
If I click on a form-submit-button or on a link on at least one certain page, the button or link jumps down a bit and therefore sometimes is not pressed and I need to re-press it...
Just to verify I have Windows XP x64 and on my father's PC with normal Windows XP there is the same problem...
At least one site where this happens is here:
http://www.vinum-pannonia.at/indexhome.php?site=shop&action=log
If you click there on "anmelden" you will see what I mean exactly...
Or if you go here:
http://www.vinum-pannonia.at/indexhome.php?site=shop&lang=&cat_id=9&product_id=&prd=true
And click there e.g. on "Login" you will also see what I mean...
Ah btw. I also tested Deer Park Alpha 2 but there is the same problem...
Reproducible: Always
Steps to Reproduce:
1.Click on the form submit or on a link
2.
3.
Actual Results:
As said the button or link jumps a bit down (to be exactly the whole part jumps down a bit)
Expected Results:
It should be down there from the beginning or it should stay where it was, when clicking on the link or submit-button
| Reporter | ||
Comment 1•19 years ago
|
||
Of course I meant Bon Echo Alpha 1 and not Deer Park Alpha 2 (I scrambled this a bit), I especially re-tested it to go sure I really tested it with Bon Echo Alpha 1... And yes there the bug still exists...
| Reporter | ||
Updated•19 years ago
|
Version: unspecified → 1.5.0.x Branch
Comment 2•19 years ago
|
||
Needs a minimal testcase.
Component: General → Layout
Product: Firefox → Core
QA Contact: general → layout
Version: 1.5.0.x Branch → Trunk
Comment 3•19 years ago
|
||
<html>
<body>
<table height="100%">
<tr>
<td>
<table height="100%">
<tr><td><img height="100%"></td></tr>
<tr></tr>
<tr><td height="2%"></td></tr>
<tr><td height="100%"><a href="#">Click</a></td></tr>
</table>
</td>
</tr>
</body>
</html>
This shows the link moving.
Comment 4•19 years ago
|
||
Updated•19 years ago
|
Attachment #218106 -
Attachment description: Mark's testcase → Marc's testcase
Updated•19 years ago
|
Status: UNCONFIRMED → NEW
Component: Layout → Layout: Tables
Ever confirmed: true
Keywords: testcase
QA Contact: layout → layout.tables
Comment 5•18 years ago
|
||
do you see this using trunk?
I see it in FF2, but not on trunk Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9a9pre) Gecko/2007092705 Minefield/3.0a9pre
Comment 6•18 years ago
|
||
Yeah, this is also worksforme, using:
\Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a9pre) Gecko/2007100205 Minefield/3.0a9pre
I can see the bug on branch.
Marking worksforme. If someone can still see this issue on trunk, then please reopen.
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•