Closed
Bug 29511
Opened 26 years ago
Closed 25 years ago
Cell with fixed width resizes on reflow
Categories
(Core :: Layout: Tables, defect, P3)
Tracking
()
M18
People
(Reporter: mattsch, Assigned: karnaze)
References
()
Details
(Keywords: testcase, verifyme)
Attachments
(1 file)
|
641 bytes,
text/html
|
Details |
I'm using Win98 and Build ID 2000022208. If you mouseover the search button on
this page, the table on the top will align left.
I can reproduce this on 2000022716 on Win98. The "Search" button should actually
render itself to the right of the text entry box, as is done in IE5.x and
NS4.7x, but in Mozilla it render underneath for some reason.
The initial layout of the page (other than the search button being
underneath rather than beside) before the page shifts is the correct one as it
looks exactly the same in IE and NS.
Comment 3•26 years ago
|
||
CC'ing Chris as he mentioned knowing about a bug that sounded like this.
Comment 5•26 years ago
|
||
Is this bug a dup of bug 29429 ? If so, it should be marked as so, otherwise
this is new. If it is a dup, bug 29429 should be reopened.
Status: UNCONFIRMED → NEW
Component: Browser-General → Layout
Ever confirmed: true
Comment 6•26 years ago
|
||
bug 29429 has been marked worksforme,does anyone with a new build still see this?
Comment 7•26 years ago
|
||
still seeing this, 2000031306. guess this is a new bug, reassigning to owner of
layout
Assignee: cbegle → troy
QA Contact: asadotzler → petersen
Changing to HTML Tables
Assignee: troy → karnaze
Component: Layout → HTMLTables
QA Contact: petersen → chrisd
| Assignee | ||
Comment 9•26 years ago
|
||
I'm not seeing the problem when mousing over the button, probably because it was
fixed since reported. I'm changing the summary from "Search Form button causing
table to align left at top of page" to "Search button in wrong location".
Status: NEW → ASSIGNED
Summary: Search Form button causing table to align left at top of page → Search button in wrong location
Target Milestone: M18
Comment 10•26 years ago
|
||
I still see the problem of the page shifting/reshuffling itself when mousing
over the Search button.
This is on 2000040815 on Windows 9x.
Comment 11•25 years ago
|
||
Confirmed this with Linux build 2000.04.11.09. I've made this into something of
a testcase. We have a table (width=100%) with a cell on the left with no
specified width, and a fixed width cell on the right. The left cell conatins a
table, and the cells of that table have percentage widths. If you mouseover the
button, the fixed-width cell on the right will expand.
Keywords: testcase
Summary: Search button in wrong location → Cell with fixed width resizes on reflow
Comment 12•25 years ago
|
||
Comment 13•25 years ago
|
||
How is this related to bug 39209?
Comment 14•25 years ago
|
||
This is a DUPL of 39209
*** This bug has been marked as a duplicate of 39209 ***
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•