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

Fix menu positioning problem #5092

Merged
merged 3 commits into from
Jan 10, 2023
Merged

Conversation

yenienserrano
Copy link
Member

Description

Fixed the problem with the menu, now it has a fixed position for when the opensearch dashboard header is on or off.

Issues Resolved

Evidence

image
image

Test

having enabled and disabled the useExpandedHeader option in the opensearch_dashboards.yml file

opensearchDashboards.branding:
  useExpandedHeader:  <false or true>

Test 1:
Open the menu and it has to be viewed in the correct position.

Test 2:
Scroll and repeat test 1

Test 3:
Repeat test 1 and 2 with the other configuration of the useExpandedHeader setting.

Check List

  • All tests pass
    • yarn test:jest
  • New functionality includes testing.
  • New functionality has been documented.
  • Update CHANGELOG.md
  • Commits are signed per the DCO using --signoff

@yenienserrano yenienserrano requested a review from a team as a code owner January 9, 2023 20:44
@yenienserrano yenienserrano linked an issue Jan 9, 2023 that may be closed by this pull request
@yenienserrano yenienserrano self-assigned this Jan 9, 2023
asteriscos
asteriscos previously approved these changes Jan 10, 2023
Copy link
Member

@asteriscos asteriscos left a comment

Choose a reason for hiding this comment

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

CR: ✔️
Test: ✔️

Peek 2023-01-10 10-50
Peek 2023-01-10 10-39

@chantal-kelm chantal-kelm self-requested a review January 10, 2023 10:05
@github-actions
Copy link
Contributor

Code coverage (Jest) % values
Statements 8.74% ( 3231 / 36953 )
Branches 4.55% ( 1306 / 28681 )
Functions 7.62% ( 698 / 9160 )
Lines 8.8% ( 3116 / 35384 )

@chantal-kelm chantal-kelm requested review from chantal-kelm and removed request for chantal-kelm January 10, 2023 10:12
Copy link
Member

@chantal-kelm chantal-kelm left a comment

Choose a reason for hiding this comment

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

CR: ✅
TEST: ✅

image

image

@asteriscos asteriscos merged commit e071e32 into 4.4-2.4-wzd Jan 10, 2023
@asteriscos asteriscos deleted the fix-5090-menu-positioning-problem branch January 10, 2023 12:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Menu positioning problem
3 participants