power-media / prado3

Automatically exported from code.google.com/p/prado3
Other
0 stars 0 forks source link

Proposal for little improvement on TActiveFileUpload #488

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I would like to suggest to comment line 77 of file :

framework/Web/Javascripts/source/prado/activefileupload/activefileupload.js

The line is :

this.input.value = '';   

and should be commented (IMHO) :

//this.input.value = '';

on function finishCallBack.

This has the effect of NOT erasing the input field of the input file component, 
so not hiding the filename of the uploaded file on succesful uploads. I think 
this is an improvement because the user can see the filename of the file he/she 
has selected, and the "upload succesful" icon on the right.

Original issue reported on code.google.com by marco.ba...@gmail.com on 1 Oct 2013 at 9:56

GoogleCodeExporter commented 8 years ago
Please note that you are posting in a dead bugtracker: 
https://code.google.com/p/prado3/wiki/Issues?tm=3

Original comment by ctrlal...@gmail.com on 1 Oct 2013 at 10:12

GoogleCodeExporter commented 8 years ago
Moved to github: https://github.com/pradosoft/prado/issues

Original comment by ctrlal...@gmail.com on 1 Oct 2013 at 10:14