Closed
Bug 22527
Opened 25 years ago
Closed 25 years ago
[EVENTTARG] absolutely positioned checkbox doesn't respond to mouse events
Categories
(Core :: CSS Parsing and Computation, defect, P3)
Core
CSS Parsing and Computation
Tracking
()
M16
People
(Reporter: n.i.meara, Assigned: joki)
References
()
Details
(Keywords: css2)
Attachments
(1 file)
1.05 KB,
text/html
|
Details |
Overview Description:
A checkbox form control that is situated away from other elements using css
absolute positioning does not respond to mouse events.
Steps to Reproduce:
The URL above shows an example of the problem.
Actual Results:
The control is positioned correctly, but does not respond to mouse events.
Keyboard events (<Tab> to select and <Space> to toggle) work after the page has
been clicked.
Expected Results:
The control is positioned correctly and responds to appropriate mouse and
keyboard events.
Build Date and Platform:
Build 1999122208 on Mac OS 8.6
Additional Builds and Platforms:
Build 199122208 on Win NT 4
Comment 1•25 years ago
|
||
Migrating from {css2} to css2 keyword. The {css1}, {css2}, {css3} and {css-moz}
radars should now be considered deprecated in favour of keywords.
I am *really* sorry about the spam...
Comment 2•25 years ago
|
||
Comment 3•25 years ago
|
||
When the checkbox is positioned to the left too far (using negative values for
the 'left' style) mouse events are not dispatched and the control is not
responsive. If the control is visible it should probably be responsive.
Comment 4•25 years ago
|
||
Changing platform/OS to All.
OS: Mac System 8.6 → All
Hardware: Macintosh → All
Comment 6•25 years ago
|
||
I don't know if this is a duplicate of 12232 or not: it seems similar but I'll
let you decide. Either way, it looks like an event-targeting bug where the
control is outside of the parent-block's bounds.
Assignee: attinasi → joki
Updated•25 years ago
|
Summary: {css2} absolutely positioned checkbox doesn't respond to mouse events → absolutely positioned checkbox doesn't respond to mouse events
Assignee | ||
Comment 7•25 years ago
|
||
Accepting, not a dupe of 12232. May be dbaron's bug.
Status: NEW → ASSIGNED
Summary: absolutely positioned checkbox doesn't respond to mouse events → [EVENTTARG] absolutely positioned checkbox doesn't respond to mouse events
Target Milestone: M16
I think this is a duplicate of bug 13213. See my comments on that bug for why I
think the problem remains even with my changes.
This has the same problem with children extending outside the views. Something
in the view code needs to change, and it's the same problem as bug 13213.
Marking as duplicate.
*** This bug has been marked as a duplicate of 13213 ***
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•