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

Summary: Structured HTML Navigator
Product: web Reporter: xwisdom <xwisdom>
Component: HTML NavigatorAssignee: Jan Becicka <jbecicka>
Status: NEW ---    
Severity: blocker CC: mfukala
Priority: P2    
Version: 6.x   
Hardware: PC   
OS: Windows XP   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on:    
Bug Blocks: 235150    

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.