Closed
Bug 182132
Opened 23 years ago
Closed 21 years ago
text positioned too high in cbc.ca dropdown menus
Categories
(Tech Evangelism Graveyard :: English Other, defect, P5)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: hammerjoe, Unassigned)
References
()
Details
(Keywords: testcase)
Attachments
(6 files)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3a) Gecko/20021118
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3a) Gecko/20021118
If you look under the big Marketplace picture there are four drop down menus and
the first two, Past programs and Marketplace files, the menu selections are not
displayed correctly overlapping each other.
Reproducible: Always
Steps to Reproduce:
1.load web page
2.Move your mouse under one of the selections : Past programs or Marketplace files
3.
I'm using 20021118.
This is insane to try to keep track of all the updates. :)
I downloaded latest build and this is what still happens.
Check the red menu and see the options not showing in the right place.
I just downloaded the 1.2 version and the problem still persists.
I'm surprised that it's working for other people.
To make sure we are all looking at the same thing, look at the attachment, do
you see that red drop down menu?
Do you see how the dates are not spaced from each other equally? Do you notice
how the date is over the separator???
Does this not happen to you??
This is weird.
I have installed the latest version, didn't made any modifications I use the
standard fonts with Winxp and I'm the only one with the problem??
Comment 9•23 years ago
|
||
WFM 20031024 on WinXP.
Reporter, can you still reproduce this problem with a new build?
Comment 10•23 years ago
|
||
HammerJoe, can you try again with Mozilla 1.3b?
| Reporter | ||
Comment 11•23 years ago
|
||
just finnished d/l 1.3b and no change, this problem is still there.
| Reporter | ||
Comment 12•23 years ago
|
||
It seems that I am the only one with this problem,, any ideas what might cause
this so I can look on my system to see if I can correct it?
Thanks
Comment 13•23 years ago
|
||
Have you tried deleting cache?
Comment 14•22 years ago
|
||
Reporter, is this still a problem with 1.4rc3? Have you tried suggestions in
comment 13, or tried with a new profile
If not ok, then please comment again with details.
If ok, then please resolve this bug as WORKSFORME. Thanks.
Comment 15•22 years ago
|
||
I can confirm this bug, using the latest relaase version (1.4) on windows 2000.
I willl be attaching a screenshot to show the error.
moving to layout for triage. I haven't been able to determine if this is a
mozilla bug, or a bug in the menu.
Status: UNCONFIRMED → NEW
Component: Browser-General → Layout
Ever confirmed: true
Comment 16•22 years ago
|
||
Look at the screen shot, and you should notice that the text's in the menu
creeps upwards and into the seperator lines.
Summary: Drop down menus do not display correctly → text positioned too high in cbc.ca dropdown menus
I see the problem on Linux as well.
I strongly suspect it's a problem with the site (i.e., assuming the font will be
a certain height) rather than a Mozilla bug, so marking as P5 until someone
produces a simplified testcase.
Keywords: qawanted
Priority: -- → P5
A bit more simplification is needed to see what's going on.
Comment 20•22 years ago
|
||
A much simplified, but still ugly test case.
This is a static page. The box on the left is using the HTML that ends up being
generated by the previously posted test case, and renders visually identical to
the leftmost popup menu.
The box on the right has 8 instances of <td align="left"> </td> replaced
with <td align="left"> </td>, and presumably renders the way that the authors
intended.
The navigation menu is rendered by drawing a red box with a table of rollover
boxes and then drawing a table of links in the same location, so the problem is
that the cells in the first table are taller than the cells in the second
table. All of the cells are set to a height of 19px, but when the is
present, the cell renders at 20px instead.
Unless this -growing-the-box behavior is incorrect, this is just a
problem with the page (as suggested by #18), and not with Mozilla.
Updated•22 years ago
|
Attachment #135430 -
Attachment description: simplified testcase → more simplified testcase
Comment 21•22 years ago
|
||
This is a simple page that shows the behavior I've described. The three tables
have one cell each. The first has a space, the second has an , and the
third has some text. The one with just a space renders at the specified height
of 15px; the others render taller.
Comment 22•22 years ago
|
||
I think this bug should be closed.
The height of a cell containing only an depends on the font size, is the
same as a cell containing text, and seems to be platform-dependent. (My first
example demonstrates the error on Windows, but both sets render the same on Mac
OS and Linux.)
For a cell containing nothing (or containing only whitespace), the font size
does not matter; the cell renders according to other factors (e.g. it's "height"
attribute).
The page originally reported here included sloppy markup for navigation menus
that relied on the fact that a set of cells with nbsp's would render at exactly
a certain height, when in fact, they rendered taller.
The problem is with the page. The only reason this would be a valid bug is if
the case from #21 is incorrect. I spent a while staring at this code (trying to
help get an ancient bug closed), and am happy to try to clarify or explain further.
Assignee: core.layout → english-other
Component: Layout → English Other
Product: Browser → Tech Evangelism
QA Contact: ian → english-other
Version: Trunk → unspecified
Comment 23•21 years ago
|
||
invalid
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → INVALID
Updated•11 years ago
|
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•