Closed
Bug 103409
Opened 23 years ago
Closed 22 years ago
[LBL]cursor property ignored on descendents of label elemnt
Categories
(Core :: Layout: Form Controls, defect)
Core
Layout: Form Controls
Tracking
()
RESOLVED
FIXED
Future
People
(Reporter: junkaddr, Assigned: john)
Details
Attachments
(1 file)
206 bytes,
text/html
|
Details |
BuildID: 2001092703
The 'cursor' CSS2 attribute is ignored when applied to an element inside of a
label element.
Reproducible: Always
Summary: cursor attribute ignored inside <label> → cursor property ignored inside label elemnt
I think this depends on label being implemented all in the content model, with
no need for a special frame. (Isn't the GetFrameForPoint hack the only thing
that makes the Label frame special now?)
->HTML Form Controls
Assignee: dbaron → rods
Status: UNCONFIRMED → NEW
Component: Style System → HTML Form Controls
Ever confirmed: true
QA Contact: ian → madhur
Comment 3•23 years ago
|
||
I have no idea, but it sounds right
Summary: cursor property ignored inside label elemnt → [LBL]cursor property ignored inside label elemnt
Target Milestone: --- → Future
Updated•23 years ago
|
Status: NEW → ASSIGNED
Comment 4•22 years ago
|
||
WFM. I think label frames were removed in bug 96813.
Status: ASSIGNED → RESOLVED
Closed: 22 years ago
Resolution: --- → WORKSFORME
Does not WFM on Mozilla 1.0 (build id: 2002053012). Still does not show hand
when a font tag inside a label tag has cursor:hand (as shown in the second line
of my attachment).
Status: RESOLVED → REOPENED
Resolution: WORKSFORME → ---
If it still doesn't work, then I doubt it's specific to label. ->Style System
Assignee: rods → dbaron
Status: REOPENED → NEW
Component: HTML Form Controls → Style System
QA Contact: madhur → ian
OK, never mind. It is specific to label -- perhaps something with the event
munging.
Assignee: dbaron → jkeiser
Component: Style System → HTML Form Controls
OS: Windows NT → All
QA Contact: ian → tpreston
Hardware: PC → All
Summary: [LBL]cursor property ignored inside label elemnt → [LBL]cursor property ignored on descendents of label elemnt
Assignee | ||
Comment 8•22 years ago
|
||
WFM 2002091110 WinXP. All three have the cursor with hands ...
Also WFM mozilla 1.1 WinXP. Thanks to whoever fixed it ;).
Assignee | ||
Comment 10•22 years ago
|
||
I suspect that thanks goes to dbaron, who moved most label stuff to content.
Status: NEW → RESOLVED
Closed: 22 years ago → 22 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•