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

2011-11-20 Thread Lenny Primak (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/TAP5-1697?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=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




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

2011-11-20 Thread Lenny Primak (Commented) (JIRA)

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

Lenny Primak commented on TAP5-1697:


Actually, this happens on Windows in any browser, not just IE.

 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




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

2011-10-19 Thread Hudson (Commented) (JIRA)

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

Hudson commented on TAP5-1697:
--

Integrated in tapestry-trunk-freestyle #590 (See 
[https://builds.apache.org/job/tapestry-trunk-freestyle/590/])
TAP5-1697: Datepicker color/style problem only on WebKit/Mac browsers

hlship : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1186343
Files : 
* 
/tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry5/datepicker_106/css/datepicker.css


 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




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

2011-10-13 Thread Josh Canfield (Commented) (JIRA)

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

Josh Canfield commented on TAP5-1697:
-

The problem is the datapicker.css uses system colors which for some
reason result as black on black.
http://www.w3.org/TR/CSS2/ui.html#system-colors

It's supposed to make the datepicker match your system colors.
http://www.iangraham.org/books/xhtml1/appd/update-23feb2000.html

The two classes that are used in the header are:
ActiveCaption for the background
CaptionText for the text

Both of these are Black on webkit on the Mac.

 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
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




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

2011-10-13 Thread Lenny Primak (Commented) (JIRA)

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

Lenny Primak commented on TAP5-1697:


Looks like these are deprecated now.
Should I look for a workaround or would Tapestry fix this at some point?

 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
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




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

2011-10-13 Thread Lenny Primak (Commented) (JIRA)

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

Lenny Primak commented on TAP5-1697:


Workaround: oIn one of the CSS files, put the following:

DIV.datePicker .header {
background: Window;
}


 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
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