Ticket #6384 (closed defect: worksforme)

Opened 5 months ago

Last modified 4 months ago

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

Changed 5 months ago by guest

It applies to dijit.form.NumberTextBox? too.

Changed 4 months ago by doughays

  • status changed from new to closed
  • resolution set to worksforme
Note: See TracTickets for help on using tickets.