[kwin] [Bug 416048] Morphing Popups effect: glitch when the size of a tooltip is reduced

2024-06-08 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=416048

Bug Janitor Service  changed:

   What|Removed |Added

 Status|CONFIRMED   |ASSIGNED

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

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

[kwin] [Bug 416048] Morphing Popups effect: glitch when the size of a tooltip is reduced

2024-05-17 Thread Timothy B
https://bugs.kde.org/show_bug.cgi?id=416048

Timothy B  changed:

   What|Removed |Added

 CC||yule2...@live.com

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

[kwin] [Bug 416048] Morphing Popups effect: glitch when the size of a tooltip is reduced

2024-03-23 Thread Lyubomir
https://bugs.kde.org/show_bug.cgi?id=416048

Lyubomir  changed:

   What|Removed |Added

 CC|liubomi...@gmail.com|

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

[kwin] [Bug 416048] Morphing Popups effect: glitch when the size of a tooltip is reduced

2024-03-23 Thread postix
https://bugs.kde.org/show_bug.cgi?id=416048

postix  changed:

   What|Removed |Added

   See Also||https://bugs.kde.org/show_b
   ||ug.cgi?id=483793

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

[kwin] [Bug 416048] Morphing Popups effect: glitch when the size of a tooltip is reduced

2024-03-19 Thread Adam Fontenot
https://bugs.kde.org/show_bug.cgi?id=416048

Adam Fontenot  changed:

   What|Removed |Added

 CC||adam.m.fontenot+kde@gmail.c
   ||om

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

[kwin] [Bug 416048] Morphing Popups effect: glitch when the size of a tooltip is reduced

2024-02-06 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=416048

--- Comment #56 from Nate Graham  ---
Hmm, well I was, but now I'm not anymore!

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

[kwin] [Bug 416048] Morphing Popups effect: glitch when the size of a tooltip is reduced

2024-02-05 Thread Guido
https://bugs.kde.org/show_bug.cgi?id=416048

