Bug 156313 - KTreeWidgetSearchLine steals return key from KLineEdit without mentioning in the docs
Summary: KTreeWidgetSearchLine steals return key from KLineEdit without mentioning in ...
Status: CONFIRMED
Alias: None
Product: kdelibs
Classification: Frameworks and Libraries
Component: kdeui (show other bugs)
Version: SVN
Platform: Unlisted Binaries Linux
: NOR normal
Target Milestone: ---
Assignee: kdelibs bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-21 16:17 UTC by Adeodato Simó
Modified: 2009-05-25 22:50 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Adeodato Simó 2008-01-21 16:17:56 UTC
KTreeWidgetSearchLine docs say that event() is reimplemented "for internal 
reaons" and that "API is not affected". However, this re-implementation steals 
the handling of the Return key from KLineEdit, meaning that the 
returnPressed() signal will not be emitted when using a KTreeWidgetSearchLine.

I think this should be mentioned somewhere, if not a switch provided to 
disable.
Comment 1 Tom Albers 2009-05-25 22:50:56 UTC
(removing myself from the cc list, as i've nothing to do with that class, i'm author of the proxy search line class, but not this one).