Side navigation
#12528 closed bug (notabug)
Opened September 13, 2012 08:19AM UTC
Closed September 13, 2012 01:00PM UTC
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.
Attachments (0)
Change History (1)
Changed September 13, 2012 01:00PM UTC by comment:1
resolution: | → notabug |
---|---|
status: | new → closed |
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?