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

[Dev Tools] Tiny offset creates a scrollbar on IE11 #66155

Closed
jloleysens opened this issue May 12, 2020 · 2 comments
Closed

[Dev Tools] Tiny offset creates a scrollbar on IE11 #66155

jloleysens opened this issue May 12, 2020 · 2 comments
Labels
bug Fixes for quality problems that affect the customer experience Feature:Dev Tools IE11 Team:Kibana Management Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more

Comments

@jloleysens
Copy link
Contributor

Kibana version:
Since 2ad2bfa was merged into master (v7.8.0)

Describe the bug:

After merging #66010 which fixed a Console, Searchprofiler and Painless Lab layout issue on IE11; we still have an issue where the user has a ~1px scroll which causes a scrollbar to appear on aforementioned apps.

This also happens on FF in Painless Lab.

Steps to reproduce:

  1. Start Kibana with: BROWSERSLIST_ENV=production yarn start --host 0.0.0.0
  2. Edit src/core/server/rendering/views/template.tsx . Specifically change window.__kbnCspNotEnforced__ = true; to window.__kbnCspNotEnforced__ = false; (hacky, not sure how this works otherwise)
  3. Go to Console, Searchprofiler or Painless Lab on IE11 (do the same on FF)

Expected behavior:

There should be no scrolling on these apps.

Screenshots (if relevant):

Screenshot 2020-05-11 at 14 48 25

Any additional context:

This appears to have happened after #64018 was merged.

@jloleysens jloleysens added bug Fixes for quality problems that affect the customer experience Feature:Dev Tools Team:Kibana Management Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more IE11 labels May 12, 2020
@elasticmachine
Copy link
Contributor

Pinging @elastic/es-ui (Team:Elasticsearch UI)

@cjcenizal
Copy link
Contributor

Closing this because we no longer support IE11. 🍾

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:Dev Tools IE11 Team:Kibana Management Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more
Projects
None yet
Development

No branches or pull requests

3 participants