In safari, it requires two clicks on the "Search" button in the nav bar in order to open it. I fixed this by adding:
imba.commit().then do around some of the code in the show method that shows the search UI. I'm not sure this is the best technique, using a 1ms setTimeout also works.
How Has This Been Tested?
In my browser locally
Types of changes
[x] Bug fix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
[ ] This change requires a documentation update
Checklist:
[x] I have read the CONTRIBUTING document.
[x] I have updated/added documentation affected by my changes.
I'm assuming this got solved one way or another? The search button seems to work fine on Safari on my machine, but I don't want to close this prematurely. Is this still an issue?
Description
In safari, it requires two clicks on the "Search" button in the nav bar in order to open it. I fixed this by adding:
imba.commit().then do
around some of the code in theshow
method that shows the search UI. I'm not sure this is the best technique, using a 1ms setTimeout also works.How Has This Been Tested?
In my browser locally
Types of changes
Checklist: