Login Register

calling focus() throwing runtime in ie

So twice in the past week I've hit a line of dojo code that is calling focus on a node that doesn't support it. To get it around it, I've wrapped the offending calls in try blocks since IE throws a nasty run-time. I find myself wondering if all the focus calls shouldn't be done this way to avoid this as a failsafe.