overte-JulianGro/scripts/system/html/js
milad 1ce1204a64 WORKLIST ISSUE # 21471 : FIX PARENT JOINT IN EDIT JS
In entityPropeties.js
line #1079 says:
elParentJointIndex.addEventListener('change', createEmitNumberPropertyUpdateFunction('parentJointIndex'));

The problem should be fixed by changing it to:
elParentJointIndex.addEventListener('change', createEmitNumberPropertyUpdateFunction('parentJointIndex', 0));

createEmitNumberPropertyUpdateFunction() is parsing the value as a
float to a default decimal position of 4. Looks like it only accepts
integers. By adding in that 0 as a second argument, it should coerce the
value to one that will be recognized by the UI/backend.
2017-07-24 10:06:44 -05:00
..
colpick.js refactor system html to split js/css 2016-08-09 15:23:31 -07:00
entityList.js add new glyphs with check, reference in entityList 2017-04-20 14:21:13 -07:00
entityProperties.js WORKLIST ISSUE # 21471 : FIX PARENT JOINT IN EDIT JS 2017-07-24 10:06:44 -05:00
eventBridgeLoader.js Simplify eventBridge mechanism exposing functionality to web pages 2017-06-12 14:46:37 -07:00
gridControls.js Addressed CR of 9684 2017-03-02 21:39:56 +02:00
jquery-2.1.4.min.js refactor system html to split js/css 2016-08-09 15:23:31 -07:00
jsoneditor.min.js new user data editor 2016-08-22 17:30:08 -07:00
keyboardControl.js Raise and lower keyboard on password fields 2016-12-13 22:48:17 +13:00
list.min.js refactor system html to split js/css 2016-08-09 15:23:31 -07:00
marketplacesInject.js Make the back button work again, uses the browser history directly now. 2017-06-07 15:52:06 +05:30
SnapshotReview.js Tweak the Snapshot 'Share' button to make its purpose more clear 2017-07-05 12:39:15 -07:00
spinButtons.js refactor system html to split js/css 2016-08-09 15:23:31 -07:00