Closed
Bug 28928
Opened 25 years ago
Closed 25 years ago
Hidden values affect the layout
Categories
(Core :: Layout: Form Controls, defect, P3)
Core
Layout: Form Controls
Tracking
()
VERIFIED
FIXED
People
(Reporter: pierre, Assigned: karnaze)
References
()
Details
(Whiteboard: [PDT+] 2/28, waiting for approval)
Attachments
(1 file)
(deleted),
text/html
|
Details |
Tested with recent M14 builds on Mac and Windows.
Hidden values in HTML forms affect the layout. On Windows, they are invisible
but they cause the elements to be displayed at the wrong location or with the
wrong size. On the Mac, it's the same problem as on Windows but in addition, the
hidden values are displayed (that's how I found out the origin of the bug).
To see the problem on Windows:
1) Go to http://home.netscape.com and look at the column on the left (the one
with Latest News, Weather Search...)==> The column is much larger than in Nav4.x
2) Go to AOL.com ==> The text "Enter your password" is not at the right
location.
To see the problem on the Mac:
1) Same thing as above ==> you can see URLs (which are supposed to be hidden)
around the Weather Search area.
2) Go to AOL.com ==> you can see the text "quickenquote" under "Web Centers";
the text "Enter Password" is not at the right location and it is followed by
some spurious numbers.
3) Go to microsoft.com ==> The Search field is followed by some spurious text
and numbers.
I'm going to attach a testcase.
Assigned to Karnaze (form controls) and CCd rickg.
Reporter | ||
Comment 1•25 years ago
|
||
Reporter | ||
Comment 2•25 years ago
|
||
Marking beta1 because it affects the layout of major sites.
Keywords: beta1
Reporter | ||
Comment 3•25 years ago
|
||
CCd Troy. After all, it may be a layout problem more than HTML forms.
added some interested folks to the cc list. rod is taking a quick look to
diagnose the cause.
Assignee | ||
Comment 5•25 years ago
|
||
Reassigning to Rod, so he can take a longer look.
Assignee: karnaze → rods
Reporter | ||
Comment 7•25 years ago
|
||
The hidden values were visible on the Mac because of some debugging code that I
had on my machine (I used to force the mode to eCompatibility_Standard in
nsGfxButtonControlFrame::Reflow) so you can forget that aspect of the bug. Of
course, visible or not, the hidden values affect the layout like on the other
platforms. At least you know how to make them visible if it helps you to nail the
problem...
Summary: Hidden values affect the layout (and are visible on the Mac) → Hidden values affect the layout
Assignee | ||
Comment 8•25 years ago
|
||
This bug does not exist on my 2/22 10pm WinNT debug build. I removed the hidden
inputs from the attachment and the page renders the same.
Assignee | ||
Comment 9•25 years ago
|
||
Forget that last comment, I'm seeing it in the 1st table. Reassigning to myself.
Assignee: rods → karnaze
Assignee | ||
Comment 10•25 years ago
|
||
I have a fix waiting for a code review and checkin approval.
Status: NEW → ASSIGNED
Assignee | ||
Updated•25 years ago
|
Whiteboard: [PDT+] → [PDT+]2/24 waiting on bug 29149
Assignee | ||
Comment 11•25 years ago
|
||
*** Bug 29330 has been marked as a duplicate of this bug. ***
Comment 12•25 years ago
|
||
*** Bug 29466 has been marked as a duplicate of this bug. ***
Assignee | ||
Comment 13•25 years ago
|
||
Removing dependency on bug 29149 and removing mention of it in status
whiteboard. updating completion date and dding "waiting for approval" in status
whiteboard.
No longer depends on: 29149
Whiteboard: [PDT+]2/24 waiting on bug 29149 → [PDT+] 2/28, waiting for approval
Comment 14•25 years ago
|
||
this also horks http://www.wired.com/ in a big way. The Feb 20 daily mozilla
build (and earlier) render this page fine, but builds dated feb 21 and later
are broken.
Assignee | ||
Comment 15•25 years ago
|
||
fixed
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Comment 16•25 years ago
|
||
Marking VERIFIED FIXED on:
- Linux6 2000-03-01-13 Commercial build
- MacOS9 2000-03-01-13 Commercial build
- Win98 2000-03-01-16 Commercial build
Status: RESOLVED → VERIFIED
*** Bug 30350 has been marked as a duplicate of this bug. ***
*** Bug 30350 has been marked as a duplicate of this bug. ***
Comment 19•25 years ago
|
||
*** Bug 30683 has been marked as a duplicate of this bug. ***
Comment 20•25 years ago
|
||
*** Bug 30690 has been marked as a duplicate of this bug. ***
Comment 21•25 years ago
|
||
*** Bug 30312 has been marked as a duplicate of this bug. ***
Comment 22•25 years ago
|
||
*** Bug 30275 has been marked as a duplicate of this bug. ***
Comment 23•25 years ago
|
||
*** Bug 32038 has been marked as a duplicate of this bug. ***
Comment 24•25 years ago
|
||
*** Bug 32072 has been marked as a duplicate of this bug. ***
Comment 25•25 years ago
|
||
*** Bug 32281 has been marked as a duplicate of this bug. ***
Comment 26•25 years ago
|
||
*** Bug 33767 has been marked as a duplicate of this bug. ***
Comment 27•25 years ago
|
||
*** Bug 33463 has been marked as a duplicate of this bug. ***
You need to log in
before you can comment on or make changes to this bug.
Description
•