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

Automcompletion menu repositioning problem #797

Closed
antoinecaron opened this issue Jan 2, 2014 · 3 comments
Closed

Automcompletion menu repositioning problem #797

antoinecaron opened this issue Jan 2, 2014 · 3 comments
Labels
bug Fixes for quality problems that affect the customer experience

Comments

@antoinecaron
Copy link

Hi again,

In windows Chrome (other browsers ?), a weird menu repositionning issue occurs.

To replicate:

  • open the configuration of a table panel
  • start typing something into the "hightlight field" field
  • select something in the autocompletion menu with the arrow keys
  • play with the scroll within the configuration panel (a scroll will appear if the list is long enough). A note on that: that scrolling is nasty, you probably dont want a scroll to appear when the user is typing.
  • then type a new character within the the field
  • the autompletion menu will re-appear and be repositioned very weirdly - not below the field
@rashidkpc
Copy link
Contributor

Which version is this in? The configuration panels don't scroll in master?

@antoinecaron
Copy link
Author

In master but no no no, it does scroll, but if you do though and follow the steps i detailed above, the autocompletion menu is getting repositionned very weirdly (not where it should appear below the field). We can teamviewer if needed.

@rashidkpc rashidkpc added the bug label Feb 24, 2014
@rashidkpc
Copy link
Contributor

This has been fixed in Kibana 4, we now use drop downs for field inputs.

w33ble pushed a commit to w33ble/kibana that referenced this issue Sep 13, 2018
* Created metric function

* Added metric element and view

* Created metric element and render function

* Removed eslint-disable in metric render function

* Simplified metric element default expression. Added 'unique' to simple math functions

* Added label to modelArgs in metric view

* Added unit tests for metric

* Removed allowedTypes in math model

* Changed metric element expression to use math model instead of pointseries

* Changed header img to screenshot of metric element
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
Projects
None yet
Development

No branches or pull requests

3 participants
@rashidkpc @antoinecaron and others