[Kde-pim] [Differential] [Request, 12 lines] D1653: Remove moveCompletionPopup() hack.
dfaure (David Faure)
noreply at phabricator.kde.org
Sat May 21 11:09:08 BST 2016
dfaure created this revision.
dfaure added a reviewer: mlaurent.
Restricted Application added a project: KDE PIM.
Restricted Application added a subscriber: kde-pim.
REVISION SUMMARY
1. commit b78a77e95659 in kdelibs 4.9.2 (see bug 270473) takes
care of making KCompletionBox move/resize when the parent widget has moved/resized.
2. this hack made the completion popup not appear for me, the very first time.
After hide()+show(), isVisible() was true, but the popup wasn't actually visible
(geometry was correct though). Possibly a Qt issue, but that's what we get when
doing hacks.
Worse, this broke the Tab key to focus the next field, since the code thought
it was about tabbing through the presumed-to-be-visible completion box.
REPOSITORY
rMESSAGELIB PIM: Message Library
BRANCH
master
REVISION DETAIL
https://phabricator.kde.org/D1653
AFFECTED FILES
messagecomposer/src/recipient/recipientline.cpp
messagecomposer/src/recipient/recipientline.h
EMAIL PREFERENCES
https://phabricator.kde.org/settings/panel/emailpreferences/
To: dfaure, mlaurent
Cc: kde-pim, dvasin, winterz, smartins, vkrause, mlaurent, knauss, dvratil
_______________________________________________
KDE PIM mailing list kde-pim at kde.org
https://mail.kde.org/mailman/listinfo/kde-pim
KDE PIM home page at http://pim.kde.org/
More information about the kde-pim
mailing list