Adium

Ticket #4708 (closed defect: fixed)

Opened 2 years ago

Last modified 1 year ago

Wrong text color in Advanced preferences

Reported by: boredzo Assigned to: nobody
Priority: low Milestone: Good idea for "later"
Component: Adium UI Version: 1.0b5
Severity: trivial Keywords: incorrect wrong font color
Cc: Patch:
Pending:

Description (Last modified by boredzo)

When you click on the Advanced prefs, the pane that's selected by default is shown in black text rather than white.

Attachments

advancedprefs.png (82.2 kB) - added by boredzo on 07/17/2006 04:19:56 AM.
Example.

Change History

07/17/2006 04:19:56 AM changed by boredzo

  • attachment advancedprefs.png added.

Example.

07/17/2006 06:17:22 AM changed by boredzo

  • version changed from 1.0b4 to 1.0b5.
  • description changed.

I should point out that when I select a different sub-pane, the text is drawn in white then.

07/28/2006 04:08:00 AM changed by edr1084

  • milestone set to Adium X 1.0.

07/30/2006 07:46:18 PM changed by tick

  • milestone changed from Adium X 1.0 to Sometime after 1.0.

04/07/2007 09:27:28 PM changed by evands

  • status changed from new to closed.
  • resolution set to fixed.

(In [19325]) Reworked how the preferences window is generated and displayed.

  • We now use Matt Gemmell's SS_PrefsController (http://mattgemmell.com/ - updates to readme, etc. to follow) to dynamically generate the preferences window. There are some Adium-specific modifications to it, a fix for initial-selection, and the ability to include separators.
    • The preferences window can now allow resizing on a per-view basis if we want to do that. Refs #4380
    • The window will size both horizontally and vertically as necessary to display preferences. This should fix #6248.
    • AIAdvancedPreferencePane is now the superclass for advanced preferences.
    • The accounts pane is now first and separated from the rest by a separator. Fixes #6190.
  • Preferences nibs now have full control over their display. Any border between the view and the edge of the window is specified by that nib. This makes further modifications to the prefs much less finicky. Refs #1882.
  • The Advanced preferences UI now uses a source list. In the process, a minor drawing bug was corrected. Fixes #4708
  • Message history preferences are now in General. The advanced preferences for it have been removed from that pane. The behavior can be customized via the Customize button next to the checkbox. Fixes #6682.
  • General now utilizes bindings for most of its preferences.