#6068 closed defect (invalid)
DateTextBox has transparent background
Reported by: | guest | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | 1.1 |
Component: | Dijit - Form | Version: | 1.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
I added a dijit.form.DateTextBox? widget to my form and it works, except that the popup calendar background is transparent. This makes it very hard to see because the calendar text doesn't stand out. I looked at the test sample (dijit/tests/form/test_DateTextBox.html) and it doesn't seem to be doing anything special. I removed all of my other css includes but still doesn't work.
This ticket originated with: http://www.dojotoolkit.org/forum/dijit-dijit-0-9/dijit-support/datetextbox-has-transparent-background#comment-12667
Attachments (3)
Change History (6)
Changed 14 years ago by
Attachment: | dateTextBoxTest.html added |
---|
comment:1 Changed 14 years ago by
Milestone: | → 1.1 |
---|
comment:2 Changed 14 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Add class="tundra" to your <body> tag. I suppose that even w/out that it should do something sensible, but anyway you are supposed to have some theme specified like that.
comment:3 Changed 11 years ago by
Component: | Dijit → Dijit - Form |
---|
A test html file