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/06/08 09:12:42 UTC

[GitHub] [royale-asjs] pashminakazi opened a new issue #851: 2 Rows highlighted at a time

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


   Project Details are :
   https://paste.apache.org/cpo8y
   Test case is available on VDI.
   Go to Feasibility from Select in Menu
   Go to Gain/Loss from Setups in Menu
   File : com/dbz/modules/FS/dbzGainLossMasterSetup.mxml
   
   Delete any detail record then 2 rows will be highlighted,Only one row (first row) should be highlighted
   ![image](https://user-images.githubusercontent.com/42200979/84013025-d1986900-a991-11ea-9a80-8686bff6a1b1.png)
   


----------------------------------------------------------------
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] pashminakazi commented on issue #851: 2 Rows highlighted at a time

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


   @aharui Still same Issue


----------------------------------------------------------------
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] pashminakazi commented on issue #851: 2 Rows highlighted at a time

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


   @aharui This issue is occuring in all setups,at a time 2 records are selected even after your commit
   ![image](https://user-images.githubusercontent.com/42200979/84360433-7eb5f000-abe3-11ea-9f9c-6c17ed1aa165.png)
   


----------------------------------------------------------------
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] aharui commented on issue #851: 2 Rows highlighted at a time

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


   The source does not match the JS output, so I am not going to investigate this issue as it may be using old code.  I did find that programmatic setting of selectedIndex was not working in my latest ADG so I pushed a change that should fix that.


----------------------------------------------------------------
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] aharui commented on issue #851: 2 Rows highlighted at a time

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


   I pushed a change yesterday where programmatic selection change wasn't selecting anything instead of selecting two things in ADG so make sure you have latest code before doing any testing.  ADG handles multiple selection so sometimes stale selectedIndices affect what is selected.  That said, it occurred to me this morning that the app uses a validateNow() after delete and I think that's probably the problem here.


----------------------------------------------------------------
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] pashminakazi commented on issue #851: 2 Rows highlighted at a time

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


   @aharui Thanks issue resolved


----------------------------------------------------------------
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] pashminakazi commented on issue #851: 2 Rows highlighted at a time

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


   Today after your commits I have cloned royale-asjs and compile sdk then
   compiled my library and these setups
   
   On Wed, Jun 10, 2020, 9:04 PM aharui <no...@github.com> wrote:
   
   > Please verify that everything is up to date. The source did not match the
   > output.
   >
   > —
   > You are receiving this because you authored the thread.
   > Reply to this email directly, view it on GitHub
   > <https://github.com/apache/royale-asjs/issues/851#issuecomment-642106627>,
   > or unsubscribe
   > <https://github.com/notifications/unsubscribe-auth/AKB67E33GD2TFH54WR7MMB3RV6VKLANCNFSM4NYGPAPA>
   > .
   >
   


----------------------------------------------------------------
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] greg-dove commented on issue #851: 2 Rows highlighted at a time

Posted by GitBox <gi...@apache.org>.
greg-dove commented on issue #851:
URL: https://github.com/apache/royale-asjs/issues/851#issuecomment-642500509


   @aharui I can't recall exactly, but I have seen this at one point when I was working on datagrids. I think it might be either after dataProvider changes or sort changes with prior selection, but tbh I can't remember for sure. I will try to check tomorrow to see if I can repro if you did not establish the repro yet. 


----------------------------------------------------------------
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] aharui closed issue #851: 2 Rows highlighted at a time

Posted by GitBox <gi...@apache.org>.
aharui closed issue #851:
URL: https://github.com/apache/royale-asjs/issues/851


   


----------------------------------------------------------------
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] aharui commented on issue #851: 2 Rows highlighted at a time

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


   Please verify that everything is up to date.  The source did not match the output.


----------------------------------------------------------------
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] aharui commented on issue #851: 2 Rows highlighted at a time

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


   I was unable to connect to the VDI.  Does this happen in other lists or only this one?  I could not reproduce it in a small test case.  Can you reproduce it in a smaller test case?  If not, what are some differences that could affect selection?


----------------------------------------------------------------
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] aharui commented on issue #851: 2 Rows highlighted at a time

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


   OK, then debug into the delete handler and make sure that it matches the source and verify whether any selection changes in the delete handler go into the code I changed in my commit.


----------------------------------------------------------------
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] pashminakazi commented on issue #851: 2 Rows highlighted at a time

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


   @aharui This is happening in many other setup,i dnt know why.when i delete detail record then two records will be selected at a time.you can check this in driver setup and Gain/Loss setup
   Module Sales -> carriage/Freight -> Driver Setup 
   File Path : com/dbz/modules/Common/dbzDriverMasterSetup
   
   Module Feasibility -> Gain/Loss  
   File Path : com/dbz/modules/FS/dbzGainLossMasterSetup


----------------------------------------------------------------
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