Skip to content

Commit

Permalink
fixed bug: aria-labeledby with wrong ID
Browse files Browse the repository at this point in the history
  • Loading branch information
fnagel committed Nov 19, 2009
1 parent aeb4ae2 commit 5945797
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Lightbox/js/ui.ariaLightbox.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ $.widget("ui.ariaLightbox", {

// build html
var html = "\n";
html += '<div id="ui-lightbox-wrapper" style="z-index:'+options.zIndex+1+';" class="ui-dialog ui-widget ui-widget-content ui-corner-all" tabindex="-1" role="dialog" aria-labelledby="ui-dialog-titleText-dialog">'+"\n";
html += '<div id="ui-lightbox-wrapper" style="z-index:'+options.zIndex+1+';" class="ui-dialog ui-widget ui-widget-content ui-corner-all" tabindex="-1" role="dialog" aria-labelledby="ui-dialog-title-dialog">'+"\n";
html += ' <div class="ui-dialog-titlebar ui-widget-header ui-corner-all ui-helper-clearfix">'+"\n";
html += ' <span class="ui-dialog-title" id="ui-dialog-title-dialog">'+ options.titleText +'</span>'+"\n";
html += ' <a href="#nogo" id="ui-lightbox-close" class="ui-dialog-titlebar-close ui-corner-all" title="'+ options.closeText +'" role="button">'+"\n";
Expand Down
2 changes: 1 addition & 1 deletion Lightbox/js/ui.ariaLightbox_min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5945797

Please sign in to comment.