Skip to main content

Bug Tracker

Side navigation

#6198 closed bug (worksforme)

Opened March 02, 2010 09:14AM UTC

Closed June 15, 2010 12:23AM UTC

combined selector with live() in opera

Reported by: walidaly Owned by:
Priority: Milestone: 1.4.3
Component: selector Version: 1.4.2
Keywords: Cc: masryalex@gmail.com
Blocked by: Blocking:
Description

$('a[req], :submit[req], li[req]').live('click', function(){

alert( $(this).attr('req') );

});

Error:

CSS

HTML style attribute

Unknown pseudo class

Line 1:

a[req], :submit[req], li[req]

Attachments (1)
  • Capture-6198.PNG (28.1 KB) - added by dmethvin June 15, 2010 12:24AM UTC.

    Capture of Opera console showing a *warning*.

Change History (1)

Changed June 15, 2010 12:23AM UTC by dmethvin comment:1

component: unfiledselector
resolution: → worksforme
status: newclosed

This is the Opera version of #4774. Opera's querySelectorAll is being verbose and generating a *warning* to the console, not an error. Avoiding the error would mean avoiding querySelectorAll, which would be a huge performance hit.