Ticket #6384 (closed defect: worksforme)
DateTextBox display problems
| Reported by: | guest | Owned by: | |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | Dijit | Version: | 1.1.0 |
| Severity: | major | Keywords: | |
| Cc: |
Description
When running dijit/tests/form/Form.html I've noticed badly drawn DateTextBoxes? like here: http://chimera.one.pl/shack/dojo.jpg.
It applies to nightly & 1.1.0 version. I didn't notice that on 1.0.
The fix (by tk@FreeNode? #dojo) is to set opacity after some time, e.g.: function dojofix() {
dojo.style(document.getElementById('elem'), 'opacity', .99);
} setTimeout("dojofix()", 2000);
Change History
Note: See
TracTickets for help on using
tickets.