Closed
Bug 78992
Opened 24 years ago
Closed 21 years ago
HR with size="1" (height) produces size="2" effect.
Categories
(Core :: Layout, defect, P3)
Tracking
()
RESOLVED
FIXED
Future
People
(Reporter: mgalli, Assigned: attinasi)
References
Details
(Keywords: regression, testcase)
Attachments
(6 files, 1 obsolete file)
Whatever value I try with size attribute in HR element, there is no action.
Build Gecko/20010504
win98
will attach simple test.
Reporter | ||
Comment 1•24 years ago
|
||
Comment 2•24 years ago
|
||
What are you expecting to happen?
The size attribute specifies the height of the HR element.
If you set the size to be 10, you'll correctly get an HR element with the
correct height.
Summary: HR with size="1" is not working. → HR with size="1" is not working.
Reporter | ||
Comment 3•24 years ago
|
||
In the build I tested the size=1 produced the size=2 effect. Seems like its
working for you. Roger, do you confirm this?
Comment 4•24 years ago
|
||
Yeah! Linux nb 2001050121 showing hr element with incorrect size (height).
Comment 5•24 years ago
|
||
Marking NEW based on confirmation.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Reporter | ||
Comment 6•24 years ago
|
||
Adding aruner....cc... as an FYI watcher...
Reporter | ||
Comment 10•24 years ago
|
||
Changing the summary.
Summary: HR with size="1" is not working. → HR with size="1" (height) produces size="2" effect.
HTML Element component is deprecated, and should be removed from Bugzilla.
Clayton is not the correct owner for these. Reassigning to layout.
Assignee: clayton → karnaze
Component: HTML Element → Layout
QA Contact: bsharma → petersen
Comment 12•23 years ago
|
||
*** Bug 102025 has been marked as a duplicate of this bug. ***
Reporter | ||
Comment 13•23 years ago
|
||
prize=pizza (whoever fix this bug marcio will pay a pizza).
Comment 14•23 years ago
|
||
*** Bug 105413 has been marked as a duplicate of this bug. ***
Comment 15•23 years ago
|
||
We are making the hr larger than 1 pixel, unlike IE and Nav. -->attinasi.
Assignee: karnaze → attinasi
Updated•23 years ago
|
Severity: normal → minor
Target Milestone: --- → mozilla1.0.1
Comment 16•23 years ago
|
||
This is a testcase with 4 <HR>s in the following order:
<hr/>
<hr size="1"/>
<hr size="8"/>
<hr size="8" NOSHADE/>
Comment 17•23 years ago
|
||
IE 5.5 on Windows 98's output for the testcase
Comment 18•23 years ago
|
||
NS 4.x's rendering of the testcase
Comment 19•23 years ago
|
||
A Mozilla 2001-11-08 rendering of the testcase.
Comment 20•23 years ago
|
||
The rendering of Mozilla with a patch of mine applied.
Comment 21•23 years ago
|
||
As the screenshots reveal NOSHADE is broken in both the current Mozilla and the
old NS4.x. It does only work in IE5.5 where it renders the HR solid with
NOSHADE on.
It also looks (according to the screenshot of my patched build) that my patch
fixes this bug.
Comment 22•23 years ago
|
||
Patch for this bug.
Comment 23•23 years ago
|
||
That patch is not correct, it has a bad, old regression.
I'll try to come up with a better fix.
Comment 24•23 years ago
|
||
I would recommend not fixing this. Instead, let's get my fix for bug 38370
massaged into the post-hyatt-rule-system world and then let's fix the bugs
blocking that. That should make _this_ bug disappear on its own.
Depends on: 38370
Updated•23 years ago
|
Attachment #57822 -
Attachment is obsolete: true
Comment 25•23 years ago
|
||
*** Bug 127146 has been marked as a duplicate of this bug. ***
Comment 26•23 years ago
|
||
Assignee | ||
Comment 27•23 years ago
|
||
Moving Mozilla 1.01 bugs to 'future' milestone with priority P1
I will be pulling bugs from 'future' milestones when scheduling later work.
Priority: -- → P1
Target Milestone: mozilla1.0.1 → Future
Comment 28•23 years ago
|
||
*** Bug 144557 has been marked as a duplicate of this bug. ***
Comment 29•23 years ago
|
||
*** Bug 150465 has been marked as a duplicate of this bug. ***
Comment 30•23 years ago
|
||
Can we move this to next milestone? I advocate mozilla/NN and this was the first
bug.
Tnx.
Comment 31•23 years ago
|
||
*** Bug 151392 has been marked as a duplicate of this bug. ***
Comment 32•22 years ago
|
||
*** Bug 173814 has been marked as a duplicate of this bug. ***
Updated•22 years ago
|
Priority: P1 → P3
Comment 33•21 years ago
|
||
Fixed by bug 38370
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•