overte/scripts/system/html
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
..
css Merge pull request #10541 from Menithal/21324 2017-06-13 13:00:54 -07:00
img Merge pull request #10600 from seefo/snapshot 2017-06-07 17:05:29 -07:00
js WORKLIST ISSUE # 21471 : FIX PARENT JOINT IN EDIT JS 2017-07-24 10:06:44 -05:00
ChatPage.html Move chat app to be included as part of the default scripts 2017-06-08 13:07:01 -07:00
entityList.html increment colspan count in table footer 2017-04-20 15:20:48 -07:00
entityProperties.html Add circle and cone to entity shape list 2017-05-31 16:25:11 -07:00
gridControls.html Raise and lower keyboard in entities editor 2016-09-28 17:57:53 +13:00
marketplaces.html No custom styling of marketplaces directory scrollbar 2017-03-30 14:38:17 +13:00
SnapshotReview.html Cleaned up Polaroid code 2017-06-02 11:02:01 -07:00
users.html simpler filter code 2017-02-15 10:23:36 -08:00