Hi Bernhard,<br><br>Which version of fusion does this apply to? The bundled version with MapGuide 2.4?<br><br>z<br><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Nov 12, 2012 at 4:31 AM, Bernhard Maehler <span dir="ltr"><<a href="mailto:bernhard.maehler@gmx.de" target="_blank">bernhard.maehler@gmx.de</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">just noticed (see previous post) that the name of the tooltip for the<br>
TaskMenu (TaskPane) is now 'click me!'<br>
reason: the TaskMenu has no attribute 'tooltip' (line 102 in TaskPane.js)<br>
<br>
Changing<br>
<br>
this.taskMenu = new Jx.Menu({<br>
     image: taskIcon,<br>
     imageClass: taskClass,<br>
     label: OpenLayers.i18n('taskList'),<br>
     right:0<br>
<br>
to<br>
<br>
this.taskMenu = new Jx.Menu({<br>
     image: taskIcon,<br>
     imageClass: taskClass,<br>
     label: OpenLayers.i18n('taskList'),<br>
         tooltip: OpenLayers.i18n('taskListTooltip'),<br>
     right:0<br>
<br>
and adding a new string in [language].json<br>
<br>
'taskListTooltip': 'weitere Funktionen aufrufen',<br>
<br>
does the trick.<br>
<br>
Bernhard<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://osgeo-org.1560.n6.nabble.com/Fusion-Tooltips-for-toolbar-buttons-are-not-shown-proper-in-Internet-Explorer-tp5015434p5015435.html" target="_blank">http://osgeo-org.1560.n6.nabble.com/Fusion-Tooltips-for-toolbar-buttons-are-not-shown-proper-in-Internet-Explorer-tp5015434p5015435.html</a><br>


<div class="HOEnZb"><div class="h5">Sent from the MapGuide Users mailing list archive at Nabble.com.<br>
_______________________________________________<br>
mapguide-users mailing list<br>
<a href="mailto:mapguide-users@lists.osgeo.org">mapguide-users@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/mapguide-users" target="_blank">http://lists.osgeo.org/mailman/listinfo/mapguide-users</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Zac Spitzer<br>Solution Architect / Director<br>Ennoble Consultancy Australia<br>+61 405 847 168<br><br><br>
</div>