You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by "Lenny Primak (Commented) (JIRA)" <ji...@apache.org> on 2011/11/20 20:07:51 UTC

[jira] [Commented] (TAP5-1697) Datepicker color/style problem only on WebKit/Mac browsers

    [ https://issues.apache.org/jira/browse/TAP5-1697?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13153849#comment-13153849 ] 

Lenny Primak commented on TAP5-1697:
------------------------------------

The following monkey-patch resolves the problem:

DIV.datePicker td .topLabel {
    color: WindowText;
}

------------------ patch datepicker.css -------------- (sorry still don't know how to official patches)
.datePicker td .topLabel {
-    color: CaptionText;
+    color: WindowText;
    display: block;
    font-weight: bold !important;
    width: 100%;
    text-decoration: none;
}
                
> Datepicker color/style problem only on WebKit/Mac browsers
> ----------------------------------------------------------
>
>                 Key: TAP5-1697
>                 URL: https://issues.apache.org/jira/browse/TAP5-1697
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.3, 5.2.5, 5.2.6
>            Reporter: Lenny Primak
>            Assignee: Howard M. Lewis Ship
>            Priority: Minor
>             Fix For: 5.3
>
>
> As you can see, on Safari & Crome (Webkit) on a Mac, the datepicker top bar is black, thus the month/year is missing:
> Screenshots are posted...
> http://hope.nyc.ny.us/~lprimak/images/PastedGraphic-1.tiff
> On all other browsers (Firefox in this example), it's properly displayed:
> http://hope.nyc.ny.us/~lprimak/images/PastedGraphic-2.tiff
> Also, weirdly enough it works properly on the iPhone/iPad.
> I am using T5.3beta18

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira