This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 216793 - Navigator HTML View is not refreshed after DOM changes
Summary: Navigator HTML View is not refreshed after DOM changes
Status: RESOLVED FIXED
Alias: None
Product: web
Classification: Unclassified
Component: HTML Navigator (show other bugs)
Version: 7.3
Hardware: PC Mac OS X
: P2 normal (vote)
Assignee: Jan Becicka
URL:
Keywords:
Depends on:
Blocks: 216795
  Show dependency tree
 
Reported: 2012-08-13 12:14 UTC by Petr Jiricka
Modified: 2012-10-01 11:56 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Jiricka 2012-08-13 12:14:26 UTC
1. Open sample project SimpleLiveHTMLTest
2. Open index.html in editor
3. Run it in embedded browser
4. Switch to Navigator window to HTML View
5. In the page in the browser, press button 1

=> Node 'div id=text' should get some children, but it does not
Comment 1 Jan Becicka 2012-08-16 10:02:32 UTC
It looks like PageModel currently does not support firing of DOM change events.
Comment 2 Jan Becicka 2012-08-16 10:37:01 UTC
current DOM explorer is able to see changes. Reassigning back for further evaluation
Comment 3 Jan Becicka 2012-08-21 10:26:09 UTC
Changeset: 42bb5e4580c4
Author:    Jan Becicka <jbecicka@netbeans.org>
Date:      2012-08-21 12:16
Message:   
Issue #216793 - Navigator HTML View is not refreshed after DOM changes
Comment 4 Quality Engineering 2012-09-03 12:51:34 UTC
Integrated into 'main-golden', will be available in build *201209031048* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/e7a651c74613
User: Jan Becicka <jbecicka@netbeans.org>
Log: Issue #216793 - Navigator HTML View is not refreshed after DOM changes