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.
Created attachment 24589 [details] close tabs icon problem This should help :)
I've set the priority to "HI" because it's easy to open/close tabs in this way.
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.
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
Thanks Peter.