This UI bug related to advanced search functionality. In which, spinner box is appearing at background for while and then only spinner without spinner box at foreground in advance search loading. (Checkout video for more clarification -> https://goo.gl/7NKApD) Version-Release number of selected component (if applicable): 5.11.0.18.20190806180636_1dd6378 How reproducible: Always (100%) Steps to Reproduce: 1. Navigate to Configuration -> Management 2. Click on ‘Double Arrow’ of advanced search 3. Click on 'commit expression element changes' or 'discard expression element changes' (and look at background carefully) Actual results: solo spinner box and solo spinner appearing in wrong way while loading. Expected results: this should display spinner inside the spinner_box i.e. spinner+spinner_box together while loading in advanced search option. (As usual spinner activity behavior -> https://goo.gl/fGWA97) Additional info: Actual behavior video -> https://goo.gl/7NKApD Expected spinner behavior video -> https://goo.gl/fGWA97 5.10 issue -> https://bugzilla.redhat.com/show_bug.cgi?id=1469151
The spinner was appearing below the modal when clicking 'Undo previous change' or 'Redo previous change' arrow buttons on Advanced Search, while the original issue noted in this BZ looks to have been fixed by ManageIQ#4847 (linked from the PR below) https://github.com/ManageIQ/manageiq-ui-classic/pull/6051
PR [1] should be included as well, it fixes the same behavior elsewhere in the search modal. [1] https://github.com/ManageIQ/manageiq-ui-classic/pull/6100