SVN commit 1077930 by amantia: Add workaround for bug 216878: crash when previewing an article with NS plugins. CCBUG: 216878 M +1 -0 articleviewer.cpp --- trunk/KDE/kdepim/akregator/src/articleviewer.cpp #1077929:1077930 @@ -103,6 +103,7 @@ m_part->setDNDEnabled(true); m_part->setAutoloadImages(true); m_part->setStatusMessagesEnabled(false); + m_part->view()->setAttribute(Qt::WA_InputMethodEnabled, true); //workaround to fix 216878 // change the cursor when loading stuff... connect( m_part, SIGNAL(started(KIO::Job *)),