Closed
Bug 26644
Opened 25 years ago
Closed 22 years ago
HR width percentage value not working in button element.
Categories
(Core :: Layout, defect, P3)
Core
Layout
Tracking
()
RESOLVED
FIXED
Future
People
(Reporter: chrispetersen, Assigned: foss)
References
Details
(Keywords: helpwanted, relnote, testcase, Whiteboard: relnote-devel)
Attachments
(1 file)
(deleted),
text/html
|
Details |
Build: Apprunner
Version: 20000020108
Platforms: All
Expect results: The HR element should use the assigned percent value (50%) to
rendered
inside the button element.
What I got: The HR's width is only a few pixels instead of 50 %.
Steps to reproduce:
1) Open the attached test case.
2) The HR , inside the button element, is only a few pixels in width.
3) The HR , outside of the button element, is using the same percent value is
rendered at 50%.
Reporter | ||
Comment 1•25 years ago
|
||
After speaking to rick, I will assign this issue to steve.
Assignee: rickg → buster
Reporter | ||
Comment 2•25 years ago
|
||
re-assigning some HR bugs to Rod. Thanks, Rod!
Assignee: buster → rods
Status: ASSIGNED → NEW
Comment 6•25 years ago
|
||
HR's need to pass back NS_AUTOWIDTH when reflowed unconstrained and the block
should know what to do with this.
setting dependency, setting milestone to M20
Comment 7•25 years ago
|
||
reassigning back to you (buster) its core layout work and it appears that most
of these aren't HR frame issues, but are block issues
Assignee: rods → buster
Status: ASSIGNED → NEW
Comment 8•25 years ago
|
||
<tough_decision>FUTURE. Marking relnote,helpwanted. HR width control inside
BUTTON a bug that won't get fixed for FCS without outside help.</tough_decision>
Keywords: helpwanted,
relnote
Target Milestone: M20 → Future
Updated•24 years ago
|
Status: NEW → ASSIGNED
Comment 9•24 years ago
|
||
makingtest dmitry87@hotmail.com
Updated•24 years ago
|
Whiteboard: relnote-devel
Comment 10•24 years ago
|
||
See also bug 56225.
Comment 11•24 years ago
|
||
Anyone know if real-world developers actually want to use HR within a button? I
can't recall seeing any buttons with HRs inside them. This is a "correctness of
HTML support" technical compliance issue, but I'm not sure it will actually
bother a lot of developers. If we have time, would be nice to fix for nsbeta1,
but if we're pressed, FUTURE this first. Nominating as a "weak" nsbeta1 candidate.
Keywords: nsbeta1
SPAM. HTML Element component deprecated, changing component to Layout. See bug
88132 for details.
Component: HTML Element → Layout
Comment 13•23 years ago
|
||
Build reassigning Buster's bugs to Marc.
Assignee: buster → attinasi
Status: ASSIGNED → NEW
Assignee | ||
Comment 14•22 years ago
|
||
Taking this as I'm working on a patch in bug 26650 that fixes this too.
Assignee: attinasi → arunan_bala
Comment 15•22 years ago
|
||
fixed by checkin for bug 26650 (tested with patched build)
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•