-
Notifications
You must be signed in to change notification settings - Fork 33
Description
If you hover over the bus selection and rapidly select and deselect routes that do not currently have tracking data, you can create a backed up stream of error messages that will all eventually come through, flooding the user with a confusing sequential history of their bus selections in the form of error messages.
E.g.
At 1:00 AM, select the 6 and the 7.
Deselect the 6.
Select the 6.
Deselect the 7
Select the 7.
Deselect both.
Select the 7 then the 6.
You'll slowly get all the error messages for all the intermediate states, f
No tracking data available for routes: 6
No tracking data available for routes: 7
No tracking data available for routes: 6, 7
No tracking data available for routes: 7
No tracking data available for routes: 6, 7
No tracking data available for routes: 6,
No tracking data available for routes: 6, 7
No tracking data available for routes: 7
No tracking data available for routes: 6, 7
The delay is such that there's no correlation between what's currently selected and what error message displays, which can be very confusing.