History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: SPARK-549
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Derek DeMoro
Reporter: David Smith
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Spark

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

Created: 02/13/07 06:50 PM   Updated: 02/14/07 06:20 PM
Component/s: Mac
Affects Version/s: 2.5.0 Beta 2
Fix Version/s: 2.5.0 Beta 3

Time Tracking:
Not Specified

Environment: Mac OS X 10.4.8/x86

Support Plan Customer Issue: No
Resolution Date: 02/14/07 06:20 PM
Acceptance Test - Add?: No


 Description  « Hide
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.



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
There are no comments yet on this issue.