Opened 10 years ago
Closed 10 years ago
#12528 closed bug (notabug)
Can't move focus to the control because it is invisible
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.8.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Can't move focus to the control because it is invisible, not enabled, or of a type...
change line 2976 to: try{elem[ type ]();}catch(e){}
seems worked well.
Note: See
TracTickets for help on using
tickets.
Setting focus to an invisible control doesn't make sense. The user can't see it. Why would we want to hide an error that can help you fix a problem in your code?