## Prerequisites
To display weather forecast, enable the following prefs:
browser.newtabpage.activity-stream.widgets.system.enabled
browser.newtabpage.activity-stream.widgets.system.weatherForecast.enabled
browser.newtabpage.activity-stream.system.showWeather
browser.newtabpage.activity-stream.weather.display === "detailed"
## STR:
1. Turn on NVDA
2. Ensure that the weather widget is in the detailed view
3. Using the `TAB` key, move focus to the menu button aligned to the right of the city
## Actual:
When NVDA reached the menu button in the detailed view of the weather widget, the output is: '_clickable button collapsed subMenu_'
## Expected:
A label should be added to the menu button with the value of 'More options' or something similar
Bug 2021903 Comment 0 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
## Prerequisites
To display weather forecast, enable the following prefs:
browser.newtabpage.activity-stream.widgets.system.enabled
browser.newtabpage.activity-stream.widgets.system.weatherForecast.enabled
browser.newtabpage.activity-stream.system.showWeather
browser.newtabpage.activity-stream.weather.display === "detailed"
## STR:
1. Turn on NVDA
2. Open Nightly
3. Ensure that the weather widget is in the detailed view
4. Using the `TAB` key, move focus to the menu button aligned to the right of the city
## Actual:
When NVDA reached the menu button in the detailed view of the weather widget, the output is: '_clickable button collapsed subMenu_'
## Expected:
A label should be added to the menu button with the value of 'More options' or something similar