Skip to content

Commit

Permalink
MCKIN-13279 Dialog content made reader accessible (#78)
Browse files Browse the repository at this point in the history
* IE fix for Chrome and Internet explorer
  • Loading branch information
musmanmalik authored Feb 20, 2020
1 parent 03f6be5 commit b78758a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion image_explorer/templates/html/image_explorer.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ <h2>{{title}}</h2>
<i class="material-icons">check_circle</i>
</span>
</button>
<div role="dialog" aria-modal="true" class="image-explorer-hotspot-reveal" {{hotspot.reveal_style}} data-side="{{ hotspot.feedback.side }}" tabindex="0">
<div role="dialog" aria-modal="true" class="image-explorer-hotspot-reveal" {{hotspot.reveal_style}} data-side="{{ hotspot.feedback.side }}" aria-describedby="{{ie_uid}}_{{hotspot.item_id}}_body" tabindex="0">
<div class="image-explorer-hotspot-content-wrapper">
{% if hotspot.feedback.header %}
<span id="{{ie_uid}}_{{hotspot.item_id}}_header" class="image-explorer-hotspot-reveal-header">
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def package_data(pkg, root_list):

setup(
name='xblock-image-explorer',
version='1.1.15',
version='1.1.17',
description='XBlock - Image Explorer',
packages=['image_explorer'],
install_requires=[
Expand Down

0 comments on commit b78758a

Please sign in to comment.