[konversation] [Bug 437584] Saving channel list locks up GUI, but keyboard still works
bugzilla_noreply at kde.org
bugzilla_noreply at kde.org
Fri Apr 4 19:02:39 BST 2025
https://bugs.kde.org/show_bug.cgi?id=437584
ulterno at gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Ever confirmed|0 |1
Status|REPORTED |CONFIRMED
--- Comment #2 from ulterno at gmail.com ---
Confirmed problem in master branch.
PROBING
In function: void ChannelListPanel::saveList()
- this variable is : ChannelListPanel('address', name="ChannelListWidgetUI")
- this->parentWidget() : QStackedWidget('address',
name="qt_tabwidget_stackedwidget")
For QFileDialog::getSaveFileName( )
- Setting the option (i.e. the last argument of type QFileDialog::Options) to
QFileDialog::DontUseNativeDialog, hence invoking the Qt File dialog, is a
functioning workaround
- Passing this->parentWidget() as the parent parameter (1st argument) makes the
System File dialog work properly with kio 6.12.0-1
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Konversation-devel
mailing list