Summary: | Dolphin preferences / Navigation / [ ] Open archives as folder can't be checked | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Szczepan Hołyszewski <rulatir> |
Component: | general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 16.12.2 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/dolphin/389c909affddb127b2e7af35422c21e55c0485b9 | Version Fixed In: | 15.08.1 |
Sentry Crash Report: |
Description
Szczepan Hołyszewski
2015-06-14 12:53:43 UTC
Thanks for the bug report. I can reproduce exactly the opposite problem: I could enable the checkbox, but disabling it does not work. This is definitely a bug. I just noticed I can tab to the checbox and toggle it with space bar, yay for workarounds! Yes, indeed, selecting it with Tab and pressing Space works. Sometimes it also works for me when I click the text next to the checkbox (but not the checkbox itself). I looked at the source and could not see any difference in the way the different checkboxes are set up. Very strange bug. The next idea would be to use gdb and set a breakpoint in the Qt code that should handle the mouse clicks. This new QML thingie being HTML/CSS-ish, my distant web developer background suggests to first check if the "Navigation" heading isn't the one receiving these clicks and mousemoves instead. Git commit 389c909affddb127b2e7af35422c21e55c0485b9 by Emmanuel Pescosta. Committed on 07/09/2015 at 20:57. Pushed by emmanuelp into branch 'Applications/15.08'. Remove the dummy widget, which assured that the dialog layout was not stretched vertically (vbox align top does the same), to make the uncheckable "Open archives as folder" checkbox checkable again. FIXED-IN: 15.08.1 REVIEW: 125077 M +0 -5 src/settings/navigation/navigationsettingspage.cpp http://commits.kde.org/dolphin/389c909affddb127b2e7af35422c21e55c0485b9 |