Bug #26190
openCannot open status dropdown when on a directive page
Description
Sometimes when we are on a directive detail page, the dropdown of the status dropdown up right cannot be open.
I was not able to reproduce this consistently
Updated by Elaad FURREEDAN 3 months ago
It occurs after each reboot of the webapp
Updated by François ARMAND 3 months ago
- Priority changed from To review to 1 (highest)
The P1 is for testing and reproduction and commenting here of the result of that qualification. Once we have, we will see what we can do.
Updated by Raphael GAUTHIER 2 months ago
- Status changed from In progress to New
- Assignee changed from Raphael GAUTHIER to Clark ANDRIANASOLO
I think that in some cases the dropdown initialisation javascript code executes too early, perhaps using a timeout can fix this problem by executing this code asynchronously?
(More info on this subject here, for example: https://stackoverflow.com/questions/779379/why-is-settimeoutfn-0-sometimes-useful )
What do you think, @Clark ANDRIANASOLO ?
Updated by Vincent MEMBRÉ about 1 month ago
- Target version changed from 8.2.5 to 8.2.6
Updated by Nicolas CHARLES 17 days ago
it seems it is block as long as the directive tree is not loaded
Updated by Nicolas CHARLES 17 days ago
- Related to Bug #26348: Timeout on directive save added