mjesteve commented on a change in pull request #1153:
URL: https://github.com/apache/royale-asjs/pull/1153#discussion_r720316259
##########
File path:
frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/views/VirtualComboBoxPopUpView.as
##########
@@ -58,6 +59,11 @@ package org.apache.royale.jewel.beads.views
_list = new VirtualList();
_list.addEventListener("beadsAdded",
beadsAddedHandler);
}
+
+ if((_strand as VirtualComboBoxPopUp).itemRenderer)
Review comment:
I looked at how it was fixed in the ComboBoxPopUpView and I thought I
had "replicated" it but I didn't realise it was inside the "if(!_list)", I'll
be more attentive next time (... the truth is that I was annoyed by the "list"
but I didn't question it because I thought I had done it anyway :) )
I've included it in the "strand setter", as you indicated and verified the
operation.
Hiedra.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]