Opened 14 months ago
Closed 14 months ago
#44 closed defect (fixed)
Don't reload current view after using the context menu
| Reported by: | Nikolaj Christensen <nikolajmd@…> | Owned by: | tbsandee |
|---|---|---|---|
| Priority: | major | Version: | 1.2.0beta |
| Keywords: | Cc: |
Description
Problem When you use the context menu to - say - add a track to the current playlist, the view is reloaded afterwards. This brings you back to the top of the list which it usually not wanted. It makes building a playlist somewhat difficult.
Repro:
Browse to a list of songs that doesn't fit one screen.
Try to add the last two songs using the context menu.
Result: After adding the first song you are back at the top of the list and has to browse to the bottom again.
Solution
Don't reload the list you can don't loose your current position.
Attachments (0)
Change History (3)
comment:1 Changed 14 months ago by tbsandee
- Owner set to tbsandee
- Status changed from new to assigned
comment:2 Changed 14 months ago by tbsandee
This bug is fixed in 1.2.3 -- at least int he scenarios you mentioned. Some of this behavior is driven by the server, as it "suggests" when to reload the lists. Sometimes its suggestion are annoying and we have chosen to override them. Sometimes we were improperly handling the menus. Either way, in my experience the behavior is much better in 1.2.3.
Will close as fixed once it is released -- please reopen and add new details if you still experience the issue.
Thanks.
comment:3 Changed 14 months ago by tbsandee
- Resolution set to fixed
- Status changed from assigned to closed

Good catch, we can improve this.