So looks like that despite drop down values are populated the selection is not triggered using Sel IDE.
Can you try executing java script as -
storeEval | javascript{"window.document.getElementById('cboAIContactName0').value = Other"} | |
On execution it would look as -
[info] Executing: |storeEval | javascript{"window.document.getElementById('cboAIContactName0').value = Other"} | |
[info] script is: window.document.getElementById('cboAIContactName0').value = Other
Let us know if this works.
~ seleniumtests.com