mozilla / telemetry-dashboard

Web-frontend for aggregated telemetry data
telemetry.mozilla.org
Other
89 stars 113 forks source link

Release channel links load previously selected aggregates #590

Open fbertsch opened 5 years ago

fbertsch commented 5 years ago

STR:

  1. Open TMO, navigate to release-channel probe (e.g. HTTP_TRANSACTION_IS_SSL)
  2. Close the page
  3. Navigate to https://mzl.la/2TfNNrR (WEBFONT_COMPRESSION_WOFF2)

Expected result: Opens the release channel 63 WEBFONT_COMPRESSION_WOFF2 histogram

Actual Result: Opens HTTP_TRANSACTION_IS_SSL

chutten commented 5 years ago

If you have the devtools open, I get the Expected result. Maybe some weird timing thing between Telemetry init and... y'know, I'm not sure what it would be racing.

hardik25 commented 5 years ago

@chutten @fbertsch

I have observed this problem to be still present while fixing issue #609. I would like to work on this issue. Could you please assign me this bug? Thanks!