Actions
Bug #5990
closedAjax edit still visible if tab is changed
Description
If you start ajax edit then click to a new tab the ajax edit is still displayed. Since it's a tooltip sitting on top of the DOM this causes issues with it being visible where it shouldn't. This can be fixed by attaching the tooltip to its tab instead of the body or closing on tab change.
Updated by krileon over 8 years ago
Maybe add a new value to Profile View Output usage so it can better be controlled based off the location.
Inline <- Actually Inline (no tooltip usage at all)
Overlay <- Current Inline
Tooltip <- Current Tooltip
With that said it still needs to be smart about hiding if its tab is also hidden.
Updated by krileon over 7 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Resolved with inline being actually inline.
Actions