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.
Actions