[plasmashell] [Bug 434675] Copying text from notifications does not work on Wayland

2021-08-16 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=434675

Nate Graham  changed:

   What|Removed |Added

   Version Fixed In||5.23

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

[plasmashell] [Bug 434675] Copying text from notifications does not work on Wayland

2021-08-16 Thread David Redondo
https://bugs.kde.org/show_bug.cgi?id=434675

David Redondo  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/plas
   ||ma/plasma-workspace/commit/
   ||60ff1e04e40765f5c28b5f6ab0c
   ||953840549ffa1
 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED

--- Comment #8 from David Redondo  ---
Git commit 60ff1e04e40765f5c28b5f6ab0c953840549ffa1 by David Redondo.
Committed on 16/08/2021 at 14:30.
Pushed by davidre into branch 'master'.

Let the notification take focus when interacted with

On wayland we need focus to copy to the clipboard.
As we don't want the notification to take focus indiscriminately,
it listens to mouse events of its children and only accepts focus
if it sees a button press. When  the cursor leaves the popup again,
everything is reset.
Related: bug 408507

M  +12   -2applets/notifications/package/contents/ui/NotificationPopup.qml

https://invent.kde.org/plasma/plasma-workspace/commit/60ff1e04e40765f5c28b5f6ab0c953840549ffa1

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

[plasmashell] [Bug 434675] Copying text from notifications does not work on Wayland

2021-08-13 Thread deadite66
https://bugs.kde.org/show_bug.cgi?id=434675

deadite66  changed:

   What|Removed |Added

 CC||lee295...@gmail.com

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

[plasmashell] [Bug 434675] Copying text from notifications does not work on Wayland

2021-08-11 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=434675

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

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

[plasmashell] [Bug 434675] Copying text from notifications does not work on Wayland

2021-08-04 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=434675

Bug Janitor Service  changed:

   What|Removed |Added

 Status|CONFIRMED   |ASSIGNED

--- Comment #6 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/plasma/kwayland-server/-/merge_requests/272

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

[plasmashell] [Bug 434675] Copying text from notifications does not work on Wayland

2021-06-28 Thread smit
https://bugs.kde.org/show_bug.cgi?id=434675

smit  changed:

   What|Removed |Added

 CC||smit1...@gmail.com

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

[plasmashell] [Bug 434675] Copying text from notifications does not work on Wayland

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

m.w...@web.de changed:

   What|Removed |Added

 CC||m.w...@web.de

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

[plasmashell] [Bug 434675] Copying text from notifications does not work on Wayland

2021-06-24 Thread soredake
https://bugs.kde.org/show_bug.cgi?id=434675

soredake  changed:

   What|Removed |Added

 CC||ndrzj1...@relay.firefox.com

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

[plasmashell] [Bug 434675] Copying text from notifications does not work on Wayland

2021-06-20 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=434675

--- Comment #5 from Kai Uwe Broulik  ---
Probably because the notification window never gets focus and on Wayland only
windows that have focus can interact with the clipboard.

Maybe we can abuse the inline reply thing and once you open the context menu
let the popup get focus because at this point you clearly wanted to interact
with it anyway.

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

[plasmashell] [Bug 434675] Copying text from notifications does not work on Wayland

2021-05-04 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=434675

--- Comment #4 from Nate Graham  ---
(In reply to Alex from comment #3)
> I can also reproduce this, on Fedora 34 with Plasma 5.21.4.
> 
> (In reply to Aleix Pol from comment #2)
> > I don't get to select the text at all.
> > 
> > Are you sure this is supposed to work?
> 
> I can select the body text, but not the title text. So with the example of
> `notify-send foo bar`, "bar" is selectable, and right clicking on it brings
> up a context menu with a Copy option.
> 
> Since 3 people are able to reproduce this, I'll mark this bug as confirmed.
I can confirm all of those things.

The title not being selectable is not a wayland-specific bug though, as it
happens on X11 too.

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

[plasmashell] [Bug 434675] Copying text from notifications does not work on Wayland

2021-05-02 Thread Alex
https://bugs.kde.org/show_bug.cgi?id=434675

Alex  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1

--- Comment #3 from Alex  ---
I can also reproduce this, on Fedora 34 with Plasma 5.21.4.

(In reply to Aleix Pol from comment #2)
> I don't get to select the text at all.
> 
> Are you sure this is supposed to work?

I can select the body text, but not the title text. So with the example of
`notify-send foo bar`, "bar" is selectable, and right clicking on it brings up
a context menu with a Copy option.

Since 3 people are able to reproduce this, I'll mark this bug as confirmed.

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

[plasmashell] [Bug 434675] Copying text from notifications does not work on Wayland

2021-04-29 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=434675

Aleix Pol  changed:

   What|Removed |Added

 CC||aleix...@kde.org

--- Comment #2 from Aleix Pol  ---
I don't get to select the text at all.

Are you sure this is supposed to work?

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

[plasmashell] [Bug 434675] Copying text from notifications does not work on Wayland

2021-04-29 Thread Armin
https://bugs.kde.org/show_bug.cgi?id=434675

Armin  changed:

   What|Removed |Added

 CC||dkxl...@gmail.com

--- Comment #1 from Armin  ---
I can also reproduce this bug on my Fedora 34 (KDE spin) system.

SOFTWARE/OS VERSIONS
OS: Fedora 
Kernel: x86_64 Linux 5.11.15-300.fc34.x86_64
DE: KDE 5.80.0 / Plasma 5.21.4

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

[plasmashell] [Bug 434675] Copying text from notifications does not work on Wayland

2021-04-22 Thread Nick Cross
https://bugs.kde.org/show_bug.cgi?id=434675

Nick Cross  changed:

   What|Removed |Added

 CC||k...@goots.org

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

[plasmashell] [Bug 434675] Copying text from notifications does not work on Wayland

2021-04-15 Thread Alex
https://bugs.kde.org/show_bug.cgi?id=434675

Alex  changed:

   What|Removed |Added

 CC||alex...@protonmail.com

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

[plasmashell] [Bug 434675] Copying text from notifications does not work on Wayland

2021-03-20 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=434675

Nate Graham  changed:

   What|Removed |Added

   Keywords||wayland

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