rfcs icon indicating copy to clipboard operation
rfcs copied to clipboard

fix: View Hierarchy positioning is relative

Open timfish opened this issue 10 months ago • 1 comments

It was not mentioned in the RFC but View Hierarchy positioning is expected to be relative to the parent window.

In Sentry, flutter projects were hard-coded to use absolute positioning but it was not possible to override this for other platforms.

I opened a PR to allow overriding this by including absolute in the rendering_system:

  • https://github.com/getsentry/sentry/pull/83292

timfish avatar Jan 19 '25 14:01 timfish

Another alternative might be to add a top level positioning property which can be relative or absolute and defaults to relative if not set?

timfish avatar Jan 20 '25 12:01 timfish