Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
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.