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

Bernhard Maehler bernhard.maehler at gmx.de
Sun Nov 11 09:04:51 PST 2012


Hi,

the toolbar label shown when mouse hover over toolbar buttons won't display
proper in Internet Explorer 9 when the button has no label.
It runs fine in Chrome and Firefox.
In IE 9 the tooltip only appears, if the button has a label or if you move
the mouse cursor to the bottom left corner of the button.
I am not sure if it is an issue with Internet Explorer, MapGuide or JxLib.

Current Workaround:
Provide a value for the tooltip option in jxlib.uncompressed.js (around line
21796).
e.g change

Jx.Button = new Class({
    Family: 'Jx.Button',
    Extends: Jx.Widget,

    options: {
      tooltip: '',

to
	
    options: {
      tooltip: 'click me!',
	  
and the tooltips works fine even in IE.

System:  
Fusion 2.2.0 with MapGuide Open Source 2.4

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-tp5015434.html
Sent from the MapGuide Users mailing list archive at Nabble.com.


More information about the mapguide-users mailing list