Can't update view

edited March 2013 in Modules
Hello ! I'm kind of a noob regarding Fuel, but I'm facing a weird error. (Or at least that's what I think...)

Every time I try to update a view, I receive the modal window ("There is an update view file...") but I can't do nothing to update or cancel (I can't press the buttons).

Checking with firebug, I received "$(...)[0] is undefined" when executing jqModal.js on this line:

f=function(h){try{$(':input:visible',h.w)[0].focus();}catch(_){}},

I tried writing on my view just a "Hello world" text, it worked only once, but after that, every time I try to update, I receive the error and can't do nothing with it.

Any ideas of what might be causing this ?

Thank you.

Comments

  • edited 7:07PM
    Is this in the 1.0 beta or the 0.93? Also, what browser are you using?
  • edited 7:07PM
    Using 0.93 with Firefox 19.0, I tried with Chrome and no error ><, I'm going to check if it's a plugin that's causing this error, and reply back, to see if it helps some else.
Sign In or Register to comment.