[AC-1991] JSON editor outline fails when any property value is a negative number
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | n/a |
| Status | Closed |
| Resolution | Needs more info |
| Resolution Date | 2013-04-29T23:39:58.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | Studio |
| Labels | n/a |
| Reporter | Nick Searle |
| Assignee | Mauro Parra-Miranda |
| Created | 2013-04-27T12:57:40.000+0000 |
| Updated | 2016-03-08T07:40:56.000+0000 |
Description
After updating to Titanium studio 3.1.0.201304151600
When editing JSON the outline displays empty when any of the property values are negative numbers eg:
{"property":1} outline displays
{"property":"-1"} outline displays
{"property":-1} outline empty
Hi Nick, Thanks for the report. Please can you provide some kind of reproducible steps/test case for us to follow? Sorry I don't know what "the outline" is. A screenshot might help (Edit -> Attachment). Thanks!
The outline is the expandable / collapsible node tree on the bottom left of the studio default view. Useful to navigate through complex JSON. It worked in build: 2.1.2.201208301612 but not after Titanium Studio, build 3.1.0.201304151600 /Users/nicksearle/Downloads/PastedGraphic-1.png