@@ -862,7 +862,7 @@ BrMenuWithScripterExamples >> displayButtonWithTooltipLongString [
862
862
^ self scripterWithElement: [ self buttonWithTooltipLongString ]
863
863
]
864
864
865
- { #category : #' examples - focusable ' }
865
+ { #category : #' examples - keyboard navigation ' }
866
866
BrMenuWithScripterExamples >> displayFocusedButtonWithFocusableDropdown [
867
867
< gtExample>
868
868
| aScripter |
@@ -874,7 +874,7 @@ BrMenuWithScripterExamples >> displayFocusedButtonWithFocusableDropdown [
874
874
^ aScripter
875
875
]
876
876
877
- { #category : #' examples - focusable ' }
877
+ { #category : #' examples - keyboard navi
10000
gation ' }
878
878
BrMenuWithScripterExamples >> displayFocusedButtonWithFocusableDropdown_displayDropdown [
879
879
< gtExample>
880
880
| aScripter |
@@ -894,7 +894,7 @@ BrMenuWithScripterExamples >> displayFocusedButtonWithFocusableDropdown_displayD
894
894
^ aScripter
895
895
]
896
896
897
- { #category : #' examples - focusable ' }
897
+ { #category : #' examples - keyboard navigation ' }
898
898
BrMenuWithScripterExamples >> displayFocusedButtonWithFocusableDropdown_nextMenuItem [
899
899
< gtExample>
900
900
| aScripter |
@@ -913,7 +913,7 @@ BrMenuWithScripterExamples >> displayFocusedButtonWithFocusableDropdown_nextMenu
913
913
^ aScripter
914
914
]
915
915
916
- { #category : #' examples - focusable ' }
916
+ { #category : #' examples - keyboard navigation ' }
917
917
BrMenuWithScripterExamples >> displayFocusedButtonWithFocusableDropdown_nextMenuItem2 [
918
918
< gtExample>
919
919
| aScripter |
@@ -934,7 +934,7 @@ BrMenuWithScripterExamples >> displayFocusedButtonWithFocusableDropdown_nextMenu
934
934
^ aScripter
935
935
]
936
936
937
- { #category : #' examples - focusable ' }
937
+ { #category : #' examples - keyboard navigation ' }
938
938
BrMenuWithScripterExamples >> displayFocusedButtonWithFocusableDropdown_nextMenuItem2_actOnItem [
939
939
< gtExample>
940
940
| aScripter |
@@ -950,7 +950,7 @@ BrMenuWithScripterExamples >> displayFocusedButtonWithFocusableDropdown_nextMenu
950
950
^ aScripter
951
951
]
952
952
953
- { #category : #' examples - focusable ' }
953
+ { #category : #' examples - keyboard navigation ' }
954
954
BrMenuWithScripterExamples >> displayFocusedButtonWithFocusableDropdown_nextMenuItem3 [
955
955
< gtExample>
956
956
| aScripter |
@@ -972,7 +972,7 @@ BrMenuWithScripterExamples >> displayFocusedButtonWithFocusableDropdown_nextMenu
972
972
^ aScripter
973
973
]
974
974
975
- { #category : #' examples - focusable ' }
975
+ { #category : #' examples - keyboard navigation ' }
976
976
BrMenuWithScripterExamples >> displayFocusedButtonWithFocusableDropdown_nextMenuItem3_actOnItem [
977
977
< gtExample>
978
978
| aScripter |
@@ -995,7 +995,7 @@ BrMenuWithScripterExamples >> displayFocusedButtonWithFocusableDropdown_nextMenu
995
995
^ aScripter
996
996
]
997
997
998
- { #category : #' examples - focusable ' }
998
+ { #category : #' examples - keyboard navigation ' }
999
999
BrMenuWithScripterExamples >> displayFocusedButtonWithFocusableDropdown_nextMenuItem_nextSubmenu [
1000
1000
< gtExample>
1001
1001
| aScripter |
@@ -1253,12 +1253,11 @@ BrMenuWithScripterExamples >> fireDropdownHideWishFromSubmenuElement [
1253
1253
^ aScripter
1254
1254
]
1255
1255
1256
- { #category : #' examples - focusable ' }
1256
+ { #category : #' examples - keyboard navigation ' }
1257
1257
BrMenuWithScripterExamples >> focusedButtonWithFocusableDropdown [
1258
1258
< gtExample>
1259
1259
| aMenuItems aFrame aButton |
1260
1260
aMenuItems := BrMenuExamples new menuItems.
1261
- aMenuItems items do: #deselect .
1262
1261
aMenuItems beListElementType.
1263
1262
aFrame := self buttonWithDropdownMenu: aMenuItems.
1264
1263
aButton := (aFrame query // #' menu-dropdown-button' ) anyOne.
0 commit comments