Skip to content

[7.17] Fixes missing border in kql bar in Firefox#123990

Merged
snide merged 2 commits into7.17from
firefoxissue
Jan 28, 2022
Merged

[7.17] Fixes missing border in kql bar in Firefox#123990
snide merged 2 commits into7.17from
firefoxissue

Conversation

@snide
Copy link
Copy Markdown
Contributor

@snide snide commented Jan 28, 2022

This problem does not exist on main, only on late-era 7.x versions of Kibana. Firefox applies a 1 pixel margin to the top/bottom of textareas. This causes it to go from 38->40 pixels in total box size, and will expand 2px beyond it's containers overflow.

@spenceralger made the fix in for main when we switched up the themes. This small bit just needs to exist in the old code as well. #113570

hat tip to @mfinkle, the forever firefox user who spotted the issue.

image

BEFORE

image

AFTER

image

@snide snide added release_note:skip Skip the PR/issue when compiling release notes auto-backport Deprecated - use backport:version if exact versions are needed v7.16.0 v7.17.0 labels Jan 28, 2022
@snide snide requested a review from kertal January 28, 2022 03:25
@kibana-ci
Copy link
Copy Markdown

💚 Build Succeeded

Metrics [docs]

Page load bundle

Size of the bundles that are downloaded on every page load. Target size is below 100kb

id before after diff
data 455.0KB 455.0KB +36.0B

To update your PR or re-run it, just comment with:
@elasticmachine merge upstream

Copy link
Copy Markdown
Member

@kertal kertal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! 👍 tested a-la-carte, compared to a 7.16.3 instance, border is displayed now. Welcome back Dave, we missed you, can I assign you some more issues 😄

@snide snide merged commit 0ab325e into 7.17 Jan 28, 2022
@snide snide deleted the firefoxissue branch January 28, 2022 14:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

auto-backport Deprecated - use backport:version if exact versions are needed release_note:skip Skip the PR/issue when compiling release notes v7.16.0 v7.17.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants