Closed
Bug 95051
Opened 24 years ago
Closed 22 years ago
fujitv.co.jp - search input field displays too low, not visible in frame
Categories
(Core :: Layout, defect, P2)
Core
Layout
Tracking
()
RESOLVED
FIXED
Future
People
(Reporter: momoi, Assigned: rods)
References
()
Details
Attachments
(1 file)
|
396 bytes,
text/html
|
Details |
** Observed with 8/10/2001 Win32 build **
A very populra TV station site in Japan.
The above site has a form input field at the top center of the
page. Most of the input field is hidden when the page is loaded.
Also the "Go" button (submit button) is hidden from view.
There are 2 ways to get most (but not all) of the input field to
appear:
1. Insert the cursor into the input field and start typing in Japanese.
Most of the height of the input field becoems visible.
2. Reduce the font size to 13px.
With IE 5.5, all of the input field and the Go button are
visible from the beginning.
There is something strange about the way the input field height
is handled in Mozilla. One fact is noted above in #1. When you start
inputting into the field, the input field is redrawn.
Is this a font size issue? (IE 5.5. seems to use the same font size for
Japanese). or is this something that is somhow induced by a font size?
| Reporter | ||
Comment 1•24 years ago
|
||
The problem described here is observed on other sites as well.
We need to investigate the real cause of this problem first.
not a table specific bug, reassigning to core owner.
Assignee: karnaze → attinasi
| Reporter | ||
Comment 3•24 years ago
|
||
CC'ing bstell. He may know something about this behavior.
Comment 4•24 years ago
|
||
Reassigning to Rod.
Assignee: attinasi → rods
Target Milestone: --- → mozilla1.1
Comment 5•24 years ago
|
||
Is this seen on a Linux or windows system?
| Assignee | ||
Updated•23 years ago
|
Priority: -- → P2
Target Milestone: mozilla1.1 → Future
Comment 6•23 years ago
|
||
Using Mozilla build ID 2002042403 I tried something which was to decrease the
text zoom size. When I set the text zoom field in the view section from 100% to
50% the search engine appeared more higher up but was also smaller in size.
Resetting the text zoom size to 100% the search engine appears in the correct
size but also goes back to appearing below the FNN and animation sections.
Or even decreasing the text zoom size from 100% then clicking on smaller raises
the search engine field up but causes it to display smaller. I am thinking bug
119705 which I filed, appears to be the same problem and can be marked as a dupe
as it is the same problem of how the search engine is not displaying properly.
*** Bug 119705 has been marked as a duplicate of this bug. ***
OS: Windows 2000 → All
Hardware: PC → All
Summary: The search input field is not visible at Font size 16px → fujitv.co.jp - search input field displays too low, not visible in frame
Basically, a P block inside a FORM inside a top-aligned TD has some top padding
which causes the form controls to be lower than objects in the other table
cells.
MSIE and Safari do not pad the P, which is probably what Mozilla should also
do, at least in Quirks mode.
Comment 9•22 years ago
|
||
I am very happy to report that with build 2003051108 the search engine is now
displaying at the proper incline and is perfectly visible. It seems after
including this report with comment 8 the webmaster of the site fixed the problem.
I can't change the resolution to fixed since my report was a dupe of this bug :*(
| Reporter | ||
Comment 10•22 years ago
|
||
The site made a modification needed -- 1) eliminate <p>, and 2) write out the
next form input field differently based on brower sniffing.
The problem is not seen even on Mozilla 1.0x based browsers.
Marking this as resolved fixed since the site made the changes.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•