Jive Software Open Source

  • Log In Access more options
    • Online Help
    • Keyboard Shortcuts
    • About JIRA
    • JIRA Credits
    • What’s New
  • Dashboards Access more options (Alt+d)
  • Projects Access more options (Alt+p)
  • Issues Access more options (Alt+i)
  • Spark
  • SPARK-637

BUZZ highlight chat tab

  • Log In
  • Views
    • XML
    • Word
    • Printable

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Minor Minor
  • Resolution: Fixed
  • Affects Version/s: 2.5.0 Beta 4
  • Fix Version/s: 2.6.0
  • Component/s: General
  • Labels:
    None
  • Acceptance Test - Add?:
    No

Description

Having many Chat tabs open, when you receive a BUZZ it shakes but the associated tab does highlight.

How to reproduce it:
. User A chats with user B and C.
. User A is looking the tab B.
. User C sends A a BUZZ.
Result: User A shakes but do not highlight tab C.

Issue Links

is related to

Improvement - An improvement or enhancement to an existing feature or task. SPARK-533 Buzz feature improvements

  • Major - Major loss of function.
  • Closed - The issue is considered finished, the resolution is correct. Issues which are not closed can be reopened.

Activity

Ascending order - Click to sort in descending order
  • All
  • Comments
  • Work Log
  • History
  • Activity
Hide
Permalink
Michael Will (cstux) added a comment - 05/05/08 12:26 PM

— ../../SubVersion/spark/src/java/org/jivesoftware/sparkimpl/plugin/alerts/BuzzPlugin.java 2008-04-23 09:32:38.000000000 +0200
+++ src/java/org/jivesoftware/sparkimpl/plugin/alerts/BuzzPlugin.java 2008-05-05 13:19:34.000000000 +0200
@@ -119,6 +119,7 @@
ChatFrame chatFrame = SparkManager.getChatManager().getChatContainer().getChatFrame();
if (chatFrame != null && chatFrame.isVisible()) { chatFrame.buzz(); + SparkManager.getChatManager().getChatContainer().activateChatRoom(room); }

// Insert offline message

Show
Michael Will (cstux) added a comment - 05/05/08 12:26 PM — ../../SubVersion/spark/src/java/org/jivesoftware/sparkimpl/plugin/alerts/BuzzPlugin.java 2008-04-23 09:32:38.000000000 +0200 +++ src/java/org/jivesoftware/sparkimpl/plugin/alerts/BuzzPlugin.java 2008-05-05 13:19:34.000000000 +0200 @@ -119,6 +119,7 @@ ChatFrame chatFrame = SparkManager.getChatManager().getChatContainer().getChatFrame(); if (chatFrame != null && chatFrame.isVisible()) { chatFrame.buzz(); + SparkManager.getChatManager().getChatContainer().activateChatRoom(room); } // Insert offline message
Hide
Permalink
wroot added a comment - 05/05/08 12:29 PM

Michael, if this is a patch, i believe you should sign a contributor agreement. Though, maybe such small change could be incorporated without that.

Show
wroot added a comment - 05/05/08 12:29 PM Michael, if this is a patch, i believe you should sign a contributor agreement. Though, maybe such small change could be incorporated without that.
Hide
Permalink
Michael Will (cstux) added a comment - 05/05/08 12:54 PM

Yes, this is a patch,
How can i do that?

Show
Michael Will (cstux) added a comment - 05/05/08 12:54 PM Yes, this is a patch, How can i do that?
Hide
Permalink
wroot added a comment - 05/05/08 01:00 PM

http://www.igniterealtime.org/community/docs/DOC-1495 or you can try contacting Daniel at daniel.henninger@jivesoftware.com

Show
wroot added a comment - 05/05/08 01:00 PM http://www.igniterealtime.org/community/docs/DOC-1495 or you can try contacting Daniel at daniel.henninger@jivesoftware.com
Hide
Permalink
Daniel Henninger added a comment - 05/06/08 05:07 PM

Fixed with patch from cstux.

Show
Daniel Henninger added a comment - 05/06/08 05:07 PM Fixed with patch from cstux.

People

  • Assignee:
    Daniel Henninger
    Reporter:
    Francisco Vives
Vote (2)
Watch (0)

Dates

  • Created:
    03/28/07 02:59 AM
    Updated:
    05/06/08 05:07 PM
    Resolved:
    05/06/08 05:07 PM
  • Atlassian JIRA (v5.0.4#731-sha1:3aa7374)
  • Report a problem
  • Powered by a free Atlassian JIRA open source license for igniterealtime.org. Try JIRA - bug tracking software for your team.