Closed
Bug 354621
Opened 18 years ago
Closed 18 years ago
Link not rendered properly on forums with community server 2.x software (due to -moz-inline-box rule)
Categories
(Core :: Layout: Block and Inline, defect)
Core
Layout: Block and Inline
Tracking
()
RESOLVED
DUPLICATE
of bug 321402
People
(Reporter: fullmetaljacket.xp+bugmail, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9a1) Gecko/20060927 Minefield/3.0a1
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9a1) Gecko/20060927 Minefield/3.0a1
button not rendered properly that using community server 2.x
Reproducible: Always
Steps to Reproduce:
1. just browse the site
2.
3.
Actual Results:
only the upper part of the button appear.
Expected Results:
the whole button should appear.
Comment 1•18 years ago
|
||
*** Bug 354622 has been marked as a duplicate of this bug. ***
Comment 2•18 years ago
|
||
*** Bug 354623 has been marked as a duplicate of this bug. ***
Comment 3•18 years ago
|
||
Are you talking about the button next to the "search" field at the top right of the page? Please be more descriptive of the problem.
Reporter | ||
Comment 4•18 years ago
|
||
(In reply to comment #3)
> Are you talking about the button next to the "search" field at the top right of
> the page? Please be more descriptive of the problem.
>
yup the SEARCH button is of those not rendered properly. plus the PREVIOUS and NEXT button next to the SORT POST and the REPLY and QUOTE button on the forum post itself. (btw, the problem does not exist with firefox 1.5.x and 2.x
Reporter | ||
Comment 5•18 years ago
|
||
btw, those site render properly on firefox 1.5x and 2.0
Comment 6•18 years ago
|
||
This boils down to the same issue as in bug 356380 and bug 329050. They're using "display: -moz-inline-box;" CSS rules on the link:
.CommonImageTextButton
{
display: inline-table;
display: -moz-inline-box;
display: inline-block;
padding: 4px;
So the link gets a height and width of 0 and the only thing you see is the styled surrounding <div>.
Status: UNCONFIRMED → NEW
Component: General → Layout: Block and Inline
Depends on: 328240
Ever confirmed: true
OS: Windows XP → All
Product: Firefox → Core
QA Contact: general → layout.block-and-inline
Hardware: PC → All
Summary: button not rendered properly on forums with community server 2.x software → Link not rendered properly on forums with community server 2.x software (due to -moz-inline-box rule)
Version: unspecified → Trunk
*** This bug has been marked as a duplicate of 321402 ***
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → DUPLICATE
Reporter | ||
Comment 8•18 years ago
|
||
(In reply to comment #6)
> This boils down to the same issue as in bug 356380 and bug 329050. They're
> using "display: -moz-inline-box;" CSS rules on the link:
>
> .CommonImageTextButton
> {
> display: inline-table;
> display: -moz-inline-box;
> display: inline-block;
> padding: 4px;
>
> So the link gets a height and width of 0 and the only thing you see is the
> styled surrounding <div>.
>
thanks for figuring it out.
You need to log in
before you can comment on or make changes to this bug.
Description
•