Tk Library Source Code

View Ticket
Login
Ticket UUID: 1451784
Title: Bwidget notebook highlight looks bad on OS X
Type: Bug Version: None
Submitter: wordtech Created on: 2006-03-16 23:43:56
Subsystem: bwidget Assigned To: damonc
Priority: 5 Medium Severity:
Status: Closed Last Modified: 2009-06-29 16:10:25
Resolution: Out of Date Closed By: oehhar
    Closed on: 2009-06-29 09:10:25
Description:
The Bwidget notebook on OS X has a glitch in which the notebook tab, 
when it has focus, turns black and obscures the label. I went into 
notebook.tcl and added a switch statement with a specific color 
(LightSkyBlue) for OS X. Diff and before/after screenshots attached.
User Comments: oehhar added on 2009-06-29 16:10:24:
Kevin wrote me:
"This bug is obsolete; no action needed on it."
Bug closed, thank you.

dev_null42a added on 2006-09-27 09:17:29:
Logged In: YES 
user_id=1381097

The ugliness seems to be due to the wish interpreter
invoked.  Using wish from /usr/bin/wish8.4 (OS X 10.4.7) I
get the black background as per your screenshot.  However
when I invoked wish from fink, the notebook's
-activebackground seems to be set correctly.

wordtech added on 2006-03-17 06:46:49:

File Added - 171204: notebook.diff

wordtech added on 2006-03-17 06:46:15:

File Added - 171203: after.png

wordtech added on 2006-03-17 06:45:36:

File Deleted - 171202:

wordtech added on 2006-03-17 06:45:11:

File Added - 171202: after.png

wordtech added on 2006-03-17 06:44:39:

File Added - 171201: before.png

Attachments: