Fixed
Details
Details
Priority
Assignee
Derek DeMoro
Derek DeMoroReporter
David Smith
David SmithAffects 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
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.