/[drupal]/contributions/modules/bueditor/library/bue.accessibility.js
ViewVC logotype

Diff of /contributions/modules/bueditor/library/bue.accessibility.js

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.5, Thu Oct 8 15:16:33 2009 UTC revision 1.5.2.1, Mon Nov 9 21:56:57 2009 UTC
# Line 8  BUE.postprocess.push(function(E, $) { Line 8  BUE.postprocess.push(function(E, $) {
8    var Q = E.quickPop, Qo = Q.open, D = E.dialog;    var Q = E.quickPop, Qo = Q.open, D = E.dialog;
9    Q.open = function(content, effect) {    Q.open = function(content, effect) {
10      Qo(content, effect);      Qo(content, effect);
11      $(Q).find('a:first').focus();      setTimeout(function(){try{$(Q).find('a:first').focus()}catch(e){}});
12      return Q;      return Q;
13    };    };
14    $(Q).attr('tabindex', 0).keydown(function (e) {    $(Q).attr('tabindex', 0).keydown(function (e) {

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.5.2.1

  ViewVC Help
Powered by ViewVC 1.1.2