Click here to Skip to main content
15,889,901 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a modal popup and in it there is a button. In Mozilla 17.0.1 i cant get focus on the button while modal popup is loaded. I get focus on button in IE9 and Chrome22
Posted
Comments
AshishChaudha 18-Dec-12 3:54am    
what you have done so far?? please elaborate your question.
Avinash_Pathak 18-Dec-12 6:26am    
what you want exactly???
CSR89 18-Dec-12 6:50am    
Actually in mozilla 17.0.1 focus is not highlighting for the button inside modal popup.
But there is no isue for chrome22 and IE( for the same modal popup.
This issue exists for the radio button focus also.

1 solution

Use this focus() method to set focus for your button.

document.getElementById("btnId").focus();
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900