You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plugins/gh-datainmap/CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,4 @@
1
+
- Focus blijft met tabben nu binnen feature modal totdat deze wordt gesloten.
1
2
- Zoomknoppen zijn nu voorzien van een `aria-label`.
2
3
- Het overzicht met layers geeft nu ook het type en de transparantie aan.
3
4
- Opmaak standaard stylesheet aangepast, deze voldeed niet en liet niet alle elementen goed zien. Door nu een goede basis te bieden moet het eenvoudiger zijn om in een eigen stylesheet enkel aanpassingen door te voeren. Al wordt het nog steeds aangeraden om een eigen stylesheet te gebruiken. Zie de broncode voor een voorbeeld.
lastFocusableElement.focus();// add focus for the last focusable element
119
+
e.preventDefault();
120
+
}
121
+
}
122
+
else{// if tab key is pressed
123
+
if(document.activeElement===lastFocusableElement){// if focused has reached to last focusable element then focus first focusable element after pressing tab
124
+
firstFocusableElement.focus();// add focus for the first focusable element
0 commit comments