Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / contextual / js / toolbar / views / AuralView.js
index 7bf7e4076529534bf69ccaf9c42171d5d7799a7a..d3af87bc8f28a2a3c8a5fc30666216ccba20b782 100644 (file)
@@ -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'));