--- Comment #55 from Guido  ---
(In reply to Nate Graham from comment #54)
> Right, because the bug isn't about QtWidgets tooltips. 

I am writing here because the bug I had opened was closed because it was
considered a duplicate of this one.

> The Morphing Popups
> effect doesn't apply to them.

Are you sure? When I enable the effect the problem with QTWidgets occurs, when
it is disabled it does not.

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

[kwin] [Bug 416048] Morphing Popups effect: glitch when the size of a tooltip is reduced

2024-02-05 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=416048

--- Comment #54 from Nate Graham  ---
Right, because the bug isn't about QtWidgets tooltips. The Morphing Popups
effect doesn't apply to them.

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

[kwin] [Bug 416048] Morphing Popups effect: glitch when the size of a tooltip is reduced

2024-02-05 Thread Guido
https://bugs.kde.org/show_bug.cgi?id=416048

--- Comment #53 from Guido  ---
The patch doesn't solve the problem with QTWidget Tooltips

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

[kwin] [Bug 416048] Morphing Popups effect: glitch when the size of a tooltip is reduced

2024-02-05 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=416048

--- Comment #52 from Nate Graham  ---
I can reproduce that that patch makes a big difference. Since we know there are
client-side bugs here, maybe that or that plus a little something extra might
be enough to call this fixed from a KWin perspective.

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

[kwin] [Bug 416048] Morphing Popups effect: glitch when the size of a tooltip is reduced

2024-02-01 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=416048

fanzhuyi...@gmail.com changed:

   What|Removed |Added

 CC||fanzhuyi...@gmail.com

--- Comment #51 from fanzhuyi...@gmail.com ---
(In reply to David Edmundson from comment #4)
> Does someone want to test:
> 
> diff --git a/effects/morphingpopups/package/contents/code/morphingpopups.js
> b/effects/morphingpopups/package/contents/code/morphingpopups.js
> index 838964f6e..f862af948 100644
> --- a/effects/morphingpopups/package/contents/code/morphingpopups.js
> +++ b/effects/morphingpopups/package/contents/code/morphingpopups.js
> @@ -115,7 +115,7 @@ var morphingEffect = {
>  couldRetarget = retarget(window.fadeAnimation[0], 1.0,
> morphingEffect.duration);
>  }
>  
> -if (!couldRetarget) {
> +if (true) {
>  window.fadeAnimation = animate({
>  window: window,
>  duration: morphingEffect.duration,
> 
> 
> 
> 
> 
> you should be able to mod morphingpopups.js within your installation without
> needing to rebuild kwin

For me this fixes the issue somewhat -- without the patch morphing tooltips
often end up in a broken state, with some of the content cut off; with the
patch the tooltip always end up with the correct size, though the animations
can be a bit glitchy.

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

[kwin] [Bug 416048] Morphing Popups effect: glitch when the size of a tooltip is reduced

2023-12-03 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=416048

Patrick Silva  changed:

   What|Removed |Added

 CC||jan.rathm...@gmx.de

--- Comment #50 from Patrick Silva  ---
*** Bug 477998 has been marked as a duplicate of this bug. ***

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

[kwin] [Bug 416048] Morphing Popups effect: glitch when the size of a tooltip is reduced

2023-11-10 Thread Hugo Ortega_H
https://bugs.kde.org/show_bug.cgi?id=416048

Hugo Ortega_H  changed:

   What|Removed |Added

 CC||hugor...@gmail.com

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

[kwin] [Bug 416048] Morphing Popups effect: glitch when the size of a tooltip is reduced

2023-08-22 Thread Guido
https://bugs.kde.org/show_bug.cgi?id=416048

--- Comment #49 from Guido  ---
I would like to try to exclude QTWidgets tooltips from the effect. Looking at
the documentation here
(https://techbase.kde.org/Development/Tutorials/KWin/Effects/JS_API) I
understand that there is no property to distinguish. On the other hand looking
at the fadindpopups effect I see that there is a window.popupWindow property
that is not documented, so I would need to know if there is a property like
window.QTWidgetTooltip or window.QMLTooltip that would allow to distinguish
between tooltips types.

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

[kwin] [Bug 416048] Morphing Popups effect: glitch when the size of a tooltip is reduced

2023-08-21 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=416048

Nate Graham  changed:

   What|Removed |Added

   See Also||https://bugs.kde.org/show_b
   ||ug.cgi?id=473411

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

[kwin] [Bug 416048] Morphing Popups effect: glitch when the size of a tooltip is reduced

2023-08-21 Thread Guido
https://bugs.kde.org/show_bug.cgi?id=416048

--- Comment #48 from Guido  ---
Created attachment 161096
  --> https://bugs.kde.org/attachment.cgi?id=161096=edit
QT tootips corruption

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

[kwin] [Bug 416048] Morphing Popups effect: glitch when the size of a tooltip is reduced

2023-08-21 Thread Guido
https://bugs.kde.org/show_bug.cgi?id=416048

--- Comment #47 from Guido  ---
(In reply to Nate Graham from comment #46)
> *** Bug 473411 has been marked as a duplicate of this bug. ***

Hi Nate, my bug is different. I have no problem with plasma things like panel,
etc. only on QTwidgets.

I add my video here too.

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

[kwin] [Bug 416048] Morphing Popups effect: glitch when the size of a tooltip is reduced

2023-08-21 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=416048

Nate Graham  changed:

   What|Removed |Added

 CC||guido.iod...@gmail.com

--- Comment #46 from Nate Graham  ---
*** Bug 473411 has been marked as a duplicate of this bug. ***

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

[kwin] [Bug 416048] Morphing Popups effect: glitch when the size of a tooltip is reduced

2023-08-03 Thread Guilherme Silva
https://bugs.kde.org/show_bug.cgi?id=416048

Guilherme Silva  changed:

   What|Removed |Added

 CC||oguilhe...@protonmail.com

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

[kwin] [Bug 416048] Morphing Popups effect: glitch when the size of a tooltip is reduced

2023-06-23 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=416048

Patrick Silva  changed:

   What|Removed |Added

 CC||abys...@yahoo.com

--- Comment #45 from Patrick Silva  ---
*** Bug 471360 has been marked as a duplicate of this bug. ***

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

[kwin] [Bug 416048] Morphing Popups effect: glitch when the size of a tooltip is reduced

2023-06-12 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=416048

--- Comment #44 from David Edmundson  ---
A good test is qtbase/examples/widgets/widgets/tooltips

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

[kwin] [Bug 416048] Morphing Popups effect: glitch when the size of a tooltip is reduced

2023-06-04 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=416048

Nate Graham  changed:

   What|Removed |Added

 CC||tomenglun...@gmail.com

--- Comment #43 from Nate Graham  ---
*** Bug 470463 has been marked as a duplicate of this bug. ***

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

[kwin] [Bug 416048] Morphing Popups effect: glitch when the size of a tooltip is reduced

2023-02-14 Thread Gurenko Alex
https://bugs.kde.org/show_bug.cgi?id=416048

Gurenko Alex  changed:

   What|Removed |Added

 CC||agure...@protonmail.com

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

[kwin] [Bug 416048] Morphing Popups effect: glitch when the size of a tooltip is reduced

2022-11-18 Thread ratijas
https://bugs.kde.org/show_bug.cgi?id=416048

--- Comment #42 from ratijas  ---
I found very related bug in other part of KDE: Kirigami and Plasma Icons. They
are QML components, and they are supposed to cross-fade when changed. But due
to the way they work, they assume before & after sizes are equal, so when
transitioning between e.g. rectangular and square icons, the animation isn't
smooth at all. Attempt to fix that uncovered another corner case: transitioning
from the middle of an ongoing transition, which as turned out required manual
blending with QPainter and stuff.

Different area, but very similar problem. Quite likely, they'll be both fixed
in the same way.

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

[kwin] [Bug 416048] Morphing Popups effect: glitch when the size of a tooltip is reduced

2022-11-09 Thread postix
https://bugs.kde.org/show_bug.cgi?id=416048

postix  changed:

   What|Removed |Added

   See Also||https://bugs.kde.org/show_b
   ||ug.cgi?id=461514

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

[kwin] [Bug 416048] Morphing Popups effect: glitch when the size of a tooltip is reduced

2022-11-09 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=416048

Nate Graham  changed:

   What|Removed |Added

 CC||phyl...@protonmail.com

--- Comment #41 from Nate Graham  ---
*** Bug 461632 has been marked as a duplicate of this bug. ***

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

[kwin] [Bug 416048] Morphing Popups effect: glitch when the size of a tooltip is reduced

2022-07-18 Thread postix
https://bugs.kde.org/show_bug.cgi?id=416048

postix  changed:

   What|Removed |Added

 CC||pos...@posteo.eu

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

[kwin] [Bug 416048] Morphing Popups effect: glitch when the size of a tooltip is reduced

2022-07-18 Thread postix
https://bugs.kde.org/show_bug.cgi?id=416048

postix  changed:

   What|Removed |Added

   See Also||https://bugs.kde.org/show_b
   ||ug.cgi?id=435423

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

[kwin] [Bug 416048] Morphing Popups effect: glitch when the size of a tooltip is reduced

2022-05-15 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=416048

--- Comment #40 from therealdragonof...@gmail.com ---
Created attachment 148861
  --> https://bugs.kde.org/attachment.cgi?id=148861=edit
Tooltip flickering when resizing from a window preview and a smaller tooltip

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

[kwin] [Bug 416048] Morphing Popups effect: glitch when the size of a tooltip is reduced

2022-05-15 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=416048

Patrick Silva  changed:

   What|Removed |Added

 CC||therealdragonof...@gmail.co
   ||m

--- Comment #39 from Patrick Silva  ---
*** Bug 453834 has been marked as a duplicate of this bug. ***

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

[kwin] [Bug 416048] Morphing Popups effect: glitch when the size of a tooltip is reduced

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

Nate Graham  changed:

   What|Removed |Added

 CC||iodream...@gmail.com

--- Comment #38 from Nate Graham  ---
*** Bug 448312 has been marked as a duplicate of this bug. ***

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

[kwin] [Bug 416048] Morphing Popups effect: glitch when the size of a tooltip is reduced

2022-01-22 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=416048

Patrick Silva  changed:

   What|Removed |Added

 CC||rapiteanu.cata...@gmail.com

--- Comment #37 from Patrick Silva  ---
*** Bug 448950 has been marked as a duplicate of this bug. ***

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

[kwin] [Bug 416048] Morphing Popups effect: glitch when the size of a tooltip is reduced

2022-01-20 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=416048

Nate Graham  changed:

   What|Removed |Added

   Priority|NOR |HI

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

[kwin] [Bug 416048] Morphing Popups effect: glitch when the size of a tooltip is reduced

2022-01-20 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=416048

Nate Graham  changed:

   What|Removed |Added

 CC||indecisiveautomator@gmail.c
   ||om

--- Comment #36 from Nate Graham  ---
*** Bug 448561 has been marked as a duplicate of this bug. ***

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

[kwin] [Bug 416048] Morphing Popups effect: glitch when the size of a tooltip is reduced

2021-12-29 Thread Konrad Materka
https://bugs.kde.org/show_bug.cgi?id=416048

Konrad Materka  changed:

   What|Removed |Added

 CC|mate...@gmail.com   |

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

[kwin] [Bug 416048] Morphing Popups effect: glitch when the size of a tooltip is reduced

2021-12-01 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=416048

Nate Graham  changed:

   What|Removed |Added

 CC||catcool...@gmail.com

--- Comment #35 from Nate Graham  ---
*** Bug 446327 has been marked as a duplicate of this bug. ***

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

[kwin] [Bug 416048] Morphing Popups effect: glitch when the size of a tooltip is reduced

2021-11-28 Thread ratijas
https://bugs.kde.org/show_bug.cgi?id=416048

ratijas  changed:

   What|Removed |Added

 CC||m...@ratijas.tk

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

[kwin] [Bug 416048] Morphing Popups effect: glitch when the size of a tooltip is reduced

2021-11-17 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=416048

Nate Graham  changed:

   What|Removed |Added

 Status|NEEDSINFO   |CONFIRMED
 Resolution|WAITINGFORINFO  |---

--- Comment #34 from Nate Graham  ---
OK.

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

[kwin] [Bug 416048] Morphing Popups effect: glitch when the size of a tooltip is reduced

2021-11-17 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=416048

--- Comment #33 from Patrick Silva  ---
it's still reproducible on neon unstable.

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

[kwin] [Bug 416048] Morphing Popups effect: glitch when the size of a tooltip is reduced

2021-11-17 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=416048

Nate Graham  changed:

   What|Removed |Added

 Status|CONFIRMED   |NEEDSINFO
 Resolution|--- |WAITINGFORINFO

--- Comment #32 from Nate Graham  ---
Bug 305247 was just fixed yesterday in git master and now I can no longer
reproduce the issue here. Can anyone running git master everything check as
well?

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

[kwin] [Bug 416048] Morphing Popups effect: glitch when the size of a tooltip is reduced

2021-11-12 Thread Marco Martin
https://bugs.kde.org/show_bug.cgi?id=416048

--- Comment #31 from Marco Martin  ---
Cross fading support was recently removed as part of the scene redesign work,
will eventually get back reimplemented properly

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

[kwin] [Bug 416048] Morphing Popups effect: glitch when the size of a tooltip is reduced

2021-11-12 Thread Marco Martin
https://bugs.kde.org/show_bug.cgi?id=416048

--- Comment #30 from Marco Martin  ---
Here not only morphingpopup shows this, but also maximize and fullscreen show
the same glitch (very noticeable if one sets animations to be super slow) so
seems crossfading got completely broken on kwin effects

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

[kwin] [Bug 416048] Morphing Popups effect: glitch when the size of a tooltip is reduced

2021-11-12 Thread Marco Martin
https://bugs.kde.org/show_bug.cgi?id=416048

Marco Martin  changed:

   What|Removed |Added

 CC||notm...@gmail.com

--- Comment #29 from Marco Martin  ---
what happens in this bug is that whe window contents are replaced immediately
rather than cross faded like the maximize effect (ar what this effect used to
do)

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

[kwin] [Bug 416048] Morphing Popups effect: glitch when the size of a tooltip is reduced

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

Nate Graham  changed:

   What|Removed |Added

 CC||firlaevhans.fiete@protonmai
   ||l.com

--- Comment #28 from Nate Graham  ---
*** Bug 445080 has been marked as a duplicate of this bug. ***

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

[kwin] [Bug 416048] Morphing Popups effect: glitch when the size of a tooltip is reduced

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

Nate Graham  changed:

   What|Removed |Added

 CC||mrcuve0+...@posteo.net

--- Comment #27 from Nate Graham  ---
*** Bug 444819 has been marked as a duplicate of this bug. ***

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

[kwin] [Bug 416048] Morphing Popups effect: glitch when the size of a tooltip is reduced

2021-10-18 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=416048

Nate Graham  changed:

   What|Removed |Added

 CC||abhineetmishra.technical@ou
   ||tlook.com

--- Comment #26 from Nate Graham  ---
*** Bug 443938 has been marked as a duplicate of this bug. ***

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

[kwin] [Bug 416048] Morphing Popups effect: glitch when the size of a tooltip is reduced

2021-10-14 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=416048

Patrick Silva  changed:

   What|Removed |Added

 CC||yosukematsum...@gmail.com

--- Comment #25 from Patrick Silva  ---
*** Bug 443753 has been marked as a duplicate of this bug. ***

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

[kwin] [Bug 416048] Morphing Popups effect: glitch when the size of a tooltip is reduced

2021-09-04 Thread Alex Dewar
https://bugs.kde.org/show_bug.cgi?id=416048

--- Comment #24 from Alex Dewar  ---
I've witnessed this bug in a more gross form with lattedock tooltips (see
attachment).

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

[kwin] [Bug 416048] Morphing Popups effect: glitch when the size of a tooltip is reduced

2021-09-04 Thread Alex Dewar
https://bugs.kde.org/show_bug.cgi?id=416048

Alex Dewar  changed:

   What|Removed |Added

 CC||alex.de...@gmx.co.uk

--- Comment #23 from Alex Dewar  ---
Created attachment 141286
  --> https://bugs.kde.org/attachment.cgi?id=141286=edit
Flickering tooltips with lattedock

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

[kwin] [Bug 416048] Morphing Popups effect: glitch when the size of a tooltip is reduced

2021-07-29 Thread nyanpasu64
https://bugs.kde.org/show_bug.cgi?id=416048

nyanpasu64  changed:

   What|Removed |Added

 CC||nyanpas...@tuta.io

--- Comment #22 from nyanpasu64  ---
I'm getting the same issue when moving the mouse across the taskbar. And worse
yet, I can end up with remnants of glitched tooltips on-screen, not cleared
when you move the mouse away (https://bugs.kde.org/attachment.cgi?id=140014,
see 0:12).

I was also able to create a black graphical corruption on the left side of the
screen that flickered when I moved my mouse across the icons on the right of
the panel, but I was unable to record or reproduce that issue, and it
disappeared before I could launch a screen recorder. I did manage to record a
video of a corrupted tooltip icon, rendering in the wrong spot, scaled up from
its original size, and flickering
(https://www.youtube.com/watch?v=uicwjFR3du8).

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

[kwin] [Bug 416048] Morphing Popups effect: glitch when the size of a tooltip is reduced

2021-07-29 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=416048

Nate Graham  changed:

   What|Removed |Added

 CC||kdeneon...@gmail.com

--- Comment #21 from Nate Graham  ---
*** Bug 439120 has been marked as a duplicate of this bug. ***

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

[kwin] [Bug 416048] Morphing Popups effect: glitch when the size of a tooltip is reduced

2021-05-30 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=416048

Patrick Silva  changed:

   What|Removed |Added

 CC||liubomi...@gmail.com

--- Comment #20 from Patrick Silva  ---
*** Bug 437789 has been marked as a duplicate of this bug. ***

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

[kwin] [Bug 416048] Morphing Popups effect: glitch when the size of a tooltip is reduced

2021-05-25 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=416048

torokat...@gmail.com changed:

   What|Removed |Added

 CC||torokat...@gmail.com

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

[kwin] [Bug 416048] Morphing Popups effect: glitch when the size of a tooltip is reduced

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

Nate Graham  changed:

   What|Removed |Added

 Status|REOPENED|CONFIRMED

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

[kwin] [Bug 416048] Morphing Popups effect: glitch when the size of a tooltip is reduced

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

Nate Graham  changed:

   What|Removed |Added

 CC||matejm98m...@gmail.com

--- Comment #19 from Nate Graham  ---
*** Bug 403321 has been marked as a duplicate of this bug. ***

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

[kwin] [Bug 416048] Morphing Popups effect: glitch when the size of a tooltip is reduced

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

Nate Graham  changed:

   What|Removed |Added

 CC||glifwen...@gmail.com

--- Comment #18 from Nate Graham  ---
*** Bug 433792 has been marked as a duplicate of this bug. ***

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

[kwin] [Bug 416048] Morphing Popups effect: glitch when the size of a tooltip is reduced

2021-01-29 Thread Claudius Ellsel
https://bugs.kde.org/show_bug.cgi?id=416048

--- Comment #17 from Claudius Ellsel  ---
Mh, looking at the videos here, the symptoms look different compared to
https://bugs.kde.org/show_bug.cgi?id=427127 (and this here seems to also happen
on X11). So I am not entirely sure whether that one is actually a duplicate of
this.

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

[kwin] [Bug 416048] Morphing Popups effect: glitch when the size of a tooltip is reduced

2021-01-29 Thread Claudius Ellsel
https://bugs.kde.org/show_bug.cgi?id=416048

--- Comment #16 from Claudius Ellsel  ---
*** Bug 432255 has been marked as a duplicate of this bug. ***

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

[kwin] [Bug 416048] Morphing Popups effect: glitch when the size of a tooltip is reduced

2021-01-29 Thread Claudius Ellsel
https://bugs.kde.org/show_bug.cgi?id=416048

--- Comment #15 from Claudius Ellsel  ---
Just to confirm, this only happens on Wayland as on the duplicate, correct?

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

[kwin] [Bug 416048] Morphing Popups effect: glitch when the size of a tooltip is reduced

2021-01-29 Thread Claudius Ellsel
https://bugs.kde.org/show_bug.cgi?id=416048

--- Comment #14 from Claudius Ellsel  ---
*** Bug 427127 has been marked as a duplicate of this bug. ***

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

[kwin] [Bug 416048] Morphing Popups effect: glitch when the size of a tooltip is reduced

2021-01-29 Thread Claudius Ellsel
https://bugs.kde.org/show_bug.cgi?id=416048

Claudius Ellsel  changed:

   What|Removed |Added

 CC||claudius.ell...@live.de
 Status|RESOLVED|REOPENED
 Resolution|DUPLICATE   |---

--- Comment #13 from Claudius Ellsel  ---
Since this bug is the older one and contains more information, I am reversing
the duplicate direction.

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

[kwin] [Bug 416048] Morphing Popups effect: glitch when the size of a tooltip is reduced

2020-12-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=416048

Nate Graham  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #12 from Nate Graham  ---
Pretty sure, yeah.

*** This bug has been marked as a duplicate of bug 427127 ***

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

[kwin] [Bug 416048] Morphing Popups effect: glitch when the size of a tooltip is reduced

2020-12-10 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=416048

--- Comment #11 from Patrick Silva  ---
is bug 427127 a duplicate?

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

[kwin] [Bug 416048] Morphing Popups effect: glitch when the size of a tooltip is reduced

2020-11-25 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=416048

--- Comment #10 from Vlad Zahorodnii  ---
I don't think that we can (properly) fix this bug without changing the client
side. Basically, plasmashell will have to perform a "live resize" (like on
macOS) on tooltips.

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

[kwin] [Bug 416048] Morphing Popups effect: glitch when the size of a tooltip is reduced

2020-11-24 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=416048

Nate Graham  changed:

   What|Removed |Added

 CC||iftakhar.a...@gmail.com

--- Comment #9 from Nate Graham  ---
*** Bug 427193 has been marked as a duplicate of this bug. ***

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

[kwin] [Bug 416048] Morphing Popups effect: glitch when the size of a tooltip is reduced

2020-07-14 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=416048

Nate Graham  changed:

   What|Removed |Added

  Component|System Tray |effects-various
Version|5.17.5  |git master
Product|plasmashell |kwin
   Assignee|plasma-b...@kde.org |kwin-bugs-n...@kde.org
Summary|glitch when the size of a   |Morphing Popups effect:
   |tooltip is reduced  |glitch when the size of a
   ||tooltip is reduced
   Target Milestone|1.0 |---

--- Comment #8 from Nate Graham  ---
Moving to KWin since it seems to be an issus with the Morphing Popups effect.

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