Ticket #1 (closed bug: fixed)

Opened 1 year ago

Last modified 1 year ago

Layer name highlight not appearing

Reported by: aalam Assigned to: egouge
Priority: critical Milestone: Sprint 2
Component: GUI Version: Firefox
Keywords: Cc:
Estimate:

Description

The blue highlight on the tree is not appearing (only appears on 'Layer' item). There is no indication as to which layer is selected and will cause problems when there is an associated metadata box.

Probably need to send an event to the TreeLabel? to have it's css changed on a tree click event.

Change History

10/26/07 09:14:40 changed by egouge

  • owner changed from somebody to egouge.

10/26/07 16:18:32 changed by egouge

  • status changed from new to closed.
  • resolution set to fixed.

Fixed: adding tracking which widget was last selected and when a new widget is selected updating the style to the gwt-treeitem-selected style (LandCharacterization?.java->TreeListener?)