Bug 73993
Summary: | MutationEvent and size bug | ||
---|---|---|---|
Product: | WebKit | Reporter: | Robert <spbcypher> |
Component: | DOM | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | CC: | ahmad.saleem792, ap, bfulgham, rniwa |
Priority: | P2 | ||
Version: | 312.x | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Robert
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Ahmad Saleem
DOM Mutation Events were replaced by MutationObserver API, is this something we are looking to fix? Thanks!
Ryosuke Niwa
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.