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

Parent/Child Option List - selection is cleared if vertical size is too small #20751

Closed
ceeeekay opened this issue Jul 13, 2018 · 1 comment
Closed
Labels
bug Fixes for quality problems that affect the customer experience Feature:Input Control Input controls visualization

Comments

@ceeeekay
Copy link

ceeeekay commented Jul 13, 2018

Kibana version: 6.3.0

Elasticsearch version: 6.3.0

Server OS version:

Browser version: Firefox 60.0.2

Browser OS version: Ubuntu 18.04

Original install method (e.g. download page, yum, from source, etc.): apt

Describe the bug: In Firefox, If the vertical height of an Option List with a child list is set too small (fewer than 9 rows), values are cleared from the parent list as soon as they are selected. This issue does not occur in Chrome 66.0.3359.139 (Ubuntu 18.04).

IMO, the Option List takes up way too much vertical space and it's very tempting to try and squash it up as much as possible.

If the vertical size is set to fewer than 9 grid positions, the bottom portion of the vis renders outside the grid position allocated to it, although the vis appears normal. The only indication things are wrong is the drag handle is further up the right side than normal.

In this configuration, when a value is selected from the Option List, the vis will redraw (as it updates the child list ?), which resets the selection in the parent.

Steps to reproduce:

  1. Add Option List with parent/child inputs to a dashboard
  2. Squash it vertically to fewer than 9 grid snaps
  3. Select a value from the Option List

Vertical size can be set above bottom of vis:
image

Expected behavior: The selection should stay in the Option List and not be reset, regardless of the size of the Option List.

Actual behavior: The whole vis redraws and clears whatever has been selected.

Feature request: Can we allow the content of this vis to be smaller? It takes up way too much space in a dashboard.

Thanks!

@nreese nreese added Feature:Input Control Input controls visualization bug Fixes for quality problems that affect the customer experience labels Jul 13, 2018
@nreese
Copy link
Contributor

nreese commented Aug 1, 2018

closing, duplicate of #15247

@nreese nreese closed this as completed Aug 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Fixes for quality problems that affect the customer experience Feature:Input Control Input controls visualization
Projects
None yet
Development

No branches or pull requests

3 participants