Bug Tracker

Opened 12 years ago

Closed 12 years ago

#8426 closed bug (invalid)

Unknown pseudo class - Opera

Reported by: anonymous Owned by: anonymous
Priority: undecided Milestone: 1.next
Component: unfiled Version: 1.5.1
Keywords: opera Cc:
Blocked by: Blocking:

Description

I was testing each browser (except IE) for the jQuery Form Plugin with a file input with multiple selection e.g.

<input type="file" name="file" multiple="multiple" />

http://uimgz.com/i/0w9m3q8O1s4L2.png

Now, when the upload is processing, Opera does nothing except thrown this strange error I've not seen before and I have no idea where it's coming from except it has used the selectors inside the form.

What is throwing this kind of error, Firefox, Chrome and Safari works well, but except Opera...

Perhaps this needs to be looked into or reported to Opera?

Change History (4)

comment:1 Changed 12 years ago by miketaylr

Owner: set to anonymous
Status: newpending

Can you provide a test case somewhere? And/or report this to Opera? https://bugs.opera.com/wizard/

comment:2 Changed 12 years ago by miketaylr

Keywords: opera added

comment:3 Changed 12 years ago by addyosmani

This ticket reminds me a lot of #7291. Because you're attempting to use custom pseudo selectors you're willingly using invalid CSS selectors which can result in warnings being output, depending on the browser. If you don’t want to see warnings, you could avoid using these. This is almost definitely an Opera related issue (imo) but I'll wait until miketaylr has had a chance to investigate further before we close.

comment:4 Changed 12 years ago by trac-o-bot

Resolution: invalid
Status: pendingclosed

Because we get so many tickets, we often need to return them to the initial reporter for more information. If that person does not reply within 14 days, the ticket will automatically be closed, and that has happened in this case. If you still are interested in pursuing this issue, feel free to add a comment with the requested information and we will be happy to reopen the ticket if it is still valid. Thanks!

Note: See TracTickets for help on using tickets.