Re: Review Request 125443: Make tooltip dialog hidden on the cursor entering the inactive ToolTipArea

2015-10-02 Thread Takahiro Hashimoto

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

(Updated Oct. 2, 2015, 2:24 p.m.)


Status
--

This change has been marked as submitted.


Review request for Plasma.


Changes
---

Submitted with commit 64b951fab3fc0dbbb1eedd9e35eb59ddbaa6da1f by Takahiro 
Hashimoto to branch master.


Repository: plasma-framework


Description
---

Now PlasmaCore.ToolTipArea can control status of active/inactive.

When a ToolTip dialog is visible and making mouse move to another inactive 
ToolTipArea, it remains unnaturally for a while.


I attached a urgy test program to reproduce this behavior. The instruction to 
reproduce is:

1.run  qmlscene tooltip_hide.qml
2. make mouse cursor on the cell named "name1" (or any odd numbered one)
3. move the cursor to a even numberd cell like "name2"

It results the "tip1" tooltip remains for a long time (current spec is 4000ms)

I think it would be better when a mouse entered into an inatcive ToolTipArea, 
the global tooltip dialog is dismissed soon. This patch is the implementation 
of this behavior.

I cannot check all side-effect to change this behavior. Many guys adivce are 
welcomed:)

Here's my reference use case: https://git.reviewboard.kde.org/r/125402/


Diffs
-

  src/declarativeimports/core/tooltip.cpp 3ffcdba 
  tests/tooltip.qml b153188 

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


Testing
---

Apply patch and build and test on master.

Tested with my test program attached this review request. Works fine to me.


File Attachments


test program
  
https://git.reviewboard.kde.org/media/uploaded/files/2015/09/29/c1653f27-c5b2-46e4-85bb-69a9d02720c5__tooltip_hide.qml
update current tooltip test program
  
https://git.reviewboard.kde.org/media/uploaded/files/2015/09/30/2c2a8d31-c5ec-48ed-aeb1-90a2a67596f1__ss_tooltip_test.png


Thanks,

Takahiro Hashimoto

___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: Review Request 125443: Make tooltip dialog hidden on the cursor entering the inactive ToolTipArea

2015-10-02 Thread Takahiro Hashimoto


> On 10月 2, 2015, 7:56 p.m., Takahiro Hashimoto wrote:
> > How about updated pacth?
> 
> David Edmundson wrote:
> Ever so sorry, I didn't see you updated this :S
> Looks perfect.
> 
> Thanks for reminding me.

NP. Thanks again for your kind support:)


- Takahiro


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


On 9月 30, 2015, 10:48 a.m., Takahiro Hashimoto wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/125443/
> ---
> 
> (Updated 9月 30, 2015, 10:48 a.m.)
> 
> 
> Review request for Plasma.
> 
> 
> Repository: plasma-framework
> 
> 
> Description
> ---
> 
> Now PlasmaCore.ToolTipArea can control status of active/inactive.
> 
> When a ToolTip dialog is visible and making mouse move to another inactive 
> ToolTipArea, it remains unnaturally for a while.
> 
> 
> I attached a urgy test program to reproduce this behavior. The instruction to 
> reproduce is:
> 
> 1.run  qmlscene tooltip_hide.qml
> 2. make mouse cursor on the cell named "name1" (or any odd numbered one)
> 3. move the cursor to a even numberd cell like "name2"
> 
> It results the "tip1" tooltip remains for a long time (current spec is 4000ms)
> 
> I think it would be better when a mouse entered into an inatcive ToolTipArea, 
> the global tooltip dialog is dismissed soon. This patch is the implementation 
> of this behavior.
> 
> I cannot check all side-effect to change this behavior. Many guys adivce are 
> welcomed:)
> 
> Here's my reference use case: https://git.reviewboard.kde.org/r/125402/
> 
> 
> Diffs
> -
> 
>   src/declarativeimports/core/tooltip.cpp 3ffcdba 
>   tests/tooltip.qml b153188 
> 
> Diff: https://git.reviewboard.kde.org/r/125443/diff/
> 
> 
> Testing
> ---
> 
> Apply patch and build and test on master.
> 
> Tested with my test program attached this review request. Works fine to me.
> 
> 
> File Attachments
> 
> 
> test program
>   
> https://git.reviewboard.kde.org/media/uploaded/files/2015/09/29/c1653f27-c5b2-46e4-85bb-69a9d02720c5__tooltip_hide.qml
> update current tooltip test program
>   
> https://git.reviewboard.kde.org/media/uploaded/files/2015/09/30/2c2a8d31-c5ec-48ed-aeb1-90a2a67596f1__ss_tooltip_test.png
> 
> 
> Thanks,
> 
> Takahiro Hashimoto
> 
>

