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
In the All Climate app, if a user performs a search on the search page, changes the search text, and then clicks the search button, the entered text disappears instead of displaying the updated results.
Steps to Reproduce:
Open the All Climate app and navigate to the search page.
Enter a search term (e.g., "climate data") and click the search button.
Modify the search text
Click the search button again.
Expected Behavior:
The updated search results should display based on the modified search text.
The search text should remain visible in the input field after clicking the search button.
Actual Behavior:
The search text is removed from the input field after clicking the search button.
Priority:
High
The text was updated successfully, but these errors were encountered:
**RCA **
The root cause is likely that the button was being overlapped or blocked by another element in the DOM. Adding a high zIndex ensures it is intractable. Solution:
now i have added z-index in building block component , so that it would solved all app issue
I tested this in both the Dev and Staging environments, and it's working fine now. The text no longer disappears after clicking the search button.
cc @omkar-em@PritiEM@emmayank@viraj89
Description:
In the All Climate app, if a user performs a search on the search page, changes the search text, and then clicks the search button, the entered text disappears instead of displaying the updated results.
Steps to Reproduce:
Open the All Climate app and navigate to the search page.
Enter a search term (e.g., "climate data") and click the search button.
Modify the search text
Click the search button again.
Expected Behavior:
The updated search results should display based on the modified search text.
The search text should remain visible in the input field after clicking the search button.
Actual Behavior:
The search text is removed from the input field after clicking the search button.
Priority:
High
The text was updated successfully, but these errors were encountered: