Bug 161500

Summary: dolphin "close tab" icon works too much
Product: [Applications] dolphin Reporter: FiNeX <finex>
Component: generalAssignee: Peter Penz <peter.penz19>
Status: RESOLVED FIXED    
Severity: normal CC: amantia, finex
Priority: HI    
Version: 16.12.2   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: close tabs icon problem

Description FiNeX 2008-05-01 16:04:29 UTC
Version:           Revision 802927 (using Devel)
Installed from:    Compiled sources
OS:                Linux

This bug is hard to explain, a picture will explain better than words.
Anyway:
1) start dolphin
2) open some tabs
3) open a new tab double clicking on the free space after tabs exactly where the "close tab" icon will appear after the tab creation

The new tab is opened and closed immediatly. It seems the click action trigger the "close tab" action.
Comment 1 FiNeX 2008-05-01 16:05:12 UTC
Created attachment 24589 [details]
close tabs icon problem

This should help :)
Comment 2 FiNeX 2008-05-01 16:06:04 UTC
I've set the priority to "HI" because it's easy to open/close tabs in this way.
Comment 3 András Manţia 2008-05-06 08:59:18 UTC
Similar happens if there are many tabs opened, and you click on the last, partially visible tab. If you click on the place where the close button will appear after the tab becomes completely visible, the tab is closed.
Comment 4 Peter Penz 2008-05-07 20:56:42 UTC
SVN commit 805161 by ppenz:

Fixed issue that the tab gets accidentally closed if the mouse cursor is above the close button during the release-event, although the close button got no pressed-event.

(if similar kind of issues happen in future, it might me better to implement the close buttons as own widgets)

BUG: 161500

 M  +6 -2      ktabbar.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=805161
Comment 5 FiNeX 2008-05-12 10:32:21 UTC
Thanks Peter.