mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 23:35:58 +03:00
[GH-ISSUE #247] Enforcing client selection in ListView #115
Labels
No labels
bug
bug
cant-reproduce
discussion
duplicate
easy
enhancement
help wanted
improvement
invalid
need more info
pull-request
question
wont-add
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Quasar#115
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ghost on GitHub (May 31, 2015).
Original GitHub issue: https://github.com/quasar/Quasar/issues/247
Would it be feasible to enforce that all clients that have been sent a command remain selected, or are forced to remain selected?
Not sure why this is happening, but in a scenario with 100 clients selected, sending disconnect command to all, sometimes it will un-select the most top portion of clients, and the remaining clients in the listview at the bottom will be sent the command.
I'm selecting the clients by pressing (shift + end) starting from the top. The most bottom portion of the clients in sight, in the listview, will be sent the command while the top portion will de-select.
this doesn't happen consistently, and I'm not doing anything differently when it happens. It just happens randomly
@ghost commented on GitHub (May 31, 2015):
Nevermind. This is happening after sending a command to all clients to open a form. For example: selecting all clients -> opening remote desktop -> opens 100 remote desktop forms. After that, only a portion of the clients remain selected