Closed rysi3k closed 9 years ago
Hello, There are still some "meaningless" method names in XSLTForms due to its ancestor project and it is difficult to read source lines and immediately recognize the class of an object.
Being the worse case, the evaluate method had to be renamed and it was just maintained to catch missed replacements with an alert. Could you please use a browser debugger, add a breakpoint for the alert instruction then get corresponding source line for the call to be renamed?
Thank you in advance!
This call is in line 12437 http://scr.hu/1b8d/pqw9z in XsltForms_upload.prototype.change i think the same call is in XsltForms_upload.prototype.directclick in 12330
This has be fixed in latest commit.
Thanks!
Hello, I have that field:
XSLTForms renders that field propertly but after select file there there are alert with "Error". I have fixed this with modifing
XsltForms_binding.prototype.evaluate
to that:I don't know it's ok? it's bug or I missed something?
Regards