[mapguide-trac] #801: Request for change the status bar to
reflect the layer selected
MapGuide Open Source
trac_mapguide at osgeo.org
Fri Dec 19 18:01:30 EST 2008
#801: Request for change the status bar to reflect the layer selected
-------------------------+--------------------------------------------------
Reporter: bscott | Owner:
Type: enhancement | Status: new
Priority: low | Milestone: 2.1
Component: AJAX Viewer | Version: 2.0.2
Severity: trivial | Resolution:
Keywords: | External_id:
-------------------------+--------------------------------------------------
Comment (by tomfukushima):
I tested this out and would like to request the following changes before I
submit.
1. Check to make sure selLayers is not null before using it (that is,
change line "if(selLayers.length ==1)" to "if(selLayers!=null &&
selLayers.length...".
1. Put up a tooltip when the user floats the mouse over the area that
displays the selection count. This is required now for the cases of long
layer names which will make it so that some of the text is not visible. I
realize that you could select the text area and scroll the text using the
mouse, but this is not user friendly. Alternatively, if we could resize
the status bar areas, that might be another solution. Of course, there
might be another way to solve this too.
Thanks,
Tom
--
Ticket URL: <http://trac.osgeo.org/mapguide/ticket/801#comment:3>
MapGuide Open Source <http://mapguide.osgeo.org/>
MapGuide Open Source Internals
More information about the mapguide-trac
mailing list