Spark

[Mac] Starting new conversations sometimes fails to bring the message window to the front

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Minor Minor
  • Resolution: Fixed
  • Affects Version/s: 2.5.0 Beta 2
  • Fix Version/s: 2.5.0 Beta 3
  • Component/s: Mac
  • Labels:
    None
  • Environment:

    Mac OS X 10.4.8/x86

  • Acceptance Test - Add?:
    No

Description

Unless starting the conversation opens a chat window (i.e. is the first conversation) it won't bring the window to the front. Adding

if(Spark.isMac()) {
toFront();
}

at ChatFrame.java:150 (bringFrameIntoFocus) fixes this issue, but I haven't tested it thoroughly to see if it incorrectly brings it forward in other cases.

Activity

There are no comments yet on this issue.

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: