Bug 254078
Summary: | ResizeObserver not firing when observing an SVG element | ||
---|---|---|---|
Product: | WebKit | Reporter: | webkit-bugzilla.mailcourier |
Component: | SVG | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | cathiechen, sabouhallawa, simon.fraser, webkit-bug-importer, zimmermann |
Priority: | P2 | Keywords: | InRadar |
Version: | Safari 16 | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
webkit-bugzilla.mailcourier
Hello,
I'm encountering an issue in Webkit / Safari with a ResizeObserver not firing if the observed element is an SVG element.
The tested browser is Safari desktop 16.3.
The same code was working fine on Chrome and Firefox.
Potentially related issue: https://bugs.webkit.org/show_bug.cgi?id=252903
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/107187225>
Said Abou-Hallawa
Thanks for reporting this bug. Can you please attach a reduced test case which does not work as expected in WebKit?
cathiechen
(In reply to webkit-bugzilla.mailcourier from comment #0)
> Hello,
>
> I'm encountering an issue in Webkit / Safari with a ResizeObserver not
> firing if the observed element is an SVG element.
> The tested browser is Safari desktop 16.3.
>
> The same code was working fine on Chrome and Firefox.
>
> Potentially related issue: https://bugs.webkit.org/show_bug.cgi?id=252903
The patch is landed now, could you confirm if it works in this one?