Bug #21846
Notification drawer close on click outside is not working well
Description
Notification drawer can get closed when clicking inside the drawer
Related issues
Associated revisions
History
#1
Updated by The Foreman Bot about 3 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/5047 added
#2
Updated by The Foreman Bot about 3 years ago
- Pull request https://github.com/theforeman/foreman/pull/5083 added
#3
Updated by Anonymous about 3 years ago
- % Done changed from 0 to 100
- Status changed from Ready For Testing to Closed
Applied in changeset 1fe258bb06d93aeec5004e0189c232cad508d13a.
#4
Updated by Ohad Levy about 3 years ago
- Legacy Backlogs Release (now unused) set to 296
- Pull request deleted (
https://github.com/theforeman/foreman/pull/5047)
#5
Updated by Walden Raines about 3 years ago
- Has duplicate Bug #21480: Disable turbolinks reloading on back button navigation added
#6
Updated by Tomer Brisker about 3 years ago
- Bugzilla link set to 1527896
Fixes #21846 - React turbolinks fix
In order to support turbolinks with react, need to
unmount all root components before turbolinks do the unload
It fix the issue with the notification drawer and the on-click-outside
http://projects.theforeman.org/issues/21846