Summary: | dolphin "close tab" icon works too much | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | FiNeX <finex> |
Component: | general | Assignee: | 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: | ||
Sentry Crash Report: | |||
Attachments: | close tabs icon problem |
Description
FiNeX
2008-05-01 16:04:29 UTC
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. |