Bug 330126

Summary: tooltips sometimes hover the inline-renaming
Product: [Applications] dolphin Reporter: H.H. <cyberbeat>
Component: view-engine: tooltipAssignee: Dolphin Bug Assignee <dolphin-bugs-null>
Status: RESOLVED FIXED    
Severity: normal CC: emmanuelpescosta099
Priority: NOR    
Version: 4.12.0   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed In: 4.12.2

Description H.H. 2014-01-18 14:26:04 UTC
when I mark a file for inline-renaming, then immediatly move the mouse pointer a little bit up hovering a file above, then the showing tooltip hovers the inline-renaming, and I first have to abort the renaming-operation, and start again.

tooltips should hide when inline-editing is active.

Reproducible: Always
Comment 1 Frank Reininghaus 2014-01-18 16:43:07 UTC
Thanks for the bug report. I agree that the tool tip should be hidden when an item is being renamed.
Comment 2 Emmanuel Pescosta 2014-01-20 13:36:45 UTC
Review-Request: https://git.reviewboard.kde.org/r/115146/
Comment 3 Emmanuel Pescosta 2014-01-20 16:48:17 UTC
Git commit 8007143f341f3728ec6232542c13535d745561eb by Emmanuel Pescosta.
Committed on 20/01/2014 at 16:41.
Pushed by emmanuelp into branch 'KDE/4.12'.

Don't show tooltips while inline-renaming.

FIXED-IN: 4.12.2
REVIEW: 115146

M  +2    -0    dolphin/src/views/dolphinview.cpp

http://commits.kde.org/kde-baseapps/8007143f341f3728ec6232542c13535d745561eb
Comment 4 H.H. 2014-01-20 19:51:35 UTC
thats great! thanks!