Closed
Description
Expected Behavior
Clicking any region of the window should activate the element under the cursor.
Actual behavior
A small region in the top-center of the window isn't clickable.
To Reproduce
- Clone and run https://github.com/javan/electron-quick-start/tree/hidden-inset-mojave
- Click the black bar at the top of the window. It should turn purple while the mouse is down.
- Click the top-center of the black bar and note that it does't turn purple.
$ git clone https://github.com/javan/electron-quick-start.git -b hidden-inset-mojave
$ npm install
$ npm start
Screenshots
macOS Mojave 10.14 Beta (18A384a)
👎
Additional Information
This issue impacts any application with critical navigation elements on the top of the page. For us (Basecamp 3), the "Hey!" menu is very difficult to click:
It's likely that Mojave will be released this week during the Apple Special Event on September 12.