Created attachment 1404936 [details] issue.gif Description of problem: (This is extended discussion for BZ1550833) When I tried to test Kebab menu on Resource detail page (on url endpoint something like - /ui/service/services/5/resource=99), menu displaying button_groups and buttons but getting one weird behavior.(Image1) Exactly 30 seconds after clicking button1 from custom_group1, structures of buttons and button_groups suddenly changes (please see attached GIF). Version-Release number of selected component (if applicable): 5.9.0.22.20180221205805_f93a675 How reproducible: Always Browser? Don't think it requires specific browser (but I checked on chrome64 and firefox54) Steps to Reproduce: 1. Goto resource detail page in SSUI(something like https://IP/ui/service/services/5/resource=99) 2. Click on three dot, hover on first button_group1, click button1 3. Wait for 30+seconds Actual results: Structure changing after 30s Expected results: Structure should remain the same Additional info: Please note, I have seen this on downstream/5.9.0.22.20180221205805_f93a675, so can't say anything about current upstream/master.
Created attachment 1404937 [details] image1
https://github.com/ManageIQ/manageiq-ui-service/pull/1395 And here is our bz!
Fixed! Kebab menu appearing well with respect to timing issue. Verified on: 5.10.0.18.20181003162715_dfcff5a Thanks!