-
Notifications
You must be signed in to change notification settings - Fork 513
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
Make help popup on the Search input field less intrusive #1651
Comments
I am trying this in the main branch and not getting any tooltip popup. |
Don't Know why, but I am getting it frequently in the UI. |
I can see it now too, not sure why it wasn't working on my other laptop. Do you have a proposal what to replace it with? A visual mock up would be helpful. |
@yurishkuro I've added the expected behavior. Can we do it like that? |
I don't follow. |
Instead of hover if the toot tip is appeared on focusing on the input, then it would be better. And we can make it clickable to remove. Means after clicking, it will automatically remove from the screen. |
How would it make it less frustrating / intrusive? I thought you were talking about adding something like a (?) button |
@yurishkuro This is proposal for this issue. Do you have any additional idea to fix this issue? |
button with question marks sounds good. Only it would be better to have it styled the same as the question mark in the Search panel. |
…1685) <!-- !! Please DELETE this comment before posting. We appreciate your contribution to the Jaeger project! 👋🎉 --> ## Which problem is this PR solving? - <!-- Example: Resolves #123 --> #1651 ![Screenshot 2023-08-16 230437](https://github.com/jaegertracing/jaeger-ui/assets/81948346/84809799-4a3a-4ba5-8c60-10d1658d1912) ## Checklist - [x] I have read https://github.com/jaegertracing/jaeger/blob/master/CONTRIBUTING_GUIDELINES.md - [x] I have signed all commits - [ ] I have added unit tests for the new functionality - [x] I have run lint and test steps successfully - for `jaeger`: `make lint test` - for `jaeger-ui`: `yarn lint` and `yarn test` --------- Signed-off-by: Anik Dhabal Babu <[email protected]>
What happened?
It's quite frustrating to see the tooltip every time when hovering over input fields; sometimes, they remain stuck on the page for an extended period of time.
Steps to reproduce
1.Hover over the page search input field.
Expected behavior
It would be better to have a specific button either inside or outside the input field instead of the whole input field. Clicking or hovering over that button would then trigger a popover to open, providing the information.
eg:
Just like this.
Or here
Relevant log output
No response
Screenshot
Additional context
No response
Jaeger backend version
No response
SDK
No response
Pipeline
No response
Stogage backend
No response
Operating system
No response
Deployment model
No response
Deployment configs
No response
The text was updated successfully, but these errors were encountered: