[virgilio] Mouse click doesn't actually select items
Bug #957021 reported by
upkpk
This bug affects 3 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Synapse |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
Steps to reproduce:
- Show Synapse's window by hitting <Super>+Space
- Hit down arrow or type any query
- Select an item in the list by clicking on it
- Hit Enter to oen the selected item
What is expected? What happens instead?
Hitting enter should run the selected launcher/open the selected file. Instead, it opens the item that was previously selected with the arrow keys (in the case I described, the first item in the list)
I feel like this could be corrected when the dev team starts working on https:/
Thanks for your time and work
Edit: synapse 0.2.8.2-1 in Debian Testing
Related branches
lp://staging/~jeremy-munsch/synapse-project/fix-mouse-navigation
- Rico Tzschichholz: Approve
-
Diff: 126 lines (+41/-15)5 files modifiedsrc/ui/controller.vala (+4/-0)
src/ui/interfaces.vala (+3/-0)
src/ui/view-base.vala (+19/-12)
src/ui/view-virgilio.vala (+4/-0)
src/ui/widgets-matchlistview.vala (+11/-3)
Changed in synapse-project: | |
status: | New → Confirmed |
description: | updated |
summary: |
- Mouse click doesn't actually select items + [virgilio] Mouse click doesn't actually select items |
To post a comment you must log in.
I'm unable to reproduce what you described, the correct result gets activated here... Perhaps try with 0.2.10?