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

Timepicker overlapped by scroll bar on IE and Edge #9649

Closed
marius-dr opened this issue Dec 27, 2016 · 3 comments
Closed

Timepicker overlapped by scroll bar on IE and Edge #9649

marius-dr opened this issue Dec 27, 2016 · 3 comments
Assignees
Labels
bug Fixes for quality problems that affect the customer experience Team:Platform-Design Team Label for Kibana Design Team. Support the Analyze group of plugins.

Comments

@marius-dr
Copy link
Member

Kibana version: 4.6.4

Elasticsearch version: 2.4.3

Server OS version: Windows 10 TH2

Browser version: IE 11 & MS Edge 25.10586.672.0

Browser OS version: Windows 10

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

Description of the problem including expected versus actual behavior:
IE and Edge scroll bars overlap text in the Time Picker and on the discover field.

Steps to reproduce:

  1. Open a time-based index patter in the Discover page.
  2. Parts of the "hits" label and the time-picker are under the scroll bar when you start scrolling

Some extra left-padding for these should be added when detecting IE or Edge as the browser. It works fine on any other browser tested (Firefox and Chrome) as they treat the scroll bar differently (and better).

The issue is present in previous builds of Kibana (tested in 4.6.3) and in newer versions (tested in 5.1.1)

4.6.4 screenshot:
464_ui_overlap

5.1.1 screenshot:
overlap_scroll

@marius-dr marius-dr added bug Fixes for quality problems that affect the customer experience :Discovery labels Dec 27, 2016
@Bargs Bargs added the Team:Platform-Design Team Label for Kibana Design Team. Support the Analyze group of plugins. label Dec 27, 2016
@tbragin
Copy link
Contributor

tbragin commented Feb 2, 2017

@cjcenizal Have you seen this as a problem? It might be a wider scope than just Discover page.

@cjcenizal
Copy link
Contributor

@tbragin Thanks for pinging me on this. I haven't noticed this but I also haven't thoroughly tested Kibana on these platforms. Based on the description of the issue, I think it's possibly a global problem based on how the browsers render scroll bars (http://stackoverflow.com/questions/17045132/scrollbar-overlay-in-ie10-how-do-you-stop-that). I'll look into it; thanks.

@marius-dr
Copy link
Member Author

marius-dr commented Apr 5, 2017

@cjcenizal Any ideas on this? Right now this triggers a fail in the integration tests on Internet Explorer due to the scroll bar overlapping the UP arrow that is used to closed the Timepicker. If it's not a trivial fix, I'll try using an alternative way to close the TImepicker in the tests.
LE: I did find something similar around: http://stackoverflow.com/questions/17045132/scrollbar-overlay-in-ie10-how-do-you-stop-that
Maybe it helps us as well.

@cjcenizal cjcenizal self-assigned this Apr 5, 2017
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 Team:Platform-Design Team Label for Kibana Design Team. Support the Analyze group of plugins.
Projects
None yet
Development

No branches or pull requests

4 participants