Changeset 19655


Ignore:
Timestamp:
02/03/12 20:10:38 (4 months ago)
Author:
anp
Message:

contournement bug gecko : menulist/@readonly ne fonctionne pas => remplacé par @disabled

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Xul_Core/content/Core/widgets/jsForm/jsForm.xbl.xml

    r19654 r19655  
    925925                        <xul:hbox align="center" xbl:inherits="hidden" flex="1"> 
    926926                                <xul:label anonid="label" control="input" xbl:inherits="value=label"/> 
    927                                 <xul:menulist anonid="input" flex="1" xbl:inherits="value,readonly,tooltiptext=description"> 
     927                                <xul:menulist anonid="input" flex="1" xbl:inherits="value,disabled=readonly,tooltiptext=description"> 
    928928                                        <xul:menupopup /> 
    929929                                </xul:menulist> 
Note: See TracChangeset for help on using the changeset viewer.