Closed Bug 274155 Opened 20 years ago Closed 20 years ago

Horizontal rule noshade renders incorrectly

Categories

(Firefox :: General, defect)

PowerPC
macOS
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 226037

People

(Reporter: robertminsk, Assigned: bugzilla)

Details

Attachments

(1 file)

User-Agent:       Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0
Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0

<hr width="1" size="33"> will render a vertical rule that is 33 pixels long with
beveled edges.  That is what I expect.
<hr width="1" size="33" noshade> should render a vertical solid black line 33
pixels long.  What I get is a circle with a diameter of 33 pixels.

Reproducible: Always
Steps to Reproduce:
1.Create the following document:
<HTML>
<HEAD>
<TITLE>Horizontal rule bug</TITLE>
</HEAD>
<BODY>
Correctly rendered horizontal rule:<BR>
<HR WIDTH="1" SIZE="33">
<BR>
Incorrectly rendered horizontal rule:<BR>
<HR WIDTH="1" SIZE="33" NOSHADE>
</BODY>
</HTML>
2. Load document


Actual Results:  
The NOSHADE version of the horizontal rule was rendered as a circle.

Expected Results:  
The NOSHADE version of the horizontal rule should have been a vertical line.
bz seems to have thought that bug 226037 was itself a dup, but I sure can't find
an earlier one.

*** This bug has been marked as a duplicate of 226037 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 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: