TabContainer: clicking scroll left/right buttons gives them focus (FF)
On FF try clicking the scroll-right button on the scrolling tabs. It gets focus on FF. IE doesn't get focus.
This is different behavior than 1.4 although maybe it doesn't matter much either way since it doesn't affect keyboard users.
The node getting focus is
<div id="topTabs_tablist_leftBtn" class="dijitTabInnerDiv" dojoattachpoint="innerDiv,focusNode" wairole="presentation" role="presentation" style="-moz-user-select: none;" aria-disabled="true">
Change History (6)
Resolution: |
→ fixed
|
Status: |
new →
closed
|
Resolution: |
fixed
|
Status: |
closed →
reopened
|
Resolution: |
→ fixed
|
Status: |
reopened →
closed
|
(In [22187]) Fix a number of TabContainer issues related to close icon:
The main change was to make the close icon a sibling of the label, rather than nested inside of the closeButton span. This avoids browser bugs on webkit and IE. Also stopped using an <img> tag to display the icon since that has issues with the title/alt attributes on IE6/7.