Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.6.3
-
Fix Version/s: 2.7.0
-
Component/s: None
-
Labels:None
-
Acceptance Test - Add?:No
Description
Default values for Preferences/Appearance/Colors cannot be overwritten through plugin
Also, Group-Chat is using hard-coded colors for To/From Nickname instead of using the defaults from Colors tab
Also, Group-Chat Windows is using Colors.White for messages background instead of using Transparent (like Chat Window)
Activity
Mircea Carasel
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
Walter Ebeling
made changes -
| Fix Version/s | 2.7.0 [ 10921 ] |
Walter Ebeling
made changes -
| Status | Resolved [ 5 ] | Closed [ 6 ] |
commited: r12577 = 18e2b12604f5f7dc1bd716ce412e6c18596fb8bb
Description:
move color defaults loading after all plugins are loaded
use ChatManager.TO_COLOR, ChatManager.FROM_COLOR instead of Color.blue or Color.red
use transparent color for text background (new Color(0,0,0,0) instead of Color.white)