https://bugs.kde.org/show_bug.cgi?id=374238

--- Comment #1 from Gennady Uraltsev <gennady.uralt...@gmail.com> ---
I have done some extra investigating. 

Apparently the code for handling the key strokes relevant to this question is
in the file 
Panel/krview.cpp
while the code relevant to brief view is in 
Panel/krinterbriefview.cpp

In particular the code responsible for the classical behavior in brief view
(i.e. navigating columns) starts starting from line 145 of
"Panel/krinterbriefview.cpp" in function
void KrInterBriefView::keyPressEvent(QKeyEvent *e)

but it never gets executed! The code that DOES get executed is in function
bool KrView::handleKeyEventInt(QKeyEvent *e)
starting from line 645 of "Panel/krview.cpp"

I am no expert in programming but may it be that the KrInterBriefView class
should override the function in KrView?

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to