对于辅助功能,我尝试在打开后将焦点发送到Fancybox窗口.
我在Fancybox的容器上将tabindex添加到0,然后将焦点发送到它.这不起作用.
afterLoad: function() {
this.group[this.index].content.attr('tabindex','0');
this.group[this.index].content.focus();
}
Run Code Online (Sandbox Code Playgroud)
我使用NVDA(NonVisual Desktop Access)http://www.nvaccess.org/进行测试,但Chrome也可以显示焦点.
谢谢你的帮助.