Bug 51118
| Summary: | Web Inspector: live update of dom elements updated by javascript | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Adam <phazei> |
| Component: | Web Inspector (Deprecated) | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | apavlov, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, priyajeet.hora, rik, timothy, yurys |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| URL: | http://www.animatedengines.com/locomotive.shtml | ||
Adam
On the example page there is an animated picture. It animates by changing the y position of the background image.
If you inspect the element you'll notice nothing changing. The background-position is in-line and static.
Now if you view it using FireBug in FF3/4 you'll notice on the dom tree view the inline style is constantly changing. This is useful for debugging. When I first viewed the page I wasn't able to determine what was happening in webkit, but could in FF.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Pavel Feldman
*** Bug 52125 has been marked as a duplicate of this bug. ***
Pavel Feldman
*** This bug has been marked as a duplicate of bug 44620 ***