hugoloza / gwt-mobile-webkit

Automatically exported from code.google.com/p/gwt-mobile-webkit
2 stars 0 forks source link

Optional attributes in Coordinates object are either NULL or ZERO when not used #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run the Geolocation sample in Firefox3.5 and you see ZERO's;
2. Run the Geolocation sample in the iPhone simulator and you see NULLs.

What is the expected output? What do you see instead?
Expected is that all optionals return NULL when not in use.

Please use labels and text to provide additional information.
Tried the Double wrapper to 'help' get NULL values -- no effect. Conversely, 
unsupported optional 
attributes using standard 'double' primitive type return NULLs instead of 
zeroes...

Original issue reported on code.google.com by bguijt on 10 Aug 2009 at 9:33

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r125.

Original comment by bguijt on 11 Aug 2009 at 10:56