[mapguide-trac] #5: Bug in Firefox? after onclick event mapviewer go up. (Digitalizing and Readlining function)

MapGuide Open Source trac_mapguide at osgeo.org
Mon May 21 01:28:31 EDT 2007


#5: Bug in Firefox? after onclick event mapviewer go up. (Digitalizing and
Readlining function)
------------------------------------------+---------------------------------
 Reporter:  maciej.skorczewski at procad.pl  |         Owner:  anonymous
     Type:  defect                        |        Status:  reopened 
 Priority:  medium                        |     Milestone:  1.2      
Component:  AJAX Viewer                   |       Version:  1.1.0    
 Severity:  major                         |    Resolution:           
 Keywords:                                |   External_id:  911499   
------------------------------------------+---------------------------------
Changes (by anonymous):

  * status:  closed => reopened
  * resolution:  fixed =>

Comment:

 A fix was suggested by Maciej Skórczewski - also applies to this error,
 which incidentally is back in 1.2 Beta2

    1. try turn on properties pane.

    2. edit ajaxmappane.templ (on end of files modyfity)

  <input id="KeyTarget"
         type="text"
         onKeyDown="return KeyPressed(event);"
         style="position: absolute; left: 0px; right: 0px; width: 0px;
 height: 0px" >

     to

  <input id="KeyTarget"
         type="hidden"
         onKeyDown="return KeyPressed(event);"
         style="position: absolute; left: 0px; right: 0px; width: 0px;
 height: 0px" >

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


More information about the mapguide-trac mailing list