[Kopete-bugs] [Bug 165183] New: proper focus when changing metacontact

Stephan Diederich stephan.diederich at googlemail.com
Sat Jun 28 12:03:44 CEST 2008


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=165183         
           Summary: proper focus when changing metacontact
           Product: kopete
           Version: unspecified
          Platform: Compiled Sources
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: wishlist
          Priority: NOR
         Component: general
        AssignedTo: kopete-bugs kde org
        ReportedBy: stephan.diederich googlemail com


Version:            (using Devel)
Installed from:    Compiled sources
OS:                Linux

When changing the metacontact through right-click-> <PROTOCOL> ->"Change Metacontact" a popup appears which does not have keyboard focus in the search field.
Would be great to see this fixed.

Thanks in advance,
Stephan

The following line seems to fix it.

Index: kopete/libkopete/ui/metacontactselectorwidget.cpp
===================================================================
--- kopete/libkopete/ui/metacontactselectorwidget.cpp   (revision 825360)
+++ kopete/libkopete/ui/metacontactselectorwidget.cpp   (working copy)
 @ -206,6 +206,7  @
        connect( Kopete::ContactList::self(), SIGNAL( metaContactAdded( Kopete::MetaContact * ) ), this, SLOT( slotLoadMetaContacts() ) );

        d->widget->kListViewSearchLine->setListView(d->widget->metaContactListView);
+       d->widget->kListViewSearchLine->setFocus();
        d->widget->metaContactListView->setFullWidth( true );
        d->widget->metaContactListView->addColumn( i18n( "Contacts" ), 0 );
        d->widget->metaContactListView->header()->hide();


More information about the Kopete-bugs mailing list