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

date-picker only half responsive #3223

Open
trinity-1686a opened this issue Apr 25, 2023 · 1 comment · May be fixed by #4974
Open

date-picker only half responsive #3223

trinity-1686a opened this issue Apr 25, 2023 · 1 comment · May be fixed by #4974
Labels
bug Something isn't working quickwit-ui Quickwit Embedded User Interface

Comments

@trinity-1686a
Copy link
Contributor

Describe the bug
the date-picker goes left and right to accommodate screen width, but it does not always move when it should. More precisely, when the window gets bigger than it was when the page was first loaded, the picker moves alright, but when the window get smaller than when the page was loaded, the picker gets stuck and end up out of the viewport

Steps to reproduce (if applicable)
Steps to reproduce the behavior:

  1. open /ui/search on a browser window taking half the screen width.
  2. select an index
  3. resize the window. When it get wider, the date picker follows, but when it gets thinner than a half screen, the picker get stuck and end up out of the viewport

Expected behavior
The picker should always move to accommodate the window getting resized

Configuration:
Please provide:

  1. Output of quickwit --version: Quickwit 0.5.0-nightly (fe651b7 2023-04-24T10:20:16Z)
  2. The index_config.yaml: not relevant
@trinity-1686a trinity-1686a added bug Something isn't working quickwit-ui Quickwit Embedded User Interface labels Apr 25, 2023
@trinity-1686a
Copy link
Contributor Author

this seems to come from the query editor being assigned a fixed width on page load

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

Successfully merging a pull request may close this issue.

1 participant