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 217185 - Implement selection/hovering behavior for the merged DOM+source navigator view
Summary: Implement selection/hovering behavior for the merged DOM+source navigator view
Status: RESOLVED FIXED
Alias: None
Product: web
Classification: Unclassified
Component: Editing infrastructure (show other bugs)
Version: 7.3
Hardware: All Windows XP
: P2 normal (vote)
Assignee: Jan Becicka
URL:
Keywords:
Depends on:
Blocks: 216795
  Show dependency tree
 
Reported: 2012-08-21 22:39 UTC by Petr Jiricka
Modified: 2012-09-03 13:02 UTC (History)
2 users (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-21 22:39:49 UTC
Currently the DOM Tree window implements the selection/hovering behavior related to the inspector, e.g.:
- after selecting/hovering over an element in browser, the corresponding element in the DOM tree is highlighted
- after selecting/hovering over an element in the DOM tree, the corresponding element in the browser is highlighted

This functionality needs to also be implemented for the merged navigator view, before it can replace the DOM Tree window.
Comment 1 Jan Becicka 2012-08-23 07:30:57 UTC
Hm. It does not work for me even with DOM Tree View.
Comment 2 Petr Jiricka 2012-08-23 07:55:25 UTC
In the DOM Tree View, right now you have to enable Select Mode in browser to see hovering in the direction from IDE to browser. But this will change, as discussed in bug #216490.

In the direction from browser to IDE, you of course also have to enable Select Mode.
Comment 3 Petr Jiricka 2012-08-23 11:49:48 UTC
Note for the verifier of this issue: When this is resolved, the CSS Styles window should follow the selection in the merged navigator view.
Comment 4 Jan Becicka 2012-08-23 12:50:18 UTC
Changeset: cc2522b23578
Author:    Jan Becicka <jbecicka@netbeans.org>
Date:      2012-08-23 14:47
Message:   
Issue #217185 - Implement selection/hovering behavior for the merged DOM+source navigator view
Comment 5 Quality Engineering 2012-09-03 13:02:25 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/cc2522b23578
User: Jan Becicka <jbecicka@netbeans.org>
Log: Issue #217185 - Implement selection/hovering behavior for the merged DOM+source navigator view