Side navigation
#7872 closed bug (invalid)
Opened December 30, 2010 02:36PM UTC
Closed January 14, 2011 07:55AM UTC
Last modified March 14, 2012 12:06AM UTC
Uncaught TypeError: Object #<an Object> has no method 'replace'
Reported by: | Cogito | Owned by: | Cogito |
---|---|---|---|
Priority: | undecided | Milestone: | 1.6 |
Component: | unfiled | Version: | 1.4.4 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
When using jScrollPane plugin in combination with Jquery-1.4.4. we got an error when we use the plugin like this:
<div class="scroll-paneHolder">
<div class="scroll-pane">
<table >
<tr>
<td>
<img src="../../gfx/a2info_.gif" alt="" />
</td>
<td>
<span class="thickbox">1 x Philips 19pfl3605/12 Led tv</span><br />
<span class="priceTag">249.-</span>
</td>
</tr>
</table>
</div>
</div>
Error:
Uncaught TypeError: Object #<an Object> has no method 'replace'
(jquery-1.4.4.min.js:4085)
When we rollback to version 1.4.3. there are no problems.
Comparing those different versions, I can see that line 4085 is introduced since 1.4.4:
query = query.replace(/\\=\\s*([^'"\\]]*)\\s*\\]/g, "='$1']");
Callstack:
Sizzle jquery-1.4.4.min.js:4085
jQuery.fn.extend.find jquery-1.4.4.min.js:4340
B jquery.jscrollpane.min.js:614
an jquery.jscrollpane.min.js:106
d jquery.jscrollpane.min.js:19
b.fn.jScrollPane jquery.jscrollpane.min.js:720
jQuery.jQuery.extend.each jquery-1.4.4.min.js:648
jQuery.jQuery.fn.jQuery.each jquery-1.4.4.min.js:272
b.fn.jScrollPane jquery.jscrollpane.min.js:714
(anonymous function) KenmerkAdviseurArtikel.aspx:131
jQuery.jQuery.extend.ready jquery-1.4.4.min.js:447
jQuery.DOMContentLoaded jquery-1.4.4.min.js:875
Attachments (0)
Change History (2)
Changed December 30, 2010 03:23PM UTC by comment:1
owner: | → Cogito |
---|---|
status: | new → pending |
Changed January 14, 2011 07:55AM UTC by comment:2
resolution: | → invalid |
---|---|
status: | pending → closed |
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!
Thanks for taking the time to contribute to the jQuery project by writing a bug report. We require that all bug reports include a valid reduced test case, which reproduces the issue you are experiencing, on http://jsfiddle.net. This enables us to more easily investigate this issue further.
You can add jsScrollPane via the add resources area on the left of jsFiddle: http://jscrollpane.googlecode.com/svn-history/r95/trunk/dist/jScrollPane-1.2.3.js
If the plugin, though, is sending an object when it should be sending a string, that's going to require a bug-report with the plugin developer.