[ka-Map-dev] [Bug 1671] New: kaRubberZoom Minimum size in IE

bugzilla-daemon at bugzilla.maptools.org bugzilla-daemon at bugzilla.maptools.org
Wed Feb 28 15:29:54 EST 2007


http://bugzilla.maptools.org/show_bug.cgi?id=1671

           Summary: kaRubberZoom Minimum size in IE
           Product: ka-Map
           Version: 1.0
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: core
        AssignedTo: ka-map-dev at lists.maptools.org
        ReportedBy: dave at smartrak.co.nz


When using the kaRubberZoom tool in Internet Explorer there is a minimum height
imposed on the blue zoom div.

The following patch fixes this without damaging the div in other browsers:

Index: htdocs/tools/rubberzoom/kaRubberZoom.js
===================================================================
RCS file: /cvs/maptools/cvsroot/ka-map/htdocs/tools/rubberzoom/kaRubberZoom.js,v
retrieving revision 1.4
diff -r1.4 kaRubberZoom.js
81a82,87
>
>   //Fix the minimum size in IE
>   this.domObj.innerHTML = ' ';
>   this.domObj.style.fontSize = '1px';
>   this.domObj.style.lineHeight = 0;
>



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


Please do NOT reply to this email, use the link above instead to 
login to bugzilla and submit your comment. Any email reply to this
address will be lost.


More information about the ka-Map-dev mailing list