Skip to content

Commit

Permalink
fix(storefront)bctheme-223: fix voiceover focus not sync in faceted s…
Browse files Browse the repository at this point in the history
…earch (#1826)

Co-authored-by: BC-tymurbiedukhin <66319629+BC-tymurbiedukhin@users.noreply.github.com>
  • Loading branch information
bc-alexsaiannyi and BC-tymurbiedukhin authored Oct 2, 2020
1 parent 717782f commit 87e6e54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Changelog

## Draft
- Fixed VoiceOver focus is not sync with keyboard focus on Faceted Search.[#1826](https://github.com/bigcommerce/cornerstone/pull/1826)
- Add collapsed/expanded state announcement by screen reader to add-info button within shipping estimator. [#1844](https://github.com/bigcommerce/cornerstone/pull/1844)
- Fixed empty cart notification not announced by screen reader. [#1846](https://github.com/bigcommerce/cornerstone/pull/1846)
- Product carousel with related products - arrows not working. [#1828](https://github.com/bigcommerce/cornerstone/pull/1828)
Expand Down
2 changes: 1 addition & 1 deletion templates/components/faceted-search/selected-facets.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ <h2 class="sidebarBlock-heading">
{{/each}}
</ul>
{{else}}
{{lang 'search.faceted.selected.no-filters'}}
<p> {{lang 'search.faceted.selected.no-filters'}} </p>
{{/if}}

{{#if remove_all_url}}
Expand Down

0 comments on commit 87e6e54

Please sign in to comment.