Bug 73993 - MutationEvent and size bug
Summary: MutationEvent and size bug
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 312.x
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-07 03:18 PST by Robert
Modified: 2022-08-16 22:10 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Robert 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.
Comment 1 Ahmad Saleem 2022-08-16 16:12:54 PDT
DOM Mutation Events were replaced by MutationObserver API, is this something we are looking to fix? Thanks!
Comment 2 Ryosuke Niwa 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.