- Posts: 443
- Thank you received: 36
Problem with myServer6 interface
- Nillaz
- Topic Author
- Offline
- User
-
Less
More
4 months 2 hours ago #4855
by Nillaz
Problem with myServer6 interface was created by Nillaz
I've had a lot going on recently so haven't been messing with myServer very much, but since I had some time on my hands today I decided to do some housekeeping. After updating pretty much everything I'm having an issue in the drivers sections. Some of my drivers have dozens of items in the list. If I go to a device near the bottom of the list and hit the twirly in order to expand that device's variables the myServer interface window isn't expanding along with it so I can't scroll down far enough to see the variables. Other sections like my IR database the twirly works as expected.
Is this something that I might be able to fix myself or is this something that Allonis has to address on their end?
Is this something that I might be able to fix myself or is this something that Allonis has to address on their end?
Please Log in to join the conversation.
- David Li
- Offline
- Admin
-
Less
More
- Posts: 1019
- Thank you received: 99
3 months 4 weeks ago #4861
by David Li
Replied by David Li on topic Problem with myServer6 interface
If I am understanding, Tab down through the interface. I have seen what I am thinking you are saying and that is a workaround.
Please Log in to join the conversation.
- Nillaz
- Topic Author
- Offline
- User
-
Less
More
- Posts: 443
- Thank you received: 36
3 months 4 weeks ago #4862
by Nillaz
Replied by Nillaz on topic Problem with myServer6 interface
That kind of works, but doesn't necessarily allow me to move down far enough to see all of the variables associated with a device at or near the bottom of the list.
Any chance that we could get a fix for this?
Any chance that we could get a fix for this?
Please Log in to join the conversation.
- Nillaz
- Topic Author
- Offline
- User
-
Less
More
- Posts: 443
- Thank you received: 36
3 months 1 week ago #4910
by Nillaz
Replied by Nillaz on topic Problem with myServer6 interface
I saw that there was an update for myServer today and just installed it. Unfortunately this hasn't been fixed. Can we get an update that addresses this?
Please Log in to join the conversation.
- Nillaz
- Topic Author
- Offline
- User
-
Less
More
- Posts: 443
- Thank you received: 36
2 months 2 weeks ago #4943
by Nillaz
Replied by Nillaz on topic Problem with myServer6 interface
I got tired of dealing with this so I decided to do something about it today. I thought that it was a rendering problem but it's actually because myServer uses Kendo UI to fake virtual scrollbars and it needs to refactor the amount of scrolling travel when you twirl down an item. That calculation is based on the number of rows in the grid * the (fixed) height of the rows, and for items near the bottom of the list that math ain't mathing correctly. The scrollbar runs out of travel and you can't see anything below the fold.
For now I've installed the Tampermonkey extension in Chrome and installed a script that runs whenever I navigate to myServer's IP address. The script disables the virtual scrollbars in favor of native scroll bars. Now I can access the variables for items at the bottom of long device lists in the driver sections without having to filter by device ID.
To be clear, this isn't a fix. It's a local browser hack. A permanent fix will require Allonis to reconfigure these grids as non virtual so the variable rows expand correctly for everyone.
For now I've installed the Tampermonkey extension in Chrome and installed a script that runs whenever I navigate to myServer's IP address. The script disables the virtual scrollbars in favor of native scroll bars. Now I can access the variables for items at the bottom of long device lists in the driver sections without having to filter by device ID.
To be clear, this isn't a fix. It's a local browser hack. A permanent fix will require Allonis to reconfigure these grids as non virtual so the variable rows expand correctly for everyone.
The following user(s) said Thank You: andrew
Please Log in to join the conversation.
- davep
- Offline
- Admin
-
Less
More
- Posts: 367
- Thank you received: 96
2 months 2 weeks ago #4944
by davep
Replied by davep on topic Problem with myServer6 interface
If I understand the problem you describe it's been one that had bugged me for a long time. So today I fixed it. The server I just pushed has the fix in it. You may have to flash browser cache as it involves JavaScript changes.
The following user(s) said Thank You: Nillaz
Please Log in to join the conversation.
Time to create page: 0.190 seconds