[mapguide-trac] #1038: Flexible layout templates display disabled buttons incorrectly in ie 7 or ie 8

MapGuide Open Source trac_mapguide at osgeo.org
Mon Jul 20 12:01:27 EDT 2009


#1038: Flexible layout templates display disabled buttons incorrectly in ie 7 or
ie 8
------------------------------+---------------------------------------------
 Reporter:  zjames            |         Owner:  fwarnock
     Type:  defect            |        Status:  new     
 Priority:  low               |     Milestone:  2.1     
Component:  Fusion Templates  |       Version:  2.1.0   
 Severity:  minor             |    Resolution:          
 Keywords:                    |   External_id:          
------------------------------+---------------------------------------------
Comment (by fwarnock):

 Upon closer inspection it appears that the css declaration is as follows
 for IE 8

 .jxDisabled { opacity:0.4; -ms-filter: "Alpha(opacity=40)"; }
 .jxDisabled * { -ms-filter: "Alpha(opacity=40)"; }

 and this should be put into the theme file and not create an ie8.css.  The
 reasoning for this is that these are valid vendor specific declarations
 where the IE7 syntax is not, and should therefore be put in a ie7 specific
 css.

-- 
Ticket URL: <http://trac.osgeo.org/mapguide/ticket/1038#comment:2>
MapGuide Open Source <http://mapguide.osgeo.org/>
MapGuide Open Source Internals


More information about the mapguide-trac mailing list