___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: Review Request 125443: Make tooltip dialog hidden on the cursor entering the inactive ToolTipArea

2015-10-02 Thread David Edmundson


> On Oct. 2, 2015, 10:56 a.m., Takahiro Hashimoto wrote:
> > How about updated pacth?

Ever so sorry, I didn't see you updated this :S
Looks perfect.

Thanks for reminding me.


- David


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


On Sept. 30, 2015, 1:48 a.m., Takahiro Hashimoto wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/125443/
> ---
> 
> (Updated Sept. 30, 2015, 1:48 a.m.)
> 
> 
> Review request for Plasma.
> 
> 
> Repository: plasma-framework
> 
> 
> Description
> ---
> 
> Now PlasmaCore.ToolTipArea can control status of active/inactive.
> 
> When a ToolTip dialog is visible and making mouse move to another inactive 
> ToolTipArea, it remains unnaturally for a while.
> 
> 
> I attached a urgy test program to reproduce this behavior. The instruction to 
> reproduce is:
> 
> 1.run  qmlscene tooltip_hide.qml
> 2. make mouse cursor on the cell named "name1" (or any odd numbered one)
> 3. move the cursor to a even numberd cell like "name2"
> 
> It results the "tip1" tooltip remains for a long time (current spec is 4000ms)
> 
> I think it would be better when a mouse entered into an inatcive ToolTipArea, 
> the global tooltip dialog is dismissed soon. This patch is the implementation 
> of this behavior.
> 
> I cannot check all side-effect to change this behavior. Many guys adivce are 
> welcomed:)
> 
> Here's my reference use case: https://git.reviewboard.kde.org/r/125402/
> 
> 
> Diffs
> -
> 
>   src/declarativeimports/core/tooltip.cpp 3ffcdba 
>   tests/tooltip.qml b153188 
> 
> Diff: https://git.reviewboard.kde.org/r/125443/diff/
> 
> 
> Testing
> ---
> 
> Apply patch and build and test on master.
> 
> Tested with my test program attached this review request. Works fine to me.
> 
> 
> File Attachments
> 
> 
> test program
>   
> https://git.reviewboard.kde.org/media/uploaded/files/2015/09/29/c1653f27-c5b2-46e4-85bb-69a9d02720c5__tooltip_hide.qml
> update current tooltip test program
>   
> https://git.reviewboard.kde.org/media/uploaded/files/2015/09/30/2c2a8d31-c5ec-48ed-aeb1-90a2a67596f1__ss_tooltip_test.png
> 
> 
> Thanks,
> 
> Takahiro Hashimoto
> 
>

___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: Review Request 125443: Make tooltip dialog hidden on the cursor entering the inactive ToolTipArea

2015-10-02 Thread David Edmundson

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

Ship it!


Ship It!

- David Edmundson


On Sept. 30, 2015, 1:48 a.m., Takahiro Hashimoto wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/125443/
> ---
> 
> (Updated Sept. 30, 2015, 1:48 a.m.)
> 
> 
> Review request for Plasma.
> 
> 
> Repository: plasma-framework
> 
> 
> Description
> ---
> 
> Now PlasmaCore.ToolTipArea can control status of active/inactive.
> 
> When a ToolTip dialog is visible and making mouse move to another inactive 
> ToolTipArea, it remains unnaturally for a while.
> 
> 
> I attached a urgy test program to reproduce this behavior. The instruction to 
> reproduce is:
> 
> 1.run  qmlscene tooltip_hide.qml
> 2. make mouse cursor on the cell named "name1" (or any odd numbered one)
> 3. move the cursor to a even numberd cell like "name2"
> 
> It results the "tip1" tooltip remains for a long time (current spec is 4000ms)
> 
> I think it would be better when a mouse entered into an inatcive ToolTipArea, 
> the global tooltip dialog is dismissed soon. This patch is the implementation 
> of this behavior.
> 
> I cannot check all side-effect to change this behavior. Many guys adivce are 
> welcomed:)
> 
> Here's my reference use case: https://git.reviewboard.kde.org/r/125402/
> 
> 
> Diffs
> -
> 
>   src/declarativeimports/core/tooltip.cpp 3ffcdba 
>   tests/tooltip.qml b153188 
> 
> Diff: https://git.reviewboard.kde.org/r/125443/diff/
> 
> 
> Testing
> ---
> 
> Apply patch and build and test on master.
> 
> Tested with my test program attached this review request. Works fine to me.
> 
> 
> File Attachments
> 
> 
> test program
>   
> https://git.reviewboard.kde.org/media/uploaded/files/2015/09/29/c1653f27-c5b2-46e4-85bb-69a9d02720c5__tooltip_hide.qml
> update current tooltip test program
>   
> https://git.reviewboard.kde.org/media/uploaded/files/2015/09/30/2c2a8d31-c5ec-48ed-aeb1-90a2a67596f1__ss_tooltip_test.png
> 
> 
> Thanks,
> 
> Takahiro Hashimoto
> 
>

