[mapguide-trac] #1768: Implement RFC110 UI

MapGuide Open Source trac_mapguide at osgeo.org
Fri Dec 2 00:46:50 EST 2011


#1768: Implement RFC110 UI
----------------------+-----------------------------------------------------
   Reporter:  yangte  |       Owner:  Ted Yang
       Type:  task    |      Status:  new     
   Priority:  high    |   Milestone:          
  Component:  Server  |     Version:          
   Severity:  major   |    Keywords:          
External_id:          |  
----------------------+-----------------------------------------------------

Comment(by yangte):

 The ProfilingAPI_GUI_Part9 is mainly fixed some UI defects:[[BR]]

 1. the Center !Point/Scale text box doesn't give warning if user cut the
 text and make it empty or paste the invalid string into it, use the
 context menu. This is because "onkeyup" event doesn't support the
 "copy/paste", so we use the "onInput" to instead. Unfortunately, the IE
 doesn't support "Input", so we use "onpropertychange" event under the
 IE;[[BR]]

 2. the warning icon is too close to the border, so add 2px space and make
 the error info has a fixed height;[[BR]]

 3. in IE, when the exception message is too long, it will exceed the width
 of the container, so add "word-wrap:break-word;" in the style;[[BR]]

 4. when the layer info table is empty, an excption of null reference will
 be thrown, so catch this exception and return '';[[BR]]

 5. fix the tooltip display problem in IE9.

-- 
Ticket URL: <http://trac.osgeo.org/mapguide/ticket/1768#comment:10>
MapGuide Open Source <http://mapguide.osgeo.org/>
MapGuide Open Source Internals


More information about the mapguide-trac mailing list