#8667 closed defect (fixed)
FileUploader: fileMask is ignored on first load
Reported by: | coldfire22x | Owned by: | Mike Wilcox |
---|---|---|---|
Priority: | high | Milestone: | 1.3 |
Component: | DojoX Form | Version: | 1.3.0b1 |
Keywords: | FileUploader fileMask | Cc: | |
Blocked By: | Blocking: |
Description
Tested against both 1.3.0b1 and this nightly build: dojo-2009-02-16.tar.gz.
On first load, the test page does not appear to have a fileMask applied; All Files are selectable despite having a fileMask specified (dojox/form/tests/test_FileUploader.html). After refreshing the page, the fileMask takes effect.
After clearing the browser cache and reloading the page, the fileMask is once again gone until subsequent refreshes.
Have also tested with the attached
Attachments (1)
Change History (5)
Changed 13 years ago by
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
Owner: | changed from dante to Mike Wilcox |
---|
comment:3 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:4 Changed 13 years ago by
Milestone: | tbd → 1.3 |
---|
batch move of tickets marked 'tbd' fixed in the 1.3 timeframe
Note: See
TracTickets for help on using
tickets.
Additionally, in a more complex scenario, I have a FileUploader? which never seems to apply the fileMask. Just noting this until I have the chance to narrow it down and attach a way to replicate.