RESOLVED INVALID 73993
MutationEvent and size bug
https://bugs.webkit.org/show_bug.cgi?id=73993
Summary MutationEvent and size bug
Robert
Reported 2011-12-07 03:18:35 PST
There is no possibillity calculate block's (div) new size after DOM modification (receiving MutationEvent like "DOMSubtreeModified"). It works in Gecko-browsers but no works in WebKit.
Attachments
Ahmad Saleem
Comment 1 2022-08-16 16:12:54 PDT
DOM Mutation Events were replaced by MutationObserver API, is this something we are looking to fix? Thanks!
Ryosuke Niwa
Comment 2 2022-08-16 22:10:08 PDT
It's unclear what this bug means. Maybe meant that we can't calculate the new offsetWidth / offsetHeight / getBoundingClientRect inside mutation events? Closing as Invalid since the description is unclear to what this bug entails.
Note You need to log in before you can comment on or make changes to this bug.