Skip to content

Commit

Permalink
Focus order fixed for IE and Edge (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
musmanmalik authored Feb 18, 2020
1 parent d87c0a2 commit 6806075
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions image_explorer/public/js/image_explorer.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,8 @@ function ImageExplorerBlock(runtime, element) {
duration: String(duration)
});
active_feedback = null;
//Moving focus back to parent hotspot
$(hotspot).find('.image-explorer-hotspot').focus();
}

$(document).on('click', function(eventObj) {
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.14',
version='1.1.15',
description='XBlock - Image Explorer',
packages=['image_explorer'],
install_requires=[
Expand Down

0 comments on commit 6806075

Please sign in to comment.