[plasmashell] [Bug 505876] Global Menu widget unable to search

2025-07-22 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=505876

Nate Graham  changed:

   What|Removed |Added

   Version Fixed In||6.4.4

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 505876] Global Menu widget unable to search

2025-07-22 Thread Niccolò Venerandi
https://bugs.kde.org/show_bug.cgi?id=505876

Niccolò Venerandi  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas
   |ma/plasma-workspace/-/commi |ma/plasma-workspace/-/commi
   |t/5f18319f3bf15c5d923214738 |t/e1824f2f698bb360233837df1
   |50b3fbae6a2f5b5 |9473911b98c5b51

--- Comment #12 from Niccolò Venerandi  ---
Git commit e1824f2f698bb360233837df19473911b98c5b51 by Niccolò Venerandi.
Committed on 22/07/2025 at 14:43.
Pushed by niccolove into branch 'Plasma/6.4'.

Reparent menu actions to the temporarily created QMenu in global menu

Otherwise, the search action will try to manipulate the menu of the
search action, but it will only change the empty one, and not the one
that we are displaying. By reparenting we make sure that all changes
are applied to the shown menu.


(cherry picked from commit 5f18319f3bf15c5d92321473850b3fbae6a2f5b5)

Co-authored-by: Niccolò Venerandi 

M  +6-0applets/appmenu/lib/appmenuapplet.cpp

https://invent.kde.org/plasma/plasma-workspace/-/commit/e1824f2f698bb360233837df19473911b98c5b51

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 505876] Global Menu widget unable to search

2025-07-22 Thread Niccolò Venerandi
https://bugs.kde.org/show_bug.cgi?id=505876

Niccolò Venerandi  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/plas
   ||ma/plasma-workspace/-/commi
   ||t/5f18319f3bf15c5d923214738
   ||50b3fbae6a2f5b5
 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

--- Comment #11 from Niccolò Venerandi  ---
Git commit 5f18319f3bf15c5d92321473850b3fbae6a2f5b5 by Niccolò Venerandi.
Committed on 22/07/2025 at 14:42.
Pushed by niccolove into branch 'master'.

Reparent menu actions to the temporarily created QMenu in global menu

Otherwise, the search action will try to manipulate the menu of the
search action, but it will only change the empty one, and not the one
that we are displaying. By reparenting we make sure that all changes
are applied to the shown menu.

M  +6-0applets/appmenu/lib/appmenuapplet.cpp

https://invent.kde.org/plasma/plasma-workspace/-/commit/5f18319f3bf15c5d92321473850b3fbae6a2f5b5

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 505876] Global Menu widget unable to search

2025-07-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=505876

--- Comment #10 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/5693

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 505876] Global Menu widget unable to search

2025-07-18 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=505876

--- Comment #9 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/5690

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 505876] Global Menu widget unable to search

2025-07-14 Thread Antonio Rojas
https://bugs.kde.org/show_bug.cgi?id=505876

Antonio Rojas  changed:

   What|Removed |Added

 CC||[email protected]

--- Comment #8 from Antonio Rojas  ---
*** Bug 507041 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 505876] Global Menu widget unable to search

2025-07-01 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=505876

Bug Janitor Service  changed:

   What|Removed |Added

 Status|CONFIRMED   |ASSIGNED

--- Comment #7 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/5650

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 505876] Global Menu widget unable to search

2025-06-25 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=505876

--- Comment #6 from [email protected] ---
I tried putting in some debugging effort and couldn't find the cause of the
issue, but what I did find is that the AppMenuModel does appear to have the
correct internal state, including when searching in response to keyboard input.
Logging the m_currentSearchActions for each keystroke shows the correct
results. From what I can tell, the issue seems to be somewhere between adding
the actions to the searchAction menu and displaying the menu on the screen, or
signaling that the state has changed.

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 505876] Global Menu widget unable to search

2025-06-25 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=505876

Nate Graham  changed:

   What|Removed |Added

   Keywords||regression
 CC||[email protected],
   ||[email protected]
   ||, [email protected],
   ||[email protected]

--- Comment #5 from Nate Graham  ---
Can also reproduce the issue.

This widget hasn't had that many commits in the past few months:
https://invent.kde.org/plasma/plasma-workspace/-/commits/master/applets/appmenu?ref_type=heads

If it's not one of those, it could be a Qt regression.

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 505876] Global Menu widget unable to search

2025-06-25 Thread TraceyC
https://bugs.kde.org/show_bug.cgi?id=505876

--- Comment #4 from TraceyC  ---
(In reply to amy from comment #3)
> Created attachment 182618 [details]
> Screen recording of strange search behavior when re-triggering the search
> action

Thanks for the recording, I see what's happening clearly. It looks like the
menu under Search includes things from all the other menus (File, Tools, Help,
etc)

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 505876] Global Menu widget unable to search

2025-06-24 Thread TraceyC
https://bugs.kde.org/show_bug.cgi?id=505876

TraceyC  changed:

   What|Removed |Added

 CC||[email protected]
 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1

--- Comment #2 from TraceyC  ---
I tested this using a top Application Menu and Dolphin and can reproduce the
issue of search returning no results.
Search produces no results, it doesn't seem to do anything. 

I saw no other strange behavior, and was unable to reproduce the other behavior
of the Search field. Would it be possible to attach a screen shot or recording
of what you're seeing?

Reproduced on git-master and Fedora 42 6.4.10

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 505876] Global Menu widget unable to search

2025-06-24 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=505876

--- Comment #3 from [email protected] ---
Created attachment 182618
  --> https://bugs.kde.org/attachment.cgi?id=182618&action=edit
Screen recording of strange search behavior when re-triggering the search
action

Attaching a screen recording of the strange search behavior to demonstrate the
issue

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 505876] Global Menu widget unable to search

2025-06-20 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=505876

[email protected] changed:

   What|Removed |Added

   Platform|Compiled Sources|Arch Linux
  Version First|master  |6.4.0
Reported In||

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 505876] Global Menu widget unable to search

2025-06-20 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=505876

--- Comment #1 from [email protected] ---
Additionally tested on another machine before the update to 6.4.0, running Arch
Linux/KDE Plasma 6.3.5/Frameworks 6.14.0 and the search functionality worked as
expected.

-- 
You are receiving this mail because:
You are watching all bug changes.