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 174827 - Structured HTML Navigator
Summary: Structured HTML Navigator
Status: NEW
Alias: None
Product: web
Classification: Unclassified
Component: HTML Navigator (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P2 blocker (vote)
Assignee: Jan Becicka
URL:
Keywords:
Depends on:
Blocks: 235150
  Show dependency tree
 
Reported: 2009-10-18 16:16 UTC by xwisdom
Modified: 2014-01-16 10:28 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description xwisdom 2009-10-18 16:16:23 UTC
I think the HTML code navigator could be improved  by adding a feature to list element classes, ids, and form elements
so that they can be easily accessed.

The ids, classes and form elements could be group as follows:

+ Element IDs
  | - sidebar (div)
  | - header (div) 
  | - msgbox (div)
  | - contacts (table)

+ Element Classes
  | + box
  |   | -  div
  |   | -  div
  | + menu-top
  |   | -  ul
  | - menu-item (div)
  |   | -  li
  |   | -  li
  |   | -  li  
  | + hoveron
  |   | -  a
  |   | -  a  
  
+ Forms
  | + Form1 
  |   | -  recordid (hidden)
  |   | -  contactname (text)
  |   | -  address (text)
  |   | -  country (select)
  |   | -  notes (textarea)
  |   | -  submit (button)        
  |    
  | + Form2 
  |   | -  query (text)
  |   | -  search (button)        
       

This will make it easier for developers to navigate HTML code with a page.
Comment 1 Marek Fukala 2009-10-19 08:29:37 UTC
Thanks for the enhancement, that will be really useful.