<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.kde.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.6"
          urlbase="https://bugs.kde.org/"
          
          maintainer="sysadmin@kde.org"
>

    <bug>
          <bug_id>491028</bug_id>
          
          <creation_ts>2024-07-30 14:13:23 +0000</creation_ts>
          <short_desc>Emoji grid view doesn&apos;t have a visible highlight anymore</short_desc>
          <delta_ts>2024-08-27 15:13:21 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>4</classification_id>
          <classification>Plasma</classification>
          <product>plasmashell</product>
          <component>Emoji Selector</component>
          <version>6.1.3</version>
          <rep_platform>Fedora RPMs</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>accessibility, regression, usability</keywords>
          <priority>NOR</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>1.0</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Gio">comments.frugivore</reporter>
          <assigned_to name="Plasma Bugs List">plasma-bugs-null</assigned_to>
          <cc>akselmo</cc>
    
    <cc>correo--correo+kde</cc>
    
    <cc>kde</cc>
    
    <cc>nate</cc>
    
    <cc>vonruhne</cc>
          
          <cf_commitlink>https://invent.kde.org/plasma/plasma-desktop/-/commit/e28b89a7e76c414a602e06965b2ae5a414a748e4</cf_commitlink>
          <cf_versionfixedin>6.2.0</cf_versionfixedin>
          <cf_sentryurl></cf_sentryurl>
          <votes>0</votes>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>2341315</commentid>
    <comment_count>0</comment_count>
    <who name="Gio">comments.frugivore</who>
    <bug_when>2024-07-30 14:13:23 +0000</bug_when>
    <thetext>***
Up to few versions ago it was possible to navigate through the emojis and select them using the keyboard arrows.

Now, it does not work. Only the TAB works, thus, with the keyboard is only possible to select the category.
***


Linux/KDE Plasma:  Fedora v40
(available in About System)
KDE Plasma Version:  6.1.3
KDE Frameworks Version: 6.4.0
Qt Version: 6.7.2</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2341346</commentid>
    <comment_count>1</comment_count>
    <who name="Nate Graham">nate</who>
    <bug_when>2024-07-30 16:46:05 +0000</bug_when>
    <thetext>Can confirm.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2345345</commentid>
    <comment_count>2</comment_count>
    <who name="Oded Arbel">oded</who>
    <bug_when>2024-08-13 08:36:23 +0000</bug_when>
    <thetext>*** Bug 487250 has been marked as a duplicate of this bug. ***</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2348743</commentid>
    <comment_count>3</comment_count>
    <who name="Akseli Lahtinen">akselmo</who>
    <bug_when>2024-08-26 08:14:35 +0000</bug_when>
    <thetext>For me, the focus is there, but it&apos;s just not visualized by anything. Moving with arrow keys selects an emoji, and pressing enter copies one. But user can&apos;t see which one it is.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2348744</commentid>
    <comment_count>4</comment_count>
    <who name="Bug Janitor Service">bug-janitor</who>
    <bug_when>2024-08-26 08:16:07 +0000</bug_when>
    <thetext>A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-desktop/-/merge_requests/2471</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2348818</commentid>
    <comment_count>5</comment_count>
    <who name="Gio">comments.frugivore</who>
    <bug_when>2024-08-26 15:56:15 +0000</bug_when>
    <thetext>(In reply to Akseli Lahtinen from comment #3)
&gt; For me, the focus is there, but it&apos;s just not visualized by anything. Moving
&gt; with arrow keys selects an emoji, and pressing enter copies one. But user
&gt; can&apos;t see which one it is.

True that. For me too but didn&apos;t notice before. Good catch.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2349018</commentid>
    <comment_count>6</comment_count>
    <who name="Moritz Bunkus">kde</who>
    <bug_when>2024-08-27 13:01:47 +0000</bug_when>
    <thetext>It&apos;s not entirely true. If I first use the search to narrow things down, then using the cursor keys only moves the cursor in the search bar. Hitting tab once or twice leaves me in &quot;where the heck is my focus now!?&quot; land.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2349052</commentid>
    <comment_count>7</comment_count>
    <who name="Nate Graham">nate</who>
    <bug_when>2024-08-27 15:11:43 +0000</bug_when>
    <thetext>Git commit e28b89a7e76c414a602e06965b2ae5a414a748e4 by Nate Graham, on behalf of Akseli Lahtinen.
Committed on 27/08/2024 at 15:11.
Pushed by ngraham into branch &apos;master&apos;.

emojier: Use ItemDelegate for emojiLabel highlight

The bug was not that the focus didn&apos;t work, it was that the focus was
not indicated properly.

Using ItemDelegate for emojiLabel lets us use the default highlighting
across all the delegates. We then turn the highlight on with
`GridView.isCurrentItem`.
FIXED-IN: 6.1.5

M  +12   -24   emojier/app/ui/CategoryPage.qml

https://invent.kde.org/plasma/plasma-desktop/-/commit/e28b89a7e76c414a602e06965b2ae5a414a748e4</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>