Bug #42912
nautilus: mgr/dashboard: some UI elements pass click elements to their parents, causing quirky behaviours
% Done:
0%
Source:
Tags:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):
Description
Component events are forwarded from children elements to their parents, sometimes causing weird behaviours, as follows (Nautilus, I couldn't reproduce this one in Master):
This could be fixed by explicitly stopping event propagation in these elements (e.g.: in this case cd-helper
). Some components already feature this measure (e.g.: Landing page's pie charts, notification side bar, or the data table).
Related issues
History
#1 Updated by Ernesto Puerta about 4 years ago
- Affected Versions v14.0.0, v14.2.0, v14.2.1, v14.2.2, v14.2.3, v14.2.4, v14.2.5, v14.2.6 added
#2 Updated by Ernesto Puerta about 4 years ago
BTW this stackoverflow response provides a nice trick to fix (directive-based instead of per-component fixing).
#3 Updated by Tiago Melo about 4 years ago
- Duplicates Backport #40838: nautilus: mgr/dashboard: Disable event propagation in the helper icon added
#4 Updated by Ernesto Puerta about 4 years ago
- Status changed from New to Duplicate
#5 Updated by Ernesto Puerta over 2 years ago
- Project changed from mgr to Dashboard
- Category changed from 152 to UX