___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: Review Request 125443: Make tooltip dialog hidden on the cursor entering the inactive ToolTipArea

2015-10-02 Thread Takahiro Hashimoto

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


How about updated pacth?

- Takahiro Hashimoto


On 9月 30, 2015, 10:48 a.m., Takahiro Hashimoto wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/125443/
> ---
> 
> (Updated 9月 30, 2015, 10:48 a.m.)
> 
> 
> Review request for Plasma.
> 
> 
> Repository: plasma-framework
> 
> 
> Description
> ---
> 
> Now PlasmaCore.ToolTipArea can control status of active/inactive.
> 
> When a ToolTip dialog is visible and making mouse move to another inactive 
> ToolTipArea, it remains unnaturally for a while.
> 
> 
> I attached a urgy test program to reproduce this behavior. The instruction to 
> reproduce is:
> 
> 1.run  qmlscene tooltip_hide.qml
> 2. make mouse cursor on the cell named "name1" (or any odd numbered one)
> 3. move the cursor to a even numberd cell like "name2"
> 
> It results the "tip1" tooltip remains for a long time (current spec is 4000ms)
> 
> I think it would be better when a mouse entered into an inatcive ToolTipArea, 
> the global tooltip dialog is dismissed soon. This patch is the implementation 
> of this behavior.
> 
> I cannot check all side-effect to change this behavior. Many guys adivce are 
> welcomed:)
> 
> Here's my reference use case: https://git.reviewboard.kde.org/r/125402/
> 
> 
> Diffs
> -
> 
>   src/declarativeimports/core/tooltip.cpp 3ffcdba 
>   tests/tooltip.qml b153188 
> 
> Diff: https://git.reviewboard.kde.org/r/125443/diff/
> 
> 
> Testing
> ---
> 
> Apply patch and build and test on master.
> 
> Tested with my test program attached this review request. Works fine to me.
> 
> 
> File Attachments
> 
> 
> test program
>   
> https://git.reviewboard.kde.org/media/uploaded/files/2015/09/29/c1653f27-c5b2-46e4-85bb-69a9d02720c5__tooltip_hide.qml
> update current tooltip test program
>   
> https://git.reviewboard.kde.org/media/uploaded/files/2015/09/30/2c2a8d31-c5ec-48ed-aeb1-90a2a67596f1__ss_tooltip_test.png
> 
> 
> Thanks,
> 
> Takahiro Hashimoto
> 
>

___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: Review Request 125443: Make tooltip dialog hidden on the cursor entering the inactive ToolTipArea

2015-09-29 Thread Takahiro Hashimoto

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

(Updated 9月 30, 2015, 10:48 a.m.)


Review request for Plasma.


Changes
---

upload tests/tooltip.qml screenshot


Repository: plasma-framework


Description
---

Now PlasmaCore.ToolTipArea can control status of active/inactive.

When a ToolTip dialog is visible and making mouse move to another inactive 
ToolTipArea, it remains unnaturally for a while.


I attached a urgy test program to reproduce this behavior. The instruction to 
reproduce is:

1.run  qmlscene tooltip_hide.qml
2. make mouse cursor on the cell named "name1" (or any odd numbered one)
3. move the cursor to a even numberd cell like "name2"

It results the "tip1" tooltip remains for a long time (current spec is 4000ms)

I think it would be better when a mouse entered into an inatcive ToolTipArea, 
the global tooltip dialog is dismissed soon. This patch is the implementation 
of this behavior.

I cannot check all side-effect to change this behavior. Many guys adivce are 
welcomed:)

Here's my reference use case: https://git.reviewboard.kde.org/r/125402/


Diffs
-

  src/declarativeimports/core/tooltip.cpp 3ffcdba 
  tests/tooltip.qml b153188 

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


Testing
---

Apply patch and build and test on master.

Tested with my test program attached this review request. Works fine to me.


File Attachments (updated)


test program
  
