Changeset 19625


Ignore:
Timestamp:
02/02/12 00:03:28 (4 months ago)
Author:
sys
Message:

debug gecko10 : pas de method xbl vide !

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Xul_XedLib/content/XedLib/libUiBase/widgets/xedUiRichTextInput.xbl.xml

    r19477 r19625  
    763763                                        if("refreshEditorContext" in this) { 
    764764                                                try { 
    765                                                         if("resetEditorContext" in this) this.resetEditorContext(); 
     765                                                        this.resetEditorContext(); 
    766766                                                        this.refreshEditorContext(); 
    767767                                                } catch(e){xed.debug("refreshEditorContext failed:"+e);} 
     
    10781078                        <!-- Methode optionnelle quand on détecte un nouveau gain du focus pour effacer  
    10791079                        toute mémoire d'état d'une session précédente. --> 
    1080                         <method name="resetEditorContext"/> 
     1080                        <method name="resetEditorContext"> 
     1081                                <body/> 
     1082                        </method> 
    10811083                                 
    10821084                         
Note: See TracChangeset for help on using the changeset viewer.