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

Display of focused item is confusing when displayed next to the query #1373

Open
tomsquest opened this issue Mar 12, 2024 · 4 comments
Open
Assignees

Comments

@tomsquest
Copy link
Contributor

Package source

official package, ubuntu, v0.23.0

App report

Albert version: 0.23.0
           Build date: Mar  4 2024 13:27:29
           Qt version: 6.2.4
            Build ABI: x86_64-little_endian-lp64
   Build architecture: x86_64
     CPU architecture: x86_64
          Kernel type: linux
       Kernel version: 6.5.0-25-generic
                   OS: Ubuntu 22.04.4 LTS
              OS type: ubuntu
           OS version: 22.04
        Platform name: xcb
           Style name: fusion
     Available styles: Windows, Fusion
           Icon theme: breeze
                 Font: Noto Sans,9,-1,5,400,0,0,0,0,0,0,0,0,0,0,1
             Language: English
               Locale: en_US
      Binary location: /usr/bin/albert
          Working dir: /home/tom
            Arguments: albert
                $LANG: en_US.UTF-8
$QT_QPA_PLATFORMTHEME: 
                $PATH: /home/tom/bin:/home/tom/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
               $SHELL: /bin/zsh
    $XDG_SESSION_TYPE: x11
 $XDG_CURRENT_DESKTOP: KDE
     $DESKTOP_SESSION: plasma
 $XDG_SESSION_DESKTOP: KDE

Current Behavior

When using Albert, the input query is confusing with the selected entry.

For example, here I am using the Numix theme, and type vial.
Albert is showing **"Vial" right next to vial **

image

With the default palette:

image

Expected Behavior

I think Albert appends the description of the selected item to the right of the input with the same style (font, size) as the input, which makes it confusing.

Anything else?

No response

@tomsquest tomsquest changed the title Display of focused selection is consufing Display of focused item is confusing when displayed next to the query Mar 12, 2024
@ManuelSchneid3r
Copy link
Member

This is the input action/completion text. If you hit tab it will replace the input with this text. What would you suggest? Do you want it to not be visible at all?

@tomsquest
Copy link
Contributor Author

I would make it not visible at all.

Reasoning:

  1. The first items is de facto the one that will be run on Enter
  2. Google autocomplete does not do it
    image

@Glint-Eye
Copy link

I also find this quite distracting. I'd suggest adjusting the opacity for this "Tab completion preview". And maybe an option to turn it off completely.
Personally I never use tab completion. I can see a use for a preview while navigating folders, but usually my folder paths to the desired destination are so long, that I can't even see the end of it in the preview and to verify the correct folder of a desired file I usually look at the path in the results list.

@ManuelSchneid3r
Copy link
Member

Currently I am evaluating the frontend design options. I recently decided to go with widgets only but it's that time consuming and the limitations are plain frustrating that I consider reintroducing QML again. I will take this into account.

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

No branches or pull requests

3 participants