https://git.reviewboard.kde.org/media/uploaded/files/2015/09/29/c1653f27-c5b2-46e4-85bb-69a9d02720c5__tooltip_hide.qml
update current tooltip test program
  
https://git.reviewboard.kde.org/media/uploaded/files/2015/09/30/2c2a8d31-c5ec-48ed-aeb1-90a2a67596f1__ss_tooltip_test.png


Thanks,

Takahiro Hashimoto

___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: Review Request 125443: Make tooltip dialog hidden on the cursor entering the inactive ToolTipArea

2015-09-29 Thread Takahiro Hashimoto

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

(Updated 9月 30, 2015, 10:43 a.m.)


Review request for Plasma.


Changes
---

- Make dialog keepalive trigger simple
- Update tests/tooltip.qml for inactive ToolTipArea case.


Repository: plasma-framework


Description
---

Now PlasmaCore.ToolTipArea can control status of active/inactive.

When a ToolTip dialog is visible and making mouse move to another inactive 
ToolTipArea, it remains unnaturally for a while.


I attached a urgy test program to reproduce this behavior. The instruction to 
reproduce is:

1.run  qmlscene tooltip_hide.qml
2. make mouse cursor on the cell named "name1" (or any odd numbered one)
3. move the cursor to a even numberd cell like "name2"

It results the "tip1" tooltip remains for a long time (current spec is 4000ms)

I think it would be better when a mouse entered into an inatcive ToolTipArea, 
the global tooltip dialog is dismissed soon. This patch is the implementation 
of this behavior.

I cannot check all side-effect to change this behavior. Many guys adivce are 
welcomed:)

Here's my reference use case: https://git.reviewboard.kde.org/r/125402/


Diffs (updated)
-

  src/declarativeimports/core/tooltip.cpp 3ffcdba 
  tests/tooltip.qml b153188 

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


Testing
---

Apply patch and build and test on master.

Tested with my test program attached this review request. Works fine to me.


File Attachments


test program
  
https://git.reviewboard.kde.org/media/uploaded/files/2015/09/29/c1653f27-c5b2-46e4-85bb-69a9d02720c5__tooltip_hide.qml


Thanks,

Takahiro Hashimoto

___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: Review Request 125443: Make tooltip dialog hidden on the cursor entering the inactive ToolTipArea

2015-09-29 Thread Takahiro Hashimoto


> On 9月 30, 2015, 9:22 a.m., David Edmundson wrote:
> > src/declarativeimports/core/tooltip.cpp, line 339
> > 
> >
> > I don't think you need the dismiss, It seems we can just wrap this 
> > keepAlive line in an if(m_active) 
> > 
> > Otherwise this will have odd effect in nested ToolTipAreas even if only 
> > one is active.

Thank you for your review and comment. I agree all with you. I'd like to update 
my patch.

And I also agree with your additional comment below. I'd like to add patch for 
tooltip.qml if it's ok to include it in this change request.


- Takahiro


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


On 9月 29, 2015, 11:24 p.m., Takahiro Hashimoto wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/125443/
> ---
> 
> (Updated 9月 29, 2015, 11:24 p.m.)
> 
> 
> Review request for Plasma.
> 
> 
> Repository: plasma-framework
> 
> 
> Description
> ---
> 
> Now PlasmaCore.ToolTipArea can control status of active/inactive.
> 
> When a ToolTip dialog is visible and making mouse move to another inactive 
> ToolTipArea, it remains unnaturally for a while.
> 
> 
> I attached a urgy test program to reproduce this behavior. The instruction to 
> reproduce is:
> 
> 1.run  qmlscene tooltip_hide.qml
> 2. make mouse cursor on the cell named "name1" (or any odd numbered one)
> 3. move the cursor to a even numberd cell like "name2"
> 
> It results the "tip1" tooltip remains for a long time (current spec is 4000ms)
> 
> I think it would be better when a mouse entered into an inatcive ToolTipArea, 
> the global tooltip dialog is dismissed soon. This patch is the implementation 
> of this behavior.
> 
> I cannot check all side-effect to change this behavior. Many guys adivce are 
> welcomed:)
> 
> Here's my reference use case: https://git.reviewboard.kde.org/r/125402/
> 
> 
> Diffs
> -
> 
>   src/declarativeimports/core/tooltip.cpp 3ffcdba 
> 
> Diff: https://git.reviewboard.kde.org/r/125443/diff/
> 
> 
> Testing
> ---
> 
> Apply patch and build and test on master.
> 
> Tested with my test program attached this review request. Works fine to me.
> 
> 
> File Attachments
> 
> 
> test program
>   
> https://git.reviewboard.kde.org/media/uploaded/files/2015/09/29/c1653f27-c5b2-46e4-85bb-69a9d02720c5__tooltip_hide.qml
> 
> 
> Thanks,
> 
> Takahiro Hashimoto
> 
>

