Closed
Bug 199556
Opened 22 years ago
Closed 15 years ago
Error in converting float value from SOAP response into JS value
Categories
(Core Graveyard :: Web Services, defect)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: nisheeth_mozilla, Unassigned)
References
()
Details
This bug will be exposed once bug 199555 is fixed.
How to reproduce:
1) Go to above URL.
2) Type a ticker symbol. Hit "Get Stock Quote".
3) You will see "50.54999923706055" replace the ticker symbol you just typed in
the text box.
Expected behavior:
You should see "50.55" in the text box because that is the float value returned
in the SOAP response.
CCing dbradley because this is probably an error in XPC somewhere.
Comment 1•22 years ago
|
||
It's probably an issue in XPCConvert or nsIVariant. I don't know the SOAP code
well enough to know off the top of my head. Harish, feel free to assign this to
me and I'll take a look.
Updated•22 years ago
|
Component: XML → Web Services
Reporter | ||
Updated•22 years ago
|
Updated•18 years ago
|
Assignee: mozilla → nobody
QA Contact: ashshbhatt → web-services
Comment 3•15 years ago
|
||
We dropped SOAP.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → INCOMPLETE
Updated•8 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•