Bug 687877 - JQuery throws error for 'img[@src$=.png]'
Summary: JQuery throws error for 'img[@src$=.png]'
Keywords:
Status: NEW
Alias: None
Product: RHQ Project
Classification: Other
Component: Core UI
Version: 3.0.0
Hardware: Unspecified
OS: Unspecified
unspecified
low
Target Milestone: ---
: ---
Assignee: Nobody
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-03-15 16:10 UTC by Ondřej Žižka
Modified: 2022-03-31 04:28 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description Ondřej Žižka 2011-03-15 16:10:43 UTC
STR:

1) Enable JS console in Firefox
2) Show RHQ Dashboard
3) See the error:
"uncaught exception: Syntax error, unrecognized expression: [@src$=.png]"

It's in jQuery PNG fix plugin - pngfix.js line 45:

jQuery(document).ready( function() {
  jQuery('img[@src$=.png]').ifixpng();
});


Note You need to log in before you can comment on or make changes to this bug.