Skip to content
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

Going from page 1 to page 2 in list blocks UI #3503

Closed
bp74 opened this issue Oct 15, 2015 · 4 comments
Closed

Going from page 1 to page 2 in list blocks UI #3503

bp74 opened this issue Oct 15, 2015 · 4 comments
Milestone

Comments

@bp74
Copy link

bp74 commented Oct 15, 2015

After updating to version 0.8 of RDM you can't switch pages in a long list. See logfile below.

RDM will show page 1 of the list (with 100 entry) and if the user selects page 2 the new entries are loaded but the loading animation will not go away and the UI is blocked.

OS: Windows 7

2015-10-15 09:55:53 : Connection: DB4 > [runCommand] type LiveScout:LiveScoutEventActions:08326adf-6bf7-b899-6f9a-9e120c3d22a6
2015-10-15 09:55:53 : Connection: DB4 > [runCommand] type LiveScout:LiveScoutEventActions:08326adf-6bf7-b899-6f9a-9e120c3d22a6 -> response received : +list
2015-10-15 09:55:53 : Connection: DB4 > [runCommand] ttl LiveScout:LiveScoutEventActions:08326adf-6bf7-b899-6f9a-9e120c3d22a6
2015-10-15 09:55:53 : Connection: DB4 > [runCommand] ttl LiveScout:LiveScoutEventActions:08326adf-6bf7-b899-6f9a-9e120c3d22a6 -> response received : 
2015-10-15 09:55:53 : Connection: DB4 > [runCommand] LLEN LiveScout:LiveScoutEventActions:08326adf-6bf7-b899-6f9a-9e120c3d22a6
2015-10-15 09:55:53 : Connection: DB4 > [runCommand] LLEN LiveScout:LiveScoutEventActions:08326adf-6bf7-b899-6f9a-9e120c3d22a6 -> response received : 
2015-10-15 09:55:53 : Connection: DB4 > [runCommand] LRANGE LiveScout:LiveScoutEventActions:08326adf-6bf7-b899-6f9a-9e120c3d22a6 0 99
2015-10-15 09:55:53 : Connection: DB4 > [runCommand] LRANGE LiveScout:LiveScoutEventActions:08326adf-6bf7-b899-6f9a-9e120c3d22a6 0 99 -> response received : Array
// user selects page 2
2015-10-15 09:56:17 : Connection: DB4 > [runCommand] LRANGE LiveScout:LiveScoutEventActions:08326adf-6bf7-b899-6f9a-9e120c3d22a6 100 199
2015-10-15 09:56:17 : Connection: DB4 > [runCommand] LRANGE LiveScout:LiveScoutEventActions:08326adf-6bf7-b899-6f9a-9e120c3d22a6 100 199 -> response received : Array
// UI shows list entry 101-200 but the loading animation blocks the UI
@bp74
Copy link
Author

bp74 commented Oct 22, 2015

It would be great if this could be fixed in 0.8.1 since this is a serious problem.

screenshot

@thoersch
Copy link

+1

@uglide
Copy link
Collaborator

uglide commented Oct 22, 2015

@bp74 @thoersch hot fix is coming on monday . Stay tunned.

@bp74
Copy link
Author

bp74 commented Oct 23, 2015

Awesome! Thanks a lot for your work on RDM!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants