You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Initially, the search bar works as expected and displays the search input.
Upon attempting to use the search bar a second time, the search bar does not appear even though typing and searching still function in the background.
Screen Freeze on Double Click:
If the search icon is double-clicked, the entire screen freezes . We have to click back to come to normal state.
Steps to Reproduce:
On a small phone device, click on the search icon.
Enter a search term and observe the search bar displaying correctly.
Perform a search.
Click on the search icon again.
Notice that the search bar does not display, although typing and searching still occur.
Double click the search icon.
Observe that the screen freezes
Expected Behavior:
The search bar should display each time it is clicked.
The screen should not freeze upon double-clicking the search icon.
This issue is fixed with the PR #39739, and issue #39665
I've checked the application locally, and addition of the position: fixed over .DocSearch-Container class seemed to have fixed it. Removing that particular property causes the issue again.
Thanks, @niyasrad
You're right, I forgot we already fixed that :)
The fix can be seen at https://twbs-bootstrap.netlify.app/ (deployment of the main branch), and will be embedded in the next release.
Prerequisites
Describe the issue
Search Bar Not Displaying on Second Use:
Initially, the search bar works as expected and displays the search input.
Upon attempting to use the search bar a second time, the search bar does not appear even though typing and searching still function in the background.
Screen Freeze on Double Click:
If the search icon is double-clicked, the entire screen freezes . We have to click back to come to normal state.
Steps to Reproduce:
On a small phone device, click on the search icon.
Expected Behavior:
The search bar should display each time it is clicked.
The screen should not freeze upon double-clicking the search icon.
https://github.com/twbs/bootstrap/assets/145287513/eae214f7-5da6-4ec8-b8ce-737d5c4a8e54
https://github.com/twbs/bootstrap/assets/145287513/36eedc8c-34ec-466e-8592-34b5a4587907
Reduced test cases
https://codepen.io/2107-Dev-Gajjar/pen/QWROmzR
What operating system(s) are you seeing the problem on?
Android
What browser(s) are you seeing the problem on?
Chrome, Microsoft Edge
What version of Bootstrap are you using?
https://getbootstrap.com/
The text was updated successfully, but these errors were encountered: