igniteui-angular icon indicating copy to clipboard operation
igniteui-angular copied to clipboard

Overlay doesn't calculate its position fit based on the outlet but based on the document

Open VladB93 opened this issue 5 years ago • 11 comments

Description

Describe the issue.

  • igniteui-angular version: 10.2.x
  • browser: any

Steps to reproduce

  1. The viewport fit calculation is based on the document instead of the provided outlet thus resulting in strange behavior sometimes:

image

can be useful in cases like this one:

image

Provide a way to choose whether to make the calculations based on the outlet or the document.

VladB93 avatar Nov 16 '20 15:11 VladB93

This is a feature request. We should add option to overlay determining whether or not overlay content should be shown always in the outlet, e.g. showInOutlet. Note this strongly contradicts with all connected position strategies. This is why we should very carefully decide what should happen in any target - outlet configuration. The most easy one is outlet with target inside it. The most strange one coming to my mind will be target next to the outlet.

wnvko avatar Nov 25 '20 09:11 wnvko

There has been no recent activity and this issue has been marked inactive.

github-actions[bot] avatar Jan 25 '21 00:01 github-actions[bot]

There has been no recent activity and this issue has been marked inactive.

github-actions[bot] avatar Mar 27 '21 00:03 github-actions[bot]

There has been no recent activity and this issue has been marked inactive.

github-actions[bot] avatar May 29 '21 01:05 github-actions[bot]

There has been no recent activity and this issue has been marked inactive.

github-actions[bot] avatar Jul 31 '21 00:07 github-actions[bot]

There has been no recent activity and this issue has been marked inactive.

github-actions[bot] avatar Oct 02 '21 00:10 github-actions[bot]

There has been no recent activity and this issue has been marked inactive.

github-actions[bot] avatar Dec 04 '21 00:12 github-actions[bot]

There has been no recent activity and this issue has been marked inactive.

github-actions[bot] avatar Feb 03 '22 00:02 github-actions[bot]

There has been no recent activity and this issue has been marked inactive.

github-actions[bot] avatar Apr 05 '22 00:04 github-actions[bot]

There has been no recent activity and this issue has been marked inactive.

github-actions[bot] avatar Jun 05 '22 00:06 github-actions[bot]

There has been no recent activity and this issue has been marked inactive.

github-actions[bot] avatar Aug 06 '22 00:08 github-actions[bot]

There has been no recent activity and this issue has been marked inactive.

github-actions[bot] avatar Oct 08 '22 00:10 github-actions[bot]

There has been no recent activity and this issue has been marked inactive.

github-actions[bot] avatar Dec 10 '22 00:12 github-actions[bot]

There has been no recent activity and this issue has been marked inactive.

github-actions[bot] avatar Feb 10 '23 00:02 github-actions[bot]

There has been no recent activity and this issue has been marked inactive.

github-actions[bot] avatar Apr 12 '23 00:04 github-actions[bot]

Using ContainerPositionStrategy should solve this issue.

wnvko avatar Apr 12 '23 06:04 wnvko