Actions
Bug #26190
openCannot open status dropdown when on a directive page
Pull Request:
Severity:
Trivial - no functional impact | cosmetic
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
To do
Regression:
Yes
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 about 1 month ago
It occurs after each reboot of the webapp
Updated by François ARMAND about 1 month 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 about 1 month ago
- Status changed from New to In progress
Updated by Raphael GAUTHIER about 1 month 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 ?
Actions