Actions
Defect #101
closedFirefox 3.1 Beta 2 et ouverture des conversations
Start date:
12/10/2008
Due date:
% Done:
30%
Estimated time:
Description
Impossible d'extraire une conversation sous Firefox 3.1 Beta 2.
La conversation principale est bien affiché mais la waitbar tourne en permanence et la conversation extraite ne s'affiche pas.
Updated by Greg Burri almost 16 years ago
- Target version changed from 1.2.0 to 1.1.5
Updated by Greg Burri almost 16 years ago
- % Done changed from 0 to 30
The line 71 :
fragmentsStr += (first ? "" : ";") + name + "=" + JSON.stringify(val);
genère l'erreur "Invalid argument"
Bug sur le traker de Mozilla pour Firefox :
https://bugzilla.mozilla.org/show_bug.cgi?id=475421
Updated by Greg Burri almost 16 years ago
Workaround : Ne pas utiliser des types primitifs (String, Int) avec JSON.stringify mais systématiquement des Objets ou des Array.
Updated by Greg Burri almost 16 years ago
D'après un commentaire de Brendan Eich :
"This bug is marked blocking1.9.1+ and it will be fixed for that release."
Il suffirait d'attendre la prochaine version...
Actions