-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Flickering ui on 2.2.0 #708
Comments
hmm, Do you know if it happens in 2.1.4 as well before the UI and tag handling changes? I'll take a look too. |
Doesn't happen in 2.1.4. |
+1, still a problem in 2.3 |
I was able to re-create this in the NEXT branch with Firefox on OSX |
Ah, I can recreate it too. Ick. Working it now. |
manolama
added a commit
to manolama/opentsdb
that referenced
this issue
Sep 18, 2016
browsers can cause an infinite loop of loading. Now we sort after parsing and before calling the API so it's determinant.
manolama
added a commit
that referenced
this issue
Sep 18, 2016
browsers can cause an infinite loop of loading. Now we sort after parsing and before calling the API so it's determinant. Signed-off-by: Chris Larsen <clarsen@yahoo-inc.com>
ollie314
added a commit
to sis-cats/opentsdb
that referenced
this issue
Sep 30, 2016
Fix OpenTSDB#708 where the sorting order of filters would change in some
johann8384
pushed a commit
to johann8384/opentsdb
that referenced
this issue
Dec 5, 2016
browsers can cause an infinite loop of loading. Now we sort after parsing and before calling the API so it's determinant. Signed-off-by: Chris Larsen <clarsen@yahoo-inc.com>
katameru
pushed a commit
to katameru/opentsdb
that referenced
this issue
Jan 23, 2017
The implemented Comparable interface was very inconsistent, leading to randomly sorted lists.
This is still a problem in 2.3.0, I prepared a PR. |
manolama
pushed a commit
to manolama/opentsdb
that referenced
this issue
May 14, 2017
Fix OpenTSDB#708 by using better comparisons The implemented Comparable interface was very inconsistent, leading to randomly sorted lists.
manolama
pushed a commit
that referenced
this issue
May 14, 2017
Fix #708 by using better comparisons The implemented Comparable interface was very inconsistent, leading to randomly sorted lists. Signed-off-by: Chris Larsen <clarsen@yahoo-inc.com>
manolama
pushed a commit
that referenced
this issue
May 14, 2017
Fix #708 by using better comparisons The implemented Comparable interface was very inconsistent, leading to randomly sorted lists. Signed-off-by: Chris Larsen <clarsen@yahoo-inc.com>
manolama
pushed a commit
that referenced
this issue
May 14, 2017
Fix #708 by using better comparisons The implemented Comparable interface was very inconsistent, leading to randomly sorted lists. Signed-off-by: Chris Larsen <clarsen@yahoo-inc.com>
dprime
pushed a commit
to longshotsyndicate/opentsdb
that referenced
this issue
Feb 19, 2018
Fix OpenTSDB#708 by using better comparisons The implemented Comparable interface was very inconsistent, leading to randomly sorted lists. Signed-off-by: Chris Larsen <clarsen@yahoo-inc.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hiya,
Got an odd bug when using Firefox on Windows on 2.2.0. Just open this link:
http://:4242/#start=2h-ago&m=sum:rate:tsd.rpc.received%7Btype=put,host=*%7D&o=&yrange=%5B0:%5D&key=top%20center&wxh=1800x1000&style=linespoint
What happens is that the page loads, updates the url, but with the tags the other way round, whereupon it loads again, rendering the tags the other way round, updates the url with the tags back the first way, updates the url..... ad infinitum.
Works fine in Chrome.
Cheers
Simon
The text was updated successfully, but these errors were encountered: