| Summary: | [PATCH] Annoying switch in multiple chats in one chat window | ||
|---|---|---|---|
| Product: | [Unmaintained] kopete | Reporter: | Heiko Schaefer <heiko> |
| Component: | Chat Window | Assignee: | Kopete Developers <kopete-bugs-null> |
| Status: | RESOLVED WAITINGFORINFO | ||
| Severity: | wishlist | CC: | jussi.kekkonen, lamarque |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | openSUSE | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | Don't switch tabs while chatting | ||
|
Description
Heiko Schaefer
2006-04-18 10:46:03 UTC
I use the most recent SVN version of Kopete. No solution, just for the records: The custom chat notification simply calls Kopete::MetaContact::execute(), that's exactly the same as clicking on a meta contact. This explains why the newly opened chat gets the focus and no configuration option will prevent it. What about an extra check in Contact::execute() if the contact is already openened in a tab in the chat window? If so, don't raise, only highlight the tab header. Created attachment 15740 [details]
Don't switch tabs while chatting
This tiny patch makes the chat window doesn't switch to another tab while
chatting, i.e. while the chat window is active and has the keyboard focus.
Please check and modify if neccessary.
this is a duplicate of bug #122606 *** Bug 122606 has been marked as a duplicate of this bug. *** Does this problem happen in KDE 4.6.1? |