Bonjour,

J'ai un bout de page géré avec la librairie Taconite qui ne se charge pas sous Firefox.

Ca passe impeccablement sous IE et Opera pourtant. Le div que je tente de remplir a bien ses champs name et id renseignés, et ça ne suffit pas.

Du coup, je me dis qu'il doit y avoir un problème de structure de tel ou tel arbre XML, DOM, etc... (je ne suis pas trop au point à ce niveau là).

Voici la réponse XML que j'obtiens, valide sous IE et Opera, pas sous Firefox. Je ne reçois aucun message d'erreur, juste div blanc sous Firefox, sans "undefined" ou quoi que ce soit.

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
 
<?xml version="1.0" encoding="UTF-8"?>
<taconite-root xml:space="preserve">
  <taconite-replace contextNodeID="linesDiv" parseInBrowser="true">
    <div id="linesDiv" name="linesDiv">
      <input type="hidden" id="dtiGrid" />
      <input type="hidden" id="fromDateGrid" value="2010-02-03" />
      <table border="0" cellpadding="0" cellspacing="0" class="gridbody" id="gridtablebody" style="table-layout: fixed; border-collapse: collapse;">
        <colgroup>
          <col style="width: 30px;">
          </col>
          <col style="width: 90px;">
          </col>
          <col style="width: 180px;">
          </col>
          <col style="width: 110px;">
          </col>
          <col style="width: 90px;">
          </col>
          <col style="width: 90px;">
          </col>
        </colgroup>
        <form action="" method="" id="linesForm">
          <tbody>
            <tr class="grid" value="574">
              <input type="hidden" name="pkForRow" value="574" />
              <td>
                <img src="accounter/img/button_delete_small.png" onClick="adminChemicals.deleteLine(574);" />
              </td>
              <td>
                <input type="text" id="dtiPkInfo574" style="width: 80px; text-align: right;" value="5482" onChange="adminChemicals.validateLineWhileEditing('574');" />
                <input type="hidden" id="dtiValidatorPkInfo574" />
              </td>
              <td>
                Versaclean VB
              </td>
              <td>
                <select id="fromDatePkInfo574" name="fromDatePkInfo574">
                  <option value="2010-02-03" selected="">
                    2010-02-03
                  </option>
                </select>
              </td>
              <td>
                <input type="text" id="densityPkInfo574" style="width: 80px; text-align: right;" value="0" onChange="adminChemicals.validateLineWhileEditing('574');" />
                <input type="hidden" id="densityValidatorPkInfo574" />
              </td>
              <td align="center">
                <input type="checkbox" id="plonorPkInfo574" />
              </td>
              <input type="hidden" id="rowOkPkInfo574" />
            </tr>
            <tr class="grid" value="573">
              <input type="hidden" name="pkForRow" value="573" />
              <td>
                <img src="accounter/img/button_delete_small.png" onClick="adminChemicals.deleteLine(573);" />
              </td>
              <td>
                <input type="text" id="dtiPkInfo573" style="width: 80px; text-align: right;" value="5481" onChange="adminChemicals.validateLineWhileEditing('573');" />
                <input type="hidden" id="dtiValidatorPkInfo573" />
              </td>
              <td>
                Versaclean FL
              </td>
              <td>
                <select id="fromDatePkInfo573" name="fromDatePkInfo573">
                  <option value="2010-02-03" selected="">
                    2010-02-03
                  </option>
                  <option value="2010-01-19">
                    2010-01-19
                  </option>
                  <option value="2010-01-12">
                    2010-01-12
                  </option>
                  <option value="2010-01-05">
                    2010-01-05
                  </option>
                  <option value="2009-12-08">
                    2009-12-08
                  </option>
                  <option value="2009-11-24">
                    2009-11-24
                  </option>
                  <option value="2009-11-13">
                    2009-11-13
                  </option>
                  <option value="2009-11-10">
                    2009-11-10
                  </option>
                </select>
              </td>
              <td>
                <input type="text" id="densityPkInfo573" style="width: 80px; text-align: right;" value="0" onChange="adminChemicals.validateLineWhileEditing('573');" />
                <input type="hidden" id="densityValidatorPkInfo573" />
              </td>
              <td align="center">
                <input type="checkbox" id="plonorPkInfo573" />
              </td>
              <input type="hidden" id="rowOkPkInfo573" />
            </tr>
            <tr class="grid" value="572">
              <input type="hidden" name="pkForRow" value="572" />
              <td>
                <img src="accounter/img/button_delete_small.png" onClick="adminChemicals.deleteLine(572);" />
              </td>
              <td>
                <input type="text" id="dtiPkInfo572" style="width: 80px; text-align: right;" value="4495" onChange="adminChemicals.validateLineWhileEditing('572');" />
                <input type="hidden" id="dtiValidatorPkInfo572" />
              </td>
              <td>
                SAFE-SURF NS
              </td>
              <td>
                <select id="fromDatePkInfo572" name="fromDatePkInfo572">
                  <option value="2010-02-03" selected="">
                    2010-02-03
                  </option>
 
                </select>
              </td>
              <td>
                <input type="text" id="densityPkInfo572" style="width: 80px; text-align: right;" value="0" onChange="adminChemicals.validateLineWhileEditing('572');" />
                <input type="hidden" id="densityValidatorPkInfo572" />
              </td>
              <td align="center">
                <input type="checkbox" id="plonorPkInfo572" />
              </td>
              <input type="hidden" id="rowOkPkInfo572" />
            </tr>
            <tr class="grid" value="568">
              <input type="hidden" name="pkForRow" value="568" />
              <td>
                <img src="accounter/img/button_delete_small.png" onClick="adminChemicals.deleteLine(568);" />
              </td>
              <td>
                <input type="text" id="dtiPkInfo568" style="width: 80px; text-align: right;" value="3328" onChange="adminChemicals.validateLineWhileEditing('568');" />
                <input type="hidden" id="dtiValidatorPkInfo568" />
              </td>
              <td>
                DF1
              </td>
              <td>
                <select id="fromDatePkInfo568" name="fromDatePkInfo568">
                  <option value="2010-02-03" selected="">
                    2010-02-03
                  </option>
                  <option value="2010-01-19">
                    2010-01-19
                  </option>
 
                </select>
              </td>
              <td>
                <input type="text" id="densityPkInfo568" style="width: 80px; text-align: right;" value="0" onChange="adminChemicals.validateLineWhileEditing('568');" />
                <input type="hidden" id="densityValidatorPkInfo568" />
              </td>
              <td align="center">
                <input type="checkbox" id="plonorPkInfo568" />
              </td>
              <input type="hidden" id="rowOkPkInfo568" />
            </tr>
          </tbody>
        </form>
      </table>
    </div>
  </taconite-replace>
</taconite-root>


Je vous remercie d'avance pour toutes vos idées