Open
Bug 1030784
Opened 11 years ago
Updated 3 years ago
Button elements unclickable with `visibility:hidden`, even when children are `visibility:visible`
Categories
(Core :: DOM: UI Events & Focus Handling, defect)
Core
DOM: UI Events & Focus Handling
Tracking
()
UNCONFIRMED
People
(Reporter: me, Unassigned)
Details
(Keywords: parity-chrome, parity-edge, parity-ie)
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:30.0) Gecko/20100101 Firefox/30.0 (Beta/Release)
Build ID: 20140605174243
Steps to reproduce:
See http://jsfiddle.net/2fsFR/173/
1. Create button element and set visibility to `hidden`.
2. Add a child element and set it's visibility to `visible`.
3. Attach a click event to the button.
4. Try to click the button.
Actual results:
The button click event is not triggered.
Expected results:
The click event should be triggered.
Component: Untriaged → DOM: Events
OS: Mac OS X → All
Product: Firefox → Core
Hardware: x86 → All
Version: 30 Branch → Trunk
Comment 1•11 years ago
|
||
Somewhat expected. button would be the event target, and it is not visible.
Updated•11 years ago
|
Component: DOM: Events → Event Handling
Updated•9 years ago
|
Whiteboard: [parity-IE] [parity-Chrome][parity-Edge]
Comment 2•8 years ago
|
||
Duplicate of bug 1089326?
Comment 3•7 years ago
|
||
Mass bug change to replace various 'parity' whiteboard flags with the new canonical keywords. (See bug 1443764 comment 13.)
Whiteboard: [parity-IE] [parity-Chrome][parity-Edge]
| Assignee | ||
Updated•6 years ago
|
Component: Event Handling → User events and focus handling
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•