You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@royale.apache.org by GitBox <gi...@apache.org> on 2020/11/17 11:19:15 UTC

[GitHub] [royale-asjs] PhaneendraKiran opened a new issue #938: AsDoc link seems to be broken

PhaneendraKiran opened a new issue #938:
URL: https://github.com/apache/royale-asjs/issues/938


   Most of the links are broken  for asDoc pages: under mx.controls.* related pages. 
   Few of them are working and few not. Pasted few of those not working. Most of them are not working. Please check
   https://royale.apache.org/asdoc/index.html#!mx.controls/DataGrid 
   https://royale.apache.org/asdoc/index.html#!mx.controls/ComboBase
   https://royale.apache.org/asdoc/index.html#!mx.controls/ComboBox
   https://royale.apache.org/asdoc/index.html#!mx.controls/DataGrid
   https://royale.apache.org/asdoc/index.html#!mx.controls/DateField
   https://royale.apache.org/asdoc/index.html#!mx.controls/FormItemLabel
   https://royale.apache.org/asdoc/index.html#!mx.controls/Label
   https://royale.apache.org/asdoc/index.html#!mx.controls/PopUpMenuButton
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [royale-asjs] carlosrovira commented on issue #938: AsDoc link seems to be broken

Posted by GitBox <gi...@apache.org>.
carlosrovira commented on issue #938:
URL: https://github.com/apache/royale-asjs/issues/938#issuecomment-728931304


   Seems there's a problem with ASDoc app and MXRoyale controls in JSON parsing:
   
   ````
   Uncaught SyntaxError: Unexpected end of JSON input
       at JSON.parse (<anonymous>)
       at Kn.G.Fe (ASDoc.js:317)
       at Hj (ASDoc.js:56)
       at Gj (ASDoc.js:57)
       at dp.G.dispatchEvent (ASDoc.js:55)
       at dp.J.dispatchEvent (ASDoc.js:60)
       at dp.Yn.dispatchEvent (ASDoc.js:353)
       at dp.G.Ln (ASDoc.js:471)
   ASDoc.js:392 Uncaught SyntaxError: Unexpected token l in JSON at position 6512
       at JSON.parse (<anonymous>)
       at uo.parse (ASDoc.js:392)
       at Kn.G.ed (ASDoc.js:320)
       at Hj (ASDoc.js:56)
       at Gj (ASDoc.js:57)
       at dp.G.dispatchEvent (ASDoc.js:55)
       at dp.J.dispatchEvent (ASDoc.js:60)
       at dp.Yn.dispatchEvent (ASDoc.js:353)
       at dp.G.Ln (ASDoc.js:471)
   ```
    Hope others like @aharui could take a look since they know better how that app works


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org