This has always been bugging me, as I have been developing an in house 
app for our office, and we are all macs. Seen this on ticket #971.

 Turns out the problem is with the default style sheet, 
calendar-system.css Got some odd values (ButtonShadow, ButtonHighlight 
etc) that I guess Safari doesn't understand.

A work around is simple enough, subclass CalendarDatePicker and use a 
different style sheet:


from turbogears.widgets.base import CSSLink, static

class SafariSafeCalendarWidget( widgets.CalendarDatePicker ):
    css = [CSSLink(static, "calendar/calendar-blue.css")]


All seems to be working now in Safari 1.32 & 3.0.2. Maybe we could just 
choose a different default style sheet (calendar-blue.css looks ok to 
me) and close ticket #971.

Howard Porter.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to