https://github.com/hovancik/electron-bug
https://github.com/hovancik/electron-bug
bug electron
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hovancik/electron-bug
- Owner: hovancik
- Created: 2017-05-12T14:40:31.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-09-24T16:13:37.000Z (almost 8 years ago)
- Last Synced: 2025-04-10T01:44:41.623Z (about 1 year ago)
- Topics: bug, electron
- Language: JavaScript
- Homepage: https://github.com/electron/electron/issues/9447
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tray tooltip wont get updated/visible after `app.hide()` on macOS
To replicate: start app and watch the tray tooltip. Windows are opened and closed automatically (every 20 seconds we show window for 5 seconds).
## app life cycle
1. start app and set tooltip - it is shown correctly
2. start timer to update tooltip every second
3. open app window - tooltip is shown correctly
4. close the window and do `app.hide()` to get focus on last used app
5. update tooltip - it is not shown
If we skip 4, everything works fine.