Klaus Hartl wrote:
Hi all,

I thought I just share that:
  
-snip- long story -snip-

You can fix this very easily without doing all wierd stuffies like changing tab index.
        $(document).focus(function(oEvent) {
                return ((oElement = oEvent.srcElement || oEvent.target) && jQuery(oElement).ancestors(YOURPARENTHERE).length);
        });

3-liner ;)

-- Gilles


_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to