Custom Query (18300 matches)
Results (196 - 198 of 18300)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#18701 | invalid | WAI-ARIA widgets must have an accessible name | ||
Description |
add aria-label to the following: js/dijit/DropDownMenu.js js/dijit/templates/Menu.js js/dojo/dojo.js |
|||
#18700 | invalid | Dojo Stacked Bar Chart: Difference between colors of 2 stacked items is not easily noticeable | ||
Description |
I am using Dojo Stacked Bar Chart to render a report. I have added 6 series to the report. The series gets added dynamically to the report, so the number is not fixed. I am using default fill color for the series. Most of the time, the difference between the colors is not easily noticeable. Dojo should use different colors for each series. Also the colors on the legend are lighter than the one on the stacked bars. |
|||
#18699 | patchwelcome | TouchScroll - destroy method crashing on devices with touch screen | ||
Description |
On devices equiped with touch screen such as laptop for example, the destroy method of TouchScroll? class may crash due to attribute _touchScrollListeners that is undefined. |