#6266 closed defect (worksforme)
dojox.fadeIn ins't working for inside dijit elements in Internet Explorer 6.0 and 7.0
Reported by: | guest | Owned by: | dante |
---|---|---|---|
Priority: | high | Milestone: | 1.2 |
Component: | Dojox | Version: | 1.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
If you're putting a widget (for example a grid or a DateTextBox?) inside a div which should be faded in using dojo.fadeIn(), the widget won't be faded but displayed all the time.
For example if you're taking the example dojox/fx/test_easing.html and putting a DateTextBox? in one of the divs:
<div id="easeIn" class="block">dojox.fx.easing.easeIn<input dojoType="dijit.form.DateTextBox?" value="2007-12-12"/></div>
The fading effect is working fine in Firefox, but in IE 6 and 7 the DateTextBox? is displayed all the time
Attachments (1)
Change History (5)
Changed 13 years ago by
Attachment: | test_easing.html added |
---|
comment:1 Changed 13 years ago by
Component: | General → fx |
---|---|
Owner: | changed from anonymous to Bryan Forbes |
comment:2 Changed 13 years ago by
Component: | fx → Dojox |
---|---|
Owner: | changed from Bryan Forbes to dante |
Summary: | dojo.fadeIn ins't working for inside dijit elements in Internet Explorer 6.0 and 7.0 → dojox.fadeIn ins't working for inside dijit elements in Internet Explorer 6.0 and 7.0 |
Oh, this is about dojox.fx
comment:3 Changed 13 years ago by
Description: | modified (diff) |
---|---|
Resolution: | → worksforme |
Status: | new → closed |
tested in ff2/ie7/safari3.1.1 the attached case, and it works for me ...
FWIW, there is no fade code in dojox.fx, it's all tied up in _base/fx.js so this would be a Base FX bug if anything. Please reopen if problem persists in trunk, but will need reassignment.
comment:4 Changed 13 years ago by
Milestone: | → 1.2 |
---|
marking tickets closed in the last three months w/blank milestone to milestone 1.2.
Hmm, not sure if this should be assigned to fx or dijit but setting to fx for now.