tableFilter Beta 2 bug fixes

Posted by daemach on May 26, 2007

I just realized this evening that my code management skills need some help. I inadvertently uploaded an interim build to the demo site and it’s been causing the demos to error out.

If you had to deal with a broken demo, I’m sorry - I’ll be more careful :)

The demo is here:  http://ideamill.synaptrixgroup.com/jquery/tablefilter/tabletest.htm

Trackbacks

Use this link to trackback from your own site.

Comments

Leave a response

  1. Rom'z Sat, 26 May 2007 02:20:38 Eastern Daylight Time

    I permit myslef to ask few questions…
    Why this weird attribute ‘ height=”px” ‘ in each TR. It is deprecated and an onlys one css rule could save us about 1 kb on the small demo html file and about 10kb in the large test. that’s no so negligible.

    The other question is : why is there not more documentation about the packages included into your demo page….

    The last one question is : why packed versions? It’s so hard to work with unredable stuff.

    Still a great work, but you don’t give us the tools to use it :(

    ps : still french speaker, so I apologise

  2. Heliologue Tue, 29 May 2007 10:23:15 Eastern Daylight Time

    What are the actual dependencies for the tableFilter plugin? I keep getting a “$d is undefined” error when I try to implement it.

  3. daemach Tue, 29 May 2007 21:41:44 Eastern Daylight Time

    I’m sorry - for some reason WP hasn’t been notifying me when comments are posted.

    @Rom’z - unpacked version going up tonight. I’m sorry it wasn’t sooner but the code was a mess because of my frantic search for performance improvements in IE.

    @Heliologue - $d is my support toolkit. I’ll be releasing some of those soon, but I want to change some things before I do. I’ll be making a zip available with most of the source tonight.

  4. Darin Pope Tue, 05 Jun 2007 07:25:26 Eastern Daylight Time

    I have a requirement that all images are served from a dedicated content server, not from where the application is being served.

    When I make the call:

    jQuery.noConflict();
    jQuery(document).ready(function($) {
    $(”#searchResultsTable”).tableFilter({imagePath:”http://www.mycontentserver.com/m/i”});
    });

    I get the following errors in Firebug:

    Access to restricted URI denied” code: “1012 daemachTools-packed.js
    e(null)json-packed.js (line 1)
    e(table#searchResultsTable, Object showDebug=true, undefined)jquery.tableFilte… (line 1)
    e()jquery.tableFilte… (line 1)
    e([table#searchResultsTable], function(), undefined)jquery.pack.js (line 1)
    e(function(), undefined)jquery.pack.js (line 1)
    e(Object showDebug=true, undefined)jquery.tableFilte… (line 1)
    (no name)(function())search.htm (line 77)
    e()jquery.pack.js (line 1)
    e()jquery.pack.js (line 1)
    e([function(), function(), function()], function(), undefined)jquery.pack.js (line 1)
    e()

    I second Rom’z. It would be helpful to have all the JS files released in the src directory, not just the tableFilter ones for debugging purposes.

  5. daemach Wed, 06 Jun 2007 08:21:36 Eastern Daylight Time

    I think the problem is that you are using a version of jquery that doesn’t support adding selects and colgroups to the DOM. That was a bug they fixed for 1.1.3, which is due out soon. The version of jquery I include with the plugin has the patch in place to fix that problem. Try using that version and let me know if it works - I can’t reproduce your issue with that version.

    I plan on releasing the rest of the js source, but it is in bad shape right now. As soon as I can get my head out of the project I’m working on right now I’ll get it cleaned up and released.

Comments