[Résolu] Firefox a des problèmes de lecture de code
Publié : 23 mai 2010, 16:51
Windows 7 et Firefox 3.6.3
En affichant la console d'erreurs, on voit bien le problème. Il se retrouve d'ailleurs sur Thunderbird.
Erreur : balise ne correspondant pas. Attendu : </implementation>.
Fichier Source : jar:file:///C:/Users/Serge/AppData/Roaming/Mozilla/Firefox/Profiles/ypf3usy2.default/extensions/%7Bef62e1ce-d2a4-4cdd-b7ec-92b120366b66%7D/chrome/foxlingo.jar!/content/autocomplete-menulist.xml
Ligne : 42, Colonne : 3
Code Source :
</bindings>
Mais il n'y a pas d'erreur : c'est la fermeture d'une procédure commencée par bindings.
<?xml version="1.0" encoding="UTF-8"?>
<bindings id="SearchboxDropdownBindings"
xmlns="http://www.mozilla.org/xbl"
xmlns:html="http://www.w3.org/1999/xhtml"
xmlns:xul="http://www.mozilla.org/keymaster/gateke ... s.only.xul"
xmlns:xbl="http://www.mozilla.org/xbl"><binding id="autocomplete-menulist" extends="chrome://global/content/bindings/textbox.xml#textbox">
<resources>
<stylesheet src="chrome://global/skin/autocomplete.css"/>
</resources>
<content sizetopopup="pref">
<xul:hbox class="autocomplete-textbox-container" flex="1"
xbl:inherits="focused">
<children includes="image|deck|stack|box">
<xul:image class="autocomplete-icon" allowevents="true"/>
</children>
<xul:hbox anonid="textbox-input-box" class="textbox-input-box" flex="1"
xbl:inherits="tooltiptext=inputtooltiptext">
<children/>
<xul:textbox anonid="input" context="Foxlingo_searchterms-popup" class="autocomplete-textbox textbox-input"
flex="1" allowevents="true"
id="foxlingo-search-box"
type="autocomplete"
ontextentered="Foxlingo.Search.combinedSearch();"
autocompletesearch="form-history"
autocompletesearchparam="Foxlingo-Search-History"
xbl:inherits="tooltiptext=inputtooltiptext,onfocus,onblur,value,type,maxlength,disabled,size,readonly,userAction"
onclick="if (this.newterm=='true') this.select(); this.newterm = 'false';" onblur="this.newterm = 'true';" newterm="true"/>
</xul:hbox>
<children includes="hbox"/>
</xul:hbox>
<xul:dropmarker class="autocomplete-history-dropmarker" enablehistory="true" popup="Foxlingo_searchterms-popup"/>
</content>
<implementation>
<field name="alreadySearched">false</field>
<field name="mTextBox">null</field>
<method name="showHistoryPopup">
<body><![CDATA[]]></body>
</method>
</bindings>
On trouve aussi des erreurs d'analyse :
Avertissement : Erreur d'analyse de la valeur pour « display ». Déclaration abandonnée.
Fichier Source : http://i5.woopic.com/Inc/FormulaireVoya ... ls_hpo.css
Ligne : 40
.calTitle{position:relative;display:bock;}
J'ai mis à jour Java sans résultat.
Quelqu'un a-t-il une idée du problème ?
Merci
En affichant la console d'erreurs, on voit bien le problème. Il se retrouve d'ailleurs sur Thunderbird.
Erreur : balise ne correspondant pas. Attendu : </implementation>.
Fichier Source : jar:file:///C:/Users/Serge/AppData/Roaming/Mozilla/Firefox/Profiles/ypf3usy2.default/extensions/%7Bef62e1ce-d2a4-4cdd-b7ec-92b120366b66%7D/chrome/foxlingo.jar!/content/autocomplete-menulist.xml
Ligne : 42, Colonne : 3
Code Source :
</bindings>
Mais il n'y a pas d'erreur : c'est la fermeture d'une procédure commencée par bindings.
<?xml version="1.0" encoding="UTF-8"?>
<bindings id="SearchboxDropdownBindings"
xmlns="http://www.mozilla.org/xbl"
xmlns:html="http://www.w3.org/1999/xhtml"
xmlns:xul="http://www.mozilla.org/keymaster/gateke ... s.only.xul"
xmlns:xbl="http://www.mozilla.org/xbl"><binding id="autocomplete-menulist" extends="chrome://global/content/bindings/textbox.xml#textbox">
<resources>
<stylesheet src="chrome://global/skin/autocomplete.css"/>
</resources>
<content sizetopopup="pref">
<xul:hbox class="autocomplete-textbox-container" flex="1"
xbl:inherits="focused">
<children includes="image|deck|stack|box">
<xul:image class="autocomplete-icon" allowevents="true"/>
</children>
<xul:hbox anonid="textbox-input-box" class="textbox-input-box" flex="1"
xbl:inherits="tooltiptext=inputtooltiptext">
<children/>
<xul:textbox anonid="input" context="Foxlingo_searchterms-popup" class="autocomplete-textbox textbox-input"
flex="1" allowevents="true"
id="foxlingo-search-box"
type="autocomplete"
ontextentered="Foxlingo.Search.combinedSearch();"
autocompletesearch="form-history"
autocompletesearchparam="Foxlingo-Search-History"
xbl:inherits="tooltiptext=inputtooltiptext,onfocus,onblur,value,type,maxlength,disabled,size,readonly,userAction"
onclick="if (this.newterm=='true') this.select(); this.newterm = 'false';" onblur="this.newterm = 'true';" newterm="true"/>
</xul:hbox>
<children includes="hbox"/>
</xul:hbox>
<xul:dropmarker class="autocomplete-history-dropmarker" enablehistory="true" popup="Foxlingo_searchterms-popup"/>
</content>
<implementation>
<field name="alreadySearched">false</field>
<field name="mTextBox">null</field>
<method name="showHistoryPopup">
<body><![CDATA[]]></body>
</method>
</bindings>
On trouve aussi des erreurs d'analyse :
Avertissement : Erreur d'analyse de la valeur pour « display ». Déclaration abandonnée.
Fichier Source : http://i5.woopic.com/Inc/FormulaireVoya ... ls_hpo.css
Ligne : 40
.calTitle{position:relative;display:bock;}
J'ai mis à jour Java sans résultat.
Quelqu'un a-t-il une idée du problème ?
Merci