Skip to main content

Bug Tracker

Side navigation

#2735 closed bug (invalid)

Opened April 23, 2008 02:38AM UTC

Closed April 28, 2008 01:16PM UTC

[validate] Not playing nice with Multifile in IE

Reported by: oak.mcilwain Owned by:
Priority: major Milestone: 1.2.4
Component: plugin Version: 1.2.3
Keywords: jquery validation multifile Cc:
Blocked by: Blocking:
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 (0)
Change History (3)

Changed April 23, 2008 06:25AM UTC by davidserduke comment:1

component: coreui
owner: → paul

Changed April 23, 2008 09:45AM UTC by paul comment:2

component: uiplugin
owner: paul

Changed April 28, 2008 01:16PM UTC by joern comment:3

resolution: → invalid
status: newclosed

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.