[mapguide-users] Fusion - Tooltips for toolbar buttons are not shown proper in Internet Explorer

Zac Spitzer zac.spitzer at gmail.com
Sun Nov 11 17:30:31 PST 2012


Hi Bernhard,

Which version of fusion does this apply to? The bundled version with
MapGuide 2.4?

z


On Mon, Nov 12, 2012 at 4:31 AM, Bernhard Maehler
<bernhard.maehler at gmx.de>wrote:

> just noticed (see previous post) that the name of the tooltip for the
> TaskMenu (TaskPane) is now 'click me!'
> reason: the TaskMenu has no attribute 'tooltip' (line 102 in TaskPane.js)
>
> Changing
>
> this.taskMenu = new Jx.Menu({
>      image: taskIcon,
>      imageClass: taskClass,
>      label: OpenLayers.i18n('taskList'),
>      right:0
>
> to
>
> this.taskMenu = new Jx.Menu({
>      image: taskIcon,
>      imageClass: taskClass,
>      label: OpenLayers.i18n('taskList'),
>          tooltip: OpenLayers.i18n('taskListTooltip'),
>      right:0
>
> and adding a new string in [language].json
>
> 'taskListTooltip': 'weitere Funktionen aufrufen',
>
> does the trick.
>
> Bernhard
>
>
>
> --
> View this message in context:
> http://osgeo-org.1560.n6.nabble.com/Fusion-Tooltips-for-toolbar-buttons-are-not-shown-proper-in-Internet-Explorer-tp5015434p5015435.html
> Sent from the MapGuide Users mailing list archive at Nabble.com.
> _______________________________________________
> mapguide-users mailing list
> mapguide-users at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/mapguide-users
>



-- 
Zac Spitzer
Solution Architect / Director
Ennoble Consultancy Australia
+61 405 847 168
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/mapguide-users/attachments/20121112/32ecaa35/attachment.html>


More information about the mapguide-users mailing list