Question
MultiSelect Field - focus moves to top after Upgrade from Pega 6.x to Pega 7.1.8
We are using Multi Select Custom Control which is brought over from Pega 6.1 to Pega 7.1.x. We noticed a strange behavior wherein whenever user scroll down in select box and make a selection , after few seconds control gets reloaded and focus moved to top of the Select box. Users are confused and thought selection did not happened at all. Note that same control works well in P6 version. On mouseout event we are making a asynchronous call to Activity to append the selected list to value list. Below is piece of code. Ideally focus should not move up and stay with Selected List item in the Box.
***Updated by moderator: Lochan to update Categories***
***Edited by Moderator to add SR Details***
Hi Uday
I would recommend you to move away from custom controls brought over from PRPC 6.x into Pega 7. Try to use any of the OOTB controls listed under UI gallery to accomplish what you desire in terms of UI functionality.
If you insist that you have to use your custom control for reasons beyond you, then I would use developer toolbar to trace the request to see whether a reload section or reload harness is getting called and attempt to debug javascript to understand what is happening.
Bhuvana.