We have a site using SHS and SHS Chosen. On mobile, where Chosen does not activate, SHS dropdowns will sometimes render as invisible. I believe that this is a race condition; WidgetView.js tells the dropdown to fadeIn
, while (I think) ContainerView is wrapping the dropdown in an shs-widget-container
div. When the DOM shuffling happens during the fadeIn, it leaves the dropdown stuck at like 0.000001 opacity.
I am about to attach a workaround patch, that changes the fadeIn()
to an immediate show()
. This is not intended as a permanent solution.
Needs review
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.