<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML xmlns="http://www.w3.org/TR/REC-html40" xmlns:v = 
"urn:schemas-microsoft-com:vml" xmlns:o = 
"urn:schemas-microsoft-com:office:office" xmlns:w = 
"urn:schemas-microsoft-com:office:word" xmlns:st1 = 
"urn:schemas-microsoft-com:office:smarttags" xmlns:ns0 = 
"urn:schemas-microsoft-com:office:smarttags"><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.6000.16640" name=GENERATOR><o:SmartTagType 
name="PostalCode" 
namespaceuri="urn:schemas-microsoft-com:office:smarttags"></o:SmartTagType><o:SmartTagType 
name="State" 
namespaceuri="urn:schemas-microsoft-com:office:smarttags"></o:SmartTagType><o:SmartTagType 
name="City" 
namespaceuri="urn:schemas-microsoft-com:office:smarttags"></o:SmartTagType><o:SmartTagType 
name="place" 
namespaceuri="urn:schemas-microsoft-com:office:smarttags"></o:SmartTagType><!--[if !mso]>
<STYLE>st1\:* {
        BEHAVIOR: url(#default#ieooui)
}
</STYLE>
<![endif]-->
<STYLE>
<!--
 /* Font Definitions */
 @font-face
        {font-family:Verdana;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman";}
a:link, span.MsoHyperlink
        {color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {color:purple;
        text-decoration:underline;}
span.KHead1
        {font-weight:bold;}
span.KHead2
        {text-decoration:underline;}
span.EmailStyle19
        {mso-style-type:personal-compose;
        font-family:Arial;
        color:windowtext;}
@page Section1
        {size:8.5in 11.0in;
        margin:1.0in 1.25in 1.0in 1.25in;}
div.Section1
        {page:Section1;}
-->
</STYLE>
<!--[if gte mso 9]><xml>
 <o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext="edit">
  <o:idmap v:ext="edit" data="1" />
 </o:shapelayout></xml><![endif]--></HEAD>
<BODY lang=EN-US vLink=purple link=blue bgColor=#ffffff>
<DIV>
<DIV><FONT size=2>Hi</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>it seems the safari developers broke the way input of 
type="image" are handled.</FONT></DIV>
<DIV><FONT size=2>you need to modify the toolbar.tpl and replace:</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>&lt;input type="image" id="{$tool-&gt;id}_icon" 
alt="{$tool-&gt;id}" 
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
name="{$tool-&gt;id}" 
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
title="{t}{$tool-&gt;id}{/t}" 
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
src="{r type=gfx 
plugin=$tool-&gt;plugin}{$tool-&gt;id}.gif{/r}"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
onclick="mainmap.{$tool-&gt;id}('map');" /&gt;</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>by something like that :</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>&lt;img id="{$tool-&gt;id}_icon" alt="{$tool-&gt;id}" 
title="{t}{$tool-&gt;id}{/t}" <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
src="{r type=gfx plugin=$tool-&gt;plugin}{$tool-&gt;id}.gif{/r}" 
onclick="{$tool-&gt;id}_trigger();mainmap.{$tool-&gt;id}('map');" 
/&gt;</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>and add the corresponding javascript function 
somewhere:</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>function fullextent_trigger() {<BR>&nbsp; 
$('fake_reset').value = 1;<BR>&nbsp; $('fake_reset').name = 
'fullextent';<BR>}</FONT></DIV>
<DIV><FONT size=2>for the fullextent.</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>the idea is the same for the reset button, but that one is not 
generated by the toolbar.tpl but&nbsp;should directly in your cartoclient.tpl i 
believe</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>regards</FONT></DIV>
<DIV><FONT size=2>Oliver</FONT></DIV></DIV>
<BLOCKQUOTE 
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
  <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV 
  style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B> 
  <A title=kurt@birdseyeviewgis.com href="mailto:kurt@birdseyeviewgis.com">Kurt 
  Menke</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>To:</B> <A 
  title=cartoweb-users@lists.maptools.org 
  href="mailto:cartoweb-users@lists.maptools.org">cartoweb-users@lists.maptools.org</A> 
  </DIV>
  <DIV style="FONT: 10pt arial"><B>Sent:</B> Wednesday, May 28, 2008 4:11 
  PM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> [Cartoweb-users] Cartoweb 3.4 
  and Safari</DIV>
  <DIV><BR></DIV>
  <DIV class=Section1>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">Hello,<o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">A client of mine discovered that 
  the cartoweb application I set up for them is not performing well in Safari 
  (v3.1). &nbsp;It becomes locked in to a certain map extent and the Refresh, 
  Reset Session and Zoom to Full Extent buttons do not function at all. 
  &nbsp;Are there any work-arounds for this?&nbsp; My cartoweb application is 
  straight out of the box with no customizations.<o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"><o:p>&nbsp;</o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">Kurt<o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"><o:p>&nbsp;</o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Verdana size=1><SPAN 
  style="FONT-SIZE: 9pt; FONT-FAMILY: Verdana">**************************<o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><B><FONT face=Verdana size=1><SPAN 
  style="FONT-WEIGHT: bold; FONT-SIZE: 9pt; FONT-FAMILY: Verdana">Kurt Menke, 
  GISP<o:p></o:p></SPAN></FONT></B></P>
  <P class=MsoNormal><FONT face=Verdana size=1><SPAN 
  style="FONT-SIZE: 9pt; FONT-FAMILY: Verdana">Bird’s Eye View 
  <o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Verdana size=1><SPAN 
  style="FONT-SIZE: 9pt; FONT-FAMILY: Verdana">3016 Santa Clara Ave 
  SE<o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Verdana size=1><SPAN 
  style="FONT-SIZE: 9pt; FONT-FAMILY: Verdana"><ns0:place 
  w:endInsDate="2008-05-28T08:07:00Z" w:endInsAuthor="Kurt Menke" 
  w:insDate="2008-05-28T08:07:00Z" w:insAuthor="Kurt Menke"><ns0:City 
  w:endInsDate="2008-05-28T08:07:00Z" w:endInsAuthor="Kurt Menke" 
  w:insDate="2008-05-28T08:07:00Z" w:insAuthor="Kurt Menke"><st1:place 
  w:st="on"><st1:City w:st="on">Albuquerque</st1:City></ns0:City></st1:place>, 
  <ns0:State w:endInsDate="2008-05-28T08:07:00Z" w:endInsAuthor="Kurt Menke" 
  w:insDate="2008-05-28T08:07:00Z" w:insAuthor="Kurt Menke"><st1:State 
  w:st="on">NM</st1:State></ns0:State> <ns0:PostalCode 
  w:endInsDate="2008-05-28T08:07:00Z" w:endInsAuthor="Kurt Menke" 
  w:insDate="2008-05-28T08:07:00Z" w:insAuthor="Kurt Menke"><st1:PostalCode 
  w:st="on">87106</st1:PostalCode></ns0:PostalCode></ns0:place><o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Verdana size=1><SPAN 
  style="FONT-SIZE: 9pt; FONT-FAMILY: Verdana"><A 
  title=http://www.birdseyeviewgis.com/ 
  href="http://www.birdseyeviewgis.com/">www.BirdsEyeViewGIS.com</A> 
  <o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Verdana size=1><SPAN 
  style="FONT-SIZE: 9pt; FONT-FAMILY: Verdana">Cell: 
  505-362-1776<o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Verdana size=1><SPAN 
  style="FONT-SIZE: 9pt; FONT-FAMILY: Verdana">Work: 
  505-265-0243<o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face="Times New Roman" size=3><SPAN 
  style="FONT-SIZE: 12pt"><o:p>&nbsp;</o:p></SPAN></FONT></P></DIV>
  <P>
  <HR>

  <P></P>_______________________________________________<BR>Cartoweb-users 
  mailing 
  list<BR>Cartoweb-users@lists.maptools.org<BR>http://lists.maptools.org/mailman/listinfo/cartoweb-users<BR></BLOCKQUOTE></BODY></HTML>