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

[SECURITY] Bugs css/inspect #74711

Merged
merged 2 commits into from
Aug 11, 2020
Merged

[SECURITY] Bugs css/inspect #74711

merged 2 commits into from
Aug 11, 2020

Conversation

XavierM
Copy link
Contributor

@XavierM XavierM commented Aug 10, 2020

Bugs

  1. When clicking on top X tooltips the other inspect buttons don't work until you refresh your page;

  2. Navigation of the app on the case configure pages was hiding the title of our connector flyout + adding a bottom border on our navigation app;

image

Checklist

@XavierM XavierM added bug Fixes for quality problems that affect the customer experience Team:SIEM release_note:skip Skip the PR/issue when compiling release notes v7.10.0 v7.9.0 labels Aug 10, 2020
@XavierM XavierM requested review from a team as code owners August 10, 2020 21:20
@elasticmachine
Copy link
Contributor

Pinging @elastic/siem (Team:SIEM)

Copy link
Contributor

@FrankHassanabad FrankHassanabad left a comment

Choose a reason for hiding this comment

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

LGTM

@kibanamachine
Copy link
Contributor

💚 Build Succeeded

Build metrics

async chunks size

id value diff baseline
securitySolution 7.3MB +362.0B 7.3MB

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

@XavierM XavierM merged commit d91e024 into elastic:master Aug 11, 2020
XavierM added a commit to XavierM/kibana that referenced this pull request Aug 11, 2020
* Fix inspection button when using topN

* css left over
@@ -42,6 +42,9 @@ const FormWrapper = styled.div`

padding-top: ${theme.eui.paddingSizes.xl};
padding-bottom: ${theme.eui.paddingSizes.xl};
.euiFlyout {
z-index: ${theme.eui.euiZNavigation + 1};
Copy link
Contributor

Choose a reason for hiding this comment

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

@kevinlog FYI
We recently made a similar change in the Management area, but I think we hard-coded the zIndex value. I think this approach here (to use the values provided by theme.eui.euiZNavigation is better, so when we do refactor our implementation (we wanted to make the change so that any euiFlyout in management automatically is set correctly) we use this instead 🙂

XavierM added a commit to XavierM/kibana that referenced this pull request Aug 11, 2020
* Fix inspection button when using topN

* css left over
XavierM added a commit that referenced this pull request Aug 11, 2020
* Fix inspection button when using topN

* css left over
XavierM added a commit that referenced this pull request Aug 11, 2020
* Fix inspection button when using topN

* css left over
gmmorris added a commit to gmmorris/kibana that referenced this pull request Aug 11, 2020
* master: (106 commits)
  [Functional Tests] Adds a wait time between setting the index pattern and the time field on TSVB (elastic#74736)
  [Lens] Add styling options for x and y axes on the settings popover (elastic#71829)
  [Maps] add initial location option that fits to data bounds (elastic#74583)
  theme function (elastic#73451)
  [data.ui.query] Write filters to query log from default editor. (elastic#74474)
  [data.search.SearchSource] Move some SearchSource dependencies to the server. (elastic#74607)
  [Canvas][tech-debt] Convert renderers (elastic#74134)
  [security solutions][lists] Adds end to end tests (elastic#74473)
  pluralized for occurrences vs occurrence (elastic#74564)
  Update links that pointed to CONTRIBUTING.md (elastic#74757)
  [Ingest pipelines] Implement tabs in processor flyout (elastic#74469)
  [Event log] Use Alerts client & Actions client when fetching these types of SOs (elastic#73257)
  Bump chalk to 4.1.0 (elastic#73397)
  Index pattern field list - transition away from extending array - introduce and use getAll() (elastic#74718)
  [SECURITY] Bugs css/inspect (elastic#74711)
  [telemetry] update README to downplay ui_metrics (elastic#74635)
  Fixed grammar (elastic#74725)
  [Telemetry][API Integration] size_in_bytes to be a number (elastic#74664)
  [ILM] Convert node details flyout to TS (elastic#73707)
  [Ingest Node Pipelines] Sentence-case processor names (elastic#74645)
  ...
@MindyRS MindyRS added the Team: SecuritySolution Security Solutions Team working on SIEM, Endpoint, Timeline, Resolver, etc. label Sep 23, 2021
@elasticmachine
Copy link
Contributor

Pinging @elastic/security-solution (Team: SecuritySolution)

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 release_note:skip Skip the PR/issue when compiling release notes Team: SecuritySolution Security Solutions Team working on SIEM, Endpoint, Timeline, Resolver, etc. Team:SIEM v7.9.0 v7.10.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants