This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: Hidden cursor in input fieldsma.aqcon May 9, 2008 4:32 AM (in response to jeffguinness)Have u tried to set the focus to your input field with <rich:modalPanel ... onshow="document.getElementById('form:field_id').focus();" ...>
 ?
 That works for me.
- 
        2. Re: Hidden cursor in input fieldsjeffguinness May 9, 2008 8:15 AM (in response to jeffguinness)Giving any control the focus, either by onshow="document.getElementById('form:test1').focus();"or even by clicking into the inputText, does not result in the cursor appearing when the page containing the modalPanel is first loaded. The cursor works fine if I either move the modal by clicking on and dragging the title bar or after closing the modalPanel and then showing it again.
 
    