-
Notifications
You must be signed in to change notification settings - Fork 12
ReferenceError: thd is not defined #28
Comments
Do you have an example demo which shows this problem? |
Filter toolbar is not displayed without any errors. jQgrid 4.7 work good.
|
Brilliant :). I'll take a look next week unless someone beats me to it! |
Maybe my changes may have not be re-applied well after the folders revert, since i had remove thd. |
Sorry @himiklab , but are you sure that you really uses jqGrid 4.7? If you would open I suspect that you use the current version of jqGrid from Best regards |
Yes, i use current version Thanks! |
It seems I overlooked one line when I re-applied the search toolbar patch. Should be fixed now. |
P.S.: It would be cool to turn the code sample above into a unit test (basic smoketest, just see that no error is thrown) |
In last release. Error disappeared, but the panel does not appear. |
It's a css bug. Necessary css has not been applied. |
Fixed in pull request : commit : https://github.com/bouks/grid.js/commit/21f3592afaae100abb09d4c1f361149ae489b380 |
Pull accepted, I guess this can be closed now. |
Better, but still not working. <div class="ui-search-box">
<span class="ui-search-input" style="display: none;">
<input id="gs_language" type="text" value="" name="language">
</span>
<span class="ui-search-clear">
<a class="clearsearchclass" title="Clear Search Value">x</a>
</span>
</div> Problem in |
No. That's because i didn't push the min dist css, i only pushed the less file. I'll do it quickly. Sorry. |
@bouks I don't think that's the issue. I've created a demo on my machine and I can reproduce the problem with a brand new build. |
@meh-uk have you used the modified css in the less file ? It works on my tables. |
Yeah it's with the latest code. |
@meh-uk I've send you by email my css file after lessc. Test with it. It works perfect in my projects. FF, IE11 and Chrome tested |
Be aware of your navigator's cache. :) |
It is definitely still a problem! Perhaps you use search operators, if you do then it will work. |
What do you mean by "Perhaps you use search operators" ? |
If the searchOperator option is set to true, then it would all display as you'd expect. I've fixed the problem and I'm about to commit. |
Its now fixed in 05f1446 |
@himiklab let me know if you have any more problems :). |
I just fixed the bug and see you do.Thanks. :) |
Thanks! But another question. :) In the original jqgrid width of the search field was the same as the width of the column, it is now fixed. |
Can you file a new issue please? |
Does not work filterToolbar, gives an error:
The text was updated successfully, but these errors were encountered: