Bug Tracker

Ticket #2735 (closed bug: invalid)

Opened 9 months ago

Last modified 9 months ago

[validate] Not playing nice with Multifile in IE

Reported by: oak.mcilwain Assigned to: anonymous
Type: bug Priority: major
Milestone: 1.2.4 Component: plugin
Version: 1.2.3 Keywords: jquery validation multifile
Cc: Needs: Review

Description

I am having a problem using the validation plug-in with the MultiFile? plug-in.

I have reduced it to the most simple instance here:

http://www.tengo.com.au/test/test.html

As you can see, the text "Please enter a value less than or equal to 9." appears next to the file input even though there is no validation associated with it.

It would be really nice for these to work together as I can see many times it would be useful!

[validate] [MultiFile?]

Attachments

Change History

Changed 9 months ago by davidserduke

  • owner set to paul
  • component changed from core to ui

Changed 9 months ago by paul

  • owner deleted
  • component changed from ui to plugin

Changed 9 months ago by joern

  • status changed from new to closed
  • resolution set to invalid

I can't reproduce the issue, please reopen with a better testcase.

One potential issue I see is the class of the accept-attribute on the file input and the accept-method of the validation plugin. The latter should be renamed in any case to avoid conflicts.

Note: See TracTickets for help on using tickets.