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

Fixed resizing main iframe container if a drawer is opened #2294

Merged
merged 11 commits into from
Oct 20, 2021

Conversation

rafalgamon
Copy link
Contributor

Description

Changes proposed in this pull request:

  • Fixed resizing main iframe container if a drawer is opened

Copy link
Contributor

@JohannesDoberer JohannesDoberer left a comment

Choose a reason for hiding this comment

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

Works as expected 👍 , but please move resizeMainIframe to drawer settings object.
Core api : https://github.com/SAP/luigi/blob/master/core/src/core-api/navigation.js#L98
Client api: https://github.com/SAP/luigi/blob/master/client/src/linkManager.js#L169

@JohannesDoberer
Copy link
Contributor

Please name it overlap: true/false instead of resizeMainIFrame because the main content view can also be an webcomponent.

One additional issue:

  • open a drawer which resizes the content view (everything is fine)
  • navigate somewhere else
    Result: Drawer stays (which is good) but it goes in an overlapping mode.
    Expected: Overlapping mode should stay even you navigate somewhere else

@JohannesDoberer JohannesDoberer merged commit dea4129 into SAP:master Oct 20, 2021
@JohannesDoberer JohannesDoberer added the enhancement New feature or request label Oct 20, 2021
@JohannesDoberer JohannesDoberer mentioned this pull request Nov 2, 2021
stanleychh pushed a commit to stanleychh/luigi that referenced this pull request Dec 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants