Closed Bug 969034 Opened 10 years ago Closed 10 years ago

CSS first-letter border-bottom missing or covered

Categories

(Firefox :: Untriaged, defect)

26 Branch
x86_64
Windows 7
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 958249

People

(Reporter: steve42lawson, Unassigned)

Details

Attachments

(1 file)

User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:26.0) Gecko/20100101 Firefox/26.0 (Beta/Release)
Build ID: 20131205075310

Steps to reproduce:

Used following CSS (paired down to minimum required to demonstrate bug):

            p:first-letter {
                border: 2px solid #000;
                font: 400% serif;
            }

A first-letter with a border displays properly when floated:

            p:first-letter {
                border: 2px solid #000;
                font: 400% serif;
                float: left;
            }




Actual results:

On Firefox 26.0 the border-bottom is missing or clipped.  I put it up on my website so you can see it for reals:

www.joyfulearthtech.com/bug_reports/firefox/bug_report_css_first-letter_border-bottom_missing.html

Or I included the html and the two screen shots it references, in an attached ZIP


Expected results:

The bottom-border should be showing (like it does in Chrome and IE - see attached screenshots).
Thanks for filing.  Fortunately this will be fixed in Firefox 29, which is currently called Aurora, which you can download and try here if you'd like: http://www.mozilla.org/en-US/firefox/aurora/
Status: UNCONFIRMED → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: