X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fcontextual%2Fjs%2Ftoolbar%2Fviews%2FAuralView.js;fp=web%2Fcore%2Fmodules%2Fcontextual%2Fjs%2Ftoolbar%2Fviews%2FAuralView.js;h=d3af87bc8f28a2a3c8a5fc30666216ccba20b782;hp=7bf7e4076529534bf69ccaf9c42171d5d7799a7a;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hpb=680c79a86e3ed402f263faeac92e89fb6d9edcc0 diff --git a/web/core/modules/contextual/js/toolbar/views/AuralView.js b/web/core/modules/contextual/js/toolbar/views/AuralView.js index 7bf7e4076..d3af87bc8 100644 --- a/web/core/modules/contextual/js/toolbar/views/AuralView.js +++ b/web/core/modules/contextual/js/toolbar/views/AuralView.js @@ -16,6 +16,7 @@ this.listenTo(this.model, 'change:isViewing', this.manageTabbing); $(document).on('keyup', _.bind(this.onKeypress, this)); + this.manageTabbing(); }, render: function render() { this.$el.find('button').attr('aria-pressed', !this.model.get('isViewing'));