Skip to content

Commit 8671195

Browse files
committed
fix: Include release_10 changes and add 'area-labelledgy' to increase slates access
1 parent a8b72df commit 8671195

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

components/ILIAS/UI/resources/js/MainControls/src/mainbar.renderer.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,9 @@
100100
if (!currentRole || currentRole === 'region') {
101101
element.attr('role', 'region');
102102
}
103+
if (triggerer_id) {
104+
element.attr('aria-labelledby', triggerer_id);
105+
}
103106
if(isInView && !thrown) {
104107
element.trigger('in_view'); //this is most important for async loading of slates,
105108
//it triggers the GlobalScreen-Service.
@@ -108,6 +111,7 @@
108111
if(!isInView) {
109112
thrown_for[entry_id] = false;
110113
}
114+
actions.focusSubentry(entry_id);
111115
},
112116
additional_disengage: function(){
113117
var entry_id = dom_ref_to_element[this.html_id];

0 commit comments

Comments
 (0)