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

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.

Environment

Mac OS X 10.4.8/x86

Activity

Show:
Fixed

Priority

Assignee

Reporter

Affects versions

Fix versions

Components

Created February 14, 2007 at 8:50 AM
Updated February 15, 2007 at 8:20 AM
Resolved February 15, 2007 at 8:20 AM