Review Request 127753: [toolbutton] Tool button disappear when move fast hover from him to task item in taskmanager

Anthony Fieroni bvbfan at abv.bg
Thu Apr 28 07:13:36 UTC 2016


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/127753/
-----------------------------------------------------------

(Updated Април 28, 2016, 10:13 преди обяд)


Review request for Plasma, Kai Uwe Broulik and David Rosca.


Changes
-------

It has notice one frame 'glitch' resize in tooltip transition from model.IsLauncher to !model.IsLauncher in Task.qml. I can't understaind who makes the resize
QShowEvent(Show, 0x7ffc7bec4ce0) ToolTip_QML_179(0x4556d10) // <------------- this is (model.IsLauncher == true)
QExposeEvent(QRegion(0,0 376x77)) ToolTip_QML_179(0x4556d10)

QExposeEvent(QRegion(0,0 376x180)) ToolTip_QML_179(0x45b5f60) // <------------ transitions to (model.IsLauncher != true)
QResizeEvent(376, 180) ToolTip_QML_179(0x45b5f60)             // <------------ someome makes resize (new height-old height) 253-77 this is WRONG
QMoveEvent(109,554) ToolTip_QML_179(0x45b5f60)
QResizeEvent(376, 253) ToolTip_QML_179(0x45b5f60) // <-------------------- exactly the new height 253
QMoveEvent(109,481) ToolTip_QML_179(0x45b5f60)
QMoveEvent(109,554) ToolTip_QML_179(0x45b5f60)
QMoveEvent(109,481) ToolTip_QML_179(0x45b5f60)
QExposeEvent(QRegion(0,0 376x253)) ToolTip_QML_179(0x45b5f60)
QMouseEvent(MouseMove, localPos=167,201, screenPos=276,755) ToolTip_QML_179(0x45b5f60)
QExposeEvent(QRegion(0,0 376x253)) ToolTip_QML_179(0x45b5f60)
QHideEvent(Hide, 0x7ffc7bec4d10) ToolTip_QML_179(0x45b5f60)
QExposeEvent(QRegion(null)) ToolTip_QML_179(0x45b5f60)


Repository: plasma-desktop


Description
-------

I have no idea why 'enabled: visible' did that work


Diffs
-----

  applets/taskmanager/package/contents/ui/ToolTipDelegate.qml 383c4a4 

Diff: https://git.reviewboard.kde.org/r/127753/diff/


Testing
-------

Tool button is drawed correctly


File Attachments (updated)
----------------

Move mouse pointer fast from here to taskmanager item
  https://git.reviewboard.kde.org/media/uploaded/files/2016/04/27/382fc7df-83c8-4555-9952-5cc3f4c1a637__Screenshot_20160427_111049.png
toolbutton disappear
  https://git.reviewboard.kde.org/media/uploaded/files/2016/04/27/4459dbb7-83f6-49f1-b412-bd3a3b514044__Screenshot_20160427_111017.png
Screenshot_20160428_100159.png
  https://git.reviewboard.kde.org/media/uploaded/files/2016/04/28/84cf7fb4-6b18-40eb-bb8b-8c796375300f__Screenshot_20160428_100159.png


Thanks,

Anthony Fieroni

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/plasma-devel/attachments/20160428/26753e20/attachment.html>


More information about the Plasma-devel mailing list