Skip to content

AttachedDropShadow Doesn't Update on Position or Visibility changed #4214

Closed
@zateutsch

Description

@zateutsch

Describe the bug

  • If you change the visibility to "Collapsed" of an element with a shadow and then resize the window, the AttachedDropShadow will remain at the elements past position when visibility is set to "Visible"

  • If a resize of another element in the view moves an element with an AttachedDropShadow, the shadow doesn't get recast until the window is resized.

Steps to Reproduce

  1. Put two rectangles in single stack panel
  2. Attach shadow to second
  3. Resize first rectangle or change visibility on second rectangle
  4. AttachedDropShadow remains at original position until window is resized

Expected behavior

AttachedDropShadow remains at proper relative position to element regardless of other UI changes and visibility updates.

Screenshots

image
image

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions