blackberry / webworks-gui

GUI Tool for WebWorks 2.0
https://developer.blackberry.com/html5/
Apache License 2.0
3 stars 5 forks source link

Cannot add a target when the name is a number #178

Open rcruz opened 10 years ago

rcruz commented 10 years ago

This creates a malformed blackberry10.json which can cause further issues.

rcruz commented 10 years ago

Recommending for 2.1

rcruz commented 10 years ago

Promoting to 2.1. blackberry10.json should always be well formed to avoid CLI breakage.

rcruz commented 10 years ago

The issue occurs specifically when no other targets exist and a number is used as the target name. Problem stems from how jquery is serializing parameters to pass to the node server. The fix for this involves risk since we'd have to change the module involved in all XHR communication.

Recommending we mark this as a known issue with a workaround for 2.1.

@kwallis @bryanhiggins Thoughts?

bryanhiggins commented 10 years ago

Too risky. Moving out of milestone.