vhochstein / active_scaffold

Rails 4 Version of activescaffold supporting jquery
MIT License
156 stars 34 forks source link

Search -> JS Error: Syntax error, unrecognized expression: [object Object]:first *:input[type!=hidden]:first #201

Closed dlepage closed 8 years ago

dlepage commented 11 years ago

Steps :

Error: Syntax error, unrecognized expression: [object Object]:first *:input[type!=hidden]:first

Workaround :

In active_scaffold.js, comment line :

$(form_element + ":first *:input[type!=hidden]:first").focus();

vhochstein commented 11 years ago

Im surprised that still someone is using my fork. :-)

I ve just pushed some changes I ve made already to support jquery 1.8...

Hope that helps.

dlepage commented 11 years ago

Fixed. Many thanks !

By the way, Are you still using your branch ? :) (Do you recommand me to switch to the 'official' branch ?)

vhochstein commented 11 years ago

Well, Sergio has merged many of the new features I ve added to my fork. And currently he seems to have much more spare time for activescaffold. I do not agree with every design decision in core and that s why I prefer to stay with my fork.

You can for sure stay with my fork, but you might have to get your hands yourself wet in case of issues. Sergio gives you currently a better care paket. :-)

BTW: Nearly all my projects are still with rails 3.0 or rails 3.1 does my fork work well with rails 3.2 ?

dlepage commented 11 years ago

Ok nice. I'll stay with your fork.

With your last commits, I'm running your fork with rails 3.2.9 without any problem.

On 2012-11-21, at 12:36, Volker Hochstein notifications@github.com wrote:

Well, Sergio has merged many of the new features I ve added to my fork. And currently he seems to have much more spare time for activescaffold. I do not agree with every design decision in core and that s why I prefer to stay with my fork.

You can for sure stay with my fork, but you might have to get your hands yourself wet in case of issues. Sergio gives you currently a better care paket. :-)

BTW: Nearly all my projects are still with rails 3.0 or rails 3.1 does my fork work well with rails 3.2 ?

— Reply to this email directly or view it on GitHub.