This repository has been archived by the owner on Dec 8, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 65
Contrib > Lookup Component (Part 1) > Dropdown A11y Adjustments #1386
Merged
Merged
Changes from all commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
751c39d
Finished implementation
Blackbaud-SteveBrush 2923601
Added unit tests
Blackbaud-SteveBrush c28a556
Added unit tests
Blackbaud-SteveBrush 33c19d0
Updated docs
Blackbaud-SteveBrush 9da7ed4
Adjusted docs slightly
Blackbaud-SteveBrush d918749
Removed uneccessary changes
Blackbaud-SteveBrush 3876f80
Added condition for active item not found
Blackbaud-SteveBrush e686cc7
Modified message type
Blackbaud-SteveBrush 4605666
Renamed menu change event
Blackbaud-SteveBrush 2de86a5
Updated message type
Blackbaud-SteveBrush 913bdfc
Merged conflicts
Blackbaud-SteveBrush 88e4e42
Minor code style adjustments
Blackbaud-SteveBrush 78141c4
Updated unsubscribe process
Blackbaud-SteveBrush 7106c61
Made destroy stream private
Blackbaud-SteveBrush 08a9f5f
Merge branch 'master' into dropdown-a11y
Blackbaud-SteveBrush 4e1c56d
Dropdown now uses popover
Blackbaud-SteveBrush d0f951c
Merged conflicts
Blackbaud-SteveBrush aed0109
Added unit tests
Blackbaud-SteveBrush 2771ba6
Updated a11y interactions
Blackbaud-SteveBrush 4261931
Updated popover styles to accommodate other modules
Blackbaud-SteveBrush 0c1f0ec
Updated docs home page
Blackbaud-SteveBrush 75f8c0a
Fixed unit tests
Blackbaud-SteveBrush 06ba84f
Updated unit tests for popover and dropdown
Blackbaud-SteveBrush a78652c
Updated unit tests
Blackbaud-SteveBrush f485eca
100 percent code coverage
Blackbaud-SteveBrush 0d844de
Adjusted unit tests
Blackbaud-SteveBrush e14f804
Fixed dropdown alignment issue
Blackbaud-SteveBrush aaea6fe
Removed some comments
Blackbaud-SteveBrush ddcfefb
Adjusted testutility to support IE11
Blackbaud-SteveBrush ec25dd1
Fixed issue with tab dropdown
Blackbaud-SteveBrush 9550897
Updated visual tests
Blackbaud-SteveBrush 4183623
Merge branch 'master' into dropdown-a11y
Blackbaud-SteveBrush d40ad17
Renamed public top and left properties for Popup
Blackbaud-SteveBrush 8b9ba3e
Adjusted how escape key is handled
Blackbaud-SteveBrush 3c9b75f
Added focus on escape
Blackbaud-SteveBrush a1be4c4
Updated how focus is detected
Blackbaud-SteveBrush ecc2732
Updated demo; dropdown now using stream internally
Blackbaud-SteveBrush 0f1f39e
Removed hover example from dropdown demo
Blackbaud-SteveBrush a15deae
Updated fullscreen appearance
Blackbaud-SteveBrush 7d91612
Fixed fullscreen issue
Blackbaud-SteveBrush ace2ccc
Fixed popover reposition being called prematurely
Blackbaud-SteveBrush File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file removed
BIN
-91.2 KB
skyux-spa-visual-tests/screenshots-baseline/popover-All-chrome-1000x800-dpr-1.png
Binary file not shown.
Binary file removed
BIN
-18.6 KB
...al-tests/screenshots-baseline/popover-Placement-Above-chrome-1000x800-dpr-1.png
Binary file not shown.
Binary file removed
BIN
-16.4 KB
...ual-tests/screenshots-baseline/popover-Placement-Above-chrome-767x800-dpr-1.png
Binary file not shown.
Binary file removed
BIN
-18.8 KB
...al-tests/screenshots-baseline/popover-Placement-Below-chrome-1000x800-dpr-1.png
Binary file not shown.
Binary file removed
BIN
-19.4 KB
...ual-tests/screenshots-baseline/popover-Placement-Left-chrome-1000x800-dpr-1.png
Binary file not shown.
Binary file removed
BIN
-17.4 KB
...al-tests/screenshots-baseline/popover-Placement-Right-chrome-1000x800-dpr-1.png
Binary file not shown.
Binary file removed
BIN
-20.6 KB
...sual-tests/screenshots-baseline/popover-With-Dropdown-chrome-1000x800-dpr-1.png
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removing some outdated settings, as well as the word wrap requirement.