#6384 closed defect (worksforme)
DateTextBox display problems
Reported by: | guest | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Dijit - Form | Version: | 1.1.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
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 [email protected]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 (3)
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
I ran
http://archive.dojotoolkit.org/nightly/dojotoolkit/dijit/tests/form/Form.html
using IE7 and I don't see a problem.
comment:3 Changed 10 years ago by
Component: | Dijit → Dijit - Form |
---|
Note: See
TracTickets for help on using
tickets.
It applies to dijit.form.NumberTextBox? too.