[
https://issues.apache.org/jira/browse/TAP5-1799?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13173623#comment-13173623
]
Lenny Primak commented on TAP5-1799:
------------------------------------
This appears in MS-Windows environment too.
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;
}
> DateField color/style problem only on WebKit/Mac browsers
> ---------------------------------------------------------
>
> Key: TAP5-1799
> URL: https://issues.apache.org/jira/browse/TAP5-1799
> 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
>
> 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