___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: Review Request 125443: Make tooltip dialog hidden on the cursor entering the inactive ToolTipArea

2015-09-29 Thread David Edmundson

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



src/declarativeimports/core/tooltip.cpp (line 339)


I don't think you need the dismiss, It seems we can just wrap this 
keepAlive line in an if(m_active) 

Otherwise this will have odd effect in nested ToolTipAreas even if only one 
is active.


Thanks for doing a test! it allowed me to test my comment above.

it'll be good to have it commited somewhere for future edits.
there's an existing tests/tooltip.qml that doesn't have any inactive areas 
maybe we can add one in the middle there?

- David Edmundson


On Sept. 29, 2015, 2:24 p.m., Takahiro Hashimoto wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/125443/
> ---
> 
> (Updated Sept. 29, 2015, 2:24 p.m.)
> 
> 
> Review request for Plasma.
> 
> 
> Repository: plasma-framework
> 
> 
> Description
> ---
> 
> Now PlasmaCore.ToolTipArea can control status of active/inactive.
> 
> When a ToolTip dialog is visible and making mouse move to another inactive 
> ToolTipArea, it remains unnaturally for a while.
> 
> 
> I attached a urgy test program to reproduce this behavior. The instruction to 
> reproduce is:
> 
> 1.run  qmlscene tooltip_hide.qml
> 2. make mouse cursor on the cell named "name1" (or any odd numbered one)
> 3. move the cursor to a even numberd cell like "name2"
> 
> It results the "tip1" tooltip remains for a long time (current spec is 4000ms)
> 
> I think it would be better when a mouse entered into an inatcive ToolTipArea, 
> the global tooltip dialog is dismissed soon. This patch is the implementation 
> of this behavior.
> 
> I cannot check all side-effect to change this behavior. Many guys adivce are 
> welcomed:)
> 
> Here's my reference use case: https://git.reviewboard.kde.org/r/125402/
> 
> 
> Diffs
> -
> 
>   src/declarativeimports/core/tooltip.cpp 3ffcdba 
> 
> Diff: https://git.reviewboard.kde.org/r/125443/diff/
> 
> 
> Testing
> ---
> 
> Apply patch and build and test on master.
> 
> Tested with my test program attached this review request. Works fine to me.
> 
> 
> File Attachments
> 
> 
> test program
>   
> https://git.reviewboard.kde.org/media/uploaded/files/2015/09/29/c1653f27-c5b2-46e4-85bb-69a9d02720c5__tooltip_hide.qml
> 
> 
> Thanks,
> 
> Takahiro Hashimoto
> 
>

___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: Review Request 125443: Make tooltip dialog hidden on the cursor entering the inactive ToolTipArea

2015-09-29 Thread Takahiro Hashimoto

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

(Updated 9月 29, 2015, 11:24 p.m.)


Review request for Plasma.


Changes
---

Add reference to my use case.


Repository: plasma-framework


Description (updated)
---

Now PlasmaCore.ToolTipArea can control status of active/inactive.

When a ToolTip dialog is visible and making mouse move to another inactive 
ToolTipArea, it remains unnaturally for a while.


I attached a urgy test program to reproduce this behavior. The instruction to 
reproduce is:

1.run  qmlscene tooltip_hide.qml
2. make mouse cursor on the cell named "name1" (or any odd numbered one)
3. move the cursor to a even numberd cell like "name2"

It results the "tip1" tooltip remains for a long time (current spec is 4000ms)

I think it would be better when a mouse entered into an inatcive ToolTipArea, 
the global tooltip dialog is dismissed soon. This patch is the implementation 
of this behavior.

I cannot check all side-effect to change this behavior. Many guys adivce are 
welcomed:)

Here's my reference use case: https://git.reviewboard.kde.org/r/125402/


Diffs
-

  src/declarativeimports/core/tooltip.cpp 3ffcdba 

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


Testing
---

Apply patch and build and test on master.

Tested with my test program attached this review request. Works fine to me.


File Attachments


test program
  
https://git.reviewboard.kde.org/media/uploaded/files/2015/09/29/c1653f27-c5b2-46e4-85bb-69a9d02720c5__tooltip_hide.qml


Thanks,

Takahiro Hashimoto

___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel