<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Ciao Folks,<div><br></div><div><span class="Apple-tab-span" style="white-space:pre">        </span>i'm interested to understanding &nbsp;how to set some things relative to the questions in my last mail.</div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">        </span></div><div><div><span class="Apple-tab-span" style="white-space:pre">        </span>Maybe my questions out of context of this list ( i apologize for this ) but i wonder if others have encountered and solved- set these problems.<span class="Apple-tab-span" style="white-space:pre">        </span></div><div><br class="Apple-interchange-newline"><blockquote type="cite"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Ciao,<div><br></div><div><div><div>after one day of frustration for understand what generate the issue i test the web page with Firefox browser.</div><div><br></div><div>And as magic all work fine.</div><div><br></div><div>My test did with Safari 5.1.3 and i don't &nbsp;know because some GEvent aren't are not right &nbsp;managed.</div></div></div></div></blockquote><div><br></div><div>Today i test with last Safari<span class="Apple-tab-span" style="white-space:pre">                </span>Versione 5.1.7 (7534.57.2) .</div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">        </span>The problem remains.</div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">        What can I do at this point to solve the problem</span>&nbsp;with Safari<span class="Apple-tab-span" style="white-space:pre">?</span></div><br><blockquote type="cite"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">        </span>The dragend event aren't manage when move the marker into the maps canvas.</div><div><span class="Apple-tab-span" style="white-space:pre">        </span></div><div><span class="Apple-tab-span" style="white-space:pre">        </span>After doble click on the marker the map canvas lose the control on the marker itself.</div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">        </span>If anyone have idea about the Safari ... ?&nbsp;</div><div><br></div><div>Some consideration about the browser to test the code ???? &nbsp; Safari - Firefox or &nbsp;.......</div></div></div></div></blockquote><div><br></div><div>Can anyone advise me on how to set the test for functional testing on different browsers ?</div><div><br></div><div>A few thoughts about it?</div><br><blockquote type="cite"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><div><div><br></div><div>Now &nbsp;with &nbsp;Firefox the ajax request relative to the marker moving are right generating.</div><div><br></div><div>Sometime i close the Dialog relative to the google maps &nbsp;before al the ajax request are managed.</div><div><br></div><div>In this case the browser open a dialog with the error:<span class="Apple-tab-span" style="white-space:pre">                        </span>readyState == 4 but xhr.status == 0</div><div><br></div><div>How i can manage this error?&nbsp;</div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">        </span>1) lose all the ajax request because i click the cancel button.</div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">        </span>2) attend the the ajax request termination before close the dialog when click the save button.</div></div></div></div></blockquote><div><br></div><div>Any idea about how manage it is welcome.</div><div><br></div><br><blockquote type="cite"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><div><div>Thank Paul for your &nbsp;indication.</div><div><br></div></div></div></div></blockquote><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">        </span>Thank, &nbsp;</div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">                </span>Dario</div><br><blockquote type="cite"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><div><div><span class="Apple-tab-span" style="white-space:pre">        </span></div><div><br></div><div><br></div><blockquote type="cite"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Ciao,<div><div><br class="Apple-interchange-newline"><blockquote type="cite">Ahh. With that information I might try this:<br><a href="https://forum.jquery.com/topic/modal-dialog-and-google-maps">https://forum.jquery.com/topic/modal-dialog-and-google-maps</a><br><br>My prior suggestion should be reverted.</blockquote></div></div></div></blockquote><blockquote type="cite"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>I found this:</div><div><br></div><div><span class="Apple-style-span" style="font-family: arial, helvetica, sans-serif; font-size: 13px; line-height: 22px; "><span class="Apple-tab-span" style="white-space:pre">        </span></span><span class="Apple-style-span" style="font-family: arial, helvetica, sans-serif; font-size: 13px; line-height: 22px; ">" i solved this by setting a high zIndex on the google maps div.. works perfectly now "</span></div><div><br></div><div><font class="Apple-style-span" color="#333333" face="arial, helvetica, sans-serif"><span class="Apple-style-span" style="font-size: 13px; line-height: 22px;">I</span></font>&nbsp;setup the rendering of the map with:</div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">        </span>&nbsp;renderContentOn: aCanvas<br><br></div><div><span class="Apple-tab-span" style="white-space:pre">                aCanvas div
                        id: mapID;
                        style:        </span>'<span class="Apple-tab-span" style="white-space:pre">z-index: 2000</span>'<span class="Apple-tab-span" style="white-space:pre">;
                        with: [].
        
                aCanvas document addLoadScript: 'if (GBrowserIsCompatible()) { ' , self loadScript , '}'.</span></div><div><br></div><div><br></div><div>but i don't solve the problem.</div><div><br></div><div><div><br></div><div><br></div><div><br></div><div>The &nbsp;<span class="Apple-tab-span" style="white-space: pre; ">        </span>loadScript&nbsp;<span class="Apple-tab-span" style="white-space: pre; ">        </span>method &nbsp; is:</div><br><span class="Apple-tab-span" style="white-space: pre; ">        </span>^'<br><span class="Apple-tab-span" style="white-space: pre; ">        </span>var map = new GMap2(document.getElementById("' , self mapID , '"));<br><span class="Apple-tab-span" style="white-space: pre; ">        </span>var center = new GLatLng' , self gemstoneLatLong , ';<br><span class="Apple-tab-span" style="white-space: pre; ">        </span>map.setCenter(center, 13);<br><span class="Apple-tab-span" style="white-space: pre; ">        </span>var marker = new GMarker(center, {draggable: true});<br><span class="Apple-tab-span" style="white-space: pre; ">        </span>GEvent.addListener(marker, "dragstart", function() { map.closeInfoWindow(); });<br><span class="Apple-tab-span" style="white-space: pre; ">        </span>GEvent.addListener(marker, "dragend", function() { marker.openInfoWindowHtml("Just bouncing along..."); });<br><span class="Apple-tab-span" style="white-space: pre; ">        </span>map.addOverlay(marker);<br><div><span class="Apple-tab-span" style="white-space: pre; ">        </span>'.</div></div><div><br></div><div><br></div><div><br></div><div>A) <span class="Apple-tab-span" style="white-space:pre">        </span>Now the anomalous behavior is relative to the&nbsp;GEvent &nbsp;dragend &nbsp;<b>&nbsp;when i move the marker into the map div.</b></div><div><span class="Apple-tab-span" style="white-space:pre">        </span></div><div><span class="Apple-tab-span" style="white-space:pre">        </span>***&nbsp;GEvent.addListener(marker, "dragend", function() { marker.openInfoWindowHtml("Just bouncing along..."); }); ***</div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">        </span>In this case the event is not &nbsp;"manage" and the&nbsp;marker.openInfoWindowHtml("Just bouncing along..."); is not open</div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">        </span>A1)&nbsp;<span class="Apple-tab-span" style="white-space:pre">        </span>On contrary&nbsp;&nbsp;when i move the marker outside the map canvas and release the mouse &nbsp; the infoWindow is open.</div><div><br></div><div><br></div><div>B) The strange is that the GEvent &nbsp;dragstart is always right manage</div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">        </span><span class="Apple-tab-span" style="white-space: pre; ">        </span>***&nbsp;GEvent.addListener(marker, "dragstart", function() { map.closeInfoWindow(); }); ***</div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">        </span>When begin the drag of the marker if InfoWindow is open it is close.</div><div><br></div><div><br></div><div>I don't&nbsp;understand because some GEvent &nbsp;is right manage and other not <span class="Apple-tab-span" style="white-space:pre">        </span>when open maps in modals dialog with JQDialog.</div><div><br></div><div>Thanks for any considerations,</div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">        </span>Dario</div><div><br></div><div><br></div><div><br></div></div>_______________________________________________<br>seaside mailing list<br><a href="mailto:seaside@lists.squeakfoundation.org">seaside@lists.squeakfoundation.org</a><br><a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br></blockquote></div><br></div></div>_______________________________________________<br>seaside mailing list<br><a href="mailto:seaside@lists.squeakfoundation.org">seaside@lists.squeakfoundation.org</a><br>http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside<br></blockquote></div><br></div></body></html>