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)

defect

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
Somewhat expected. button would be the event target, and it is not visible.
Component: DOM: Events → Event Handling
Whiteboard: [parity-IE] [parity-Chrome][parity-Edge]
Duplicate of bug 1089326?
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]
Component: Event Handling → User events and focus handling
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.