Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Climate Data-Search Text Disappears After Clicking Search Button in All Climate App #2599

Closed
SanketEminds opened this issue Nov 26, 2024 · 3 comments · Fixed by #2612
Closed
Assignees
Labels
bug Something isn't working

Comments

@SanketEminds
Copy link

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

@SanketEminds SanketEminds added the bug Something isn't working label Nov 26, 2024
@skrushna1506
Copy link

**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

@skrushna1506
Copy link

PR for above task
#2612
CC;- @omkar-em @SanketEminds @viraj89 @PritiEM

@skrushna1506 skrushna1506 linked a pull request Nov 28, 2024 that will close this issue
@SanketEminds
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants