Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

submit button not working with gumby

  • 2 답장
  • 3 이 문제를 만남
  • 4 보기
  • 최종 답변자: sjoshid

more options

I am using Gumby (http://gumbyframework.com/) on our home page. The page is very simple with no fancy js. In Gumby there is a submit button (http://gumbyframework.com/docs/ui-kit/#!/buttons) which lets you ..... well, submit forms. Not in FF!! When I click 'Submit' nothing happens. I do see bunch of css errors but after reading other answers I am going to ignore them. The same page works on chrome (and supposedly on IE)

I am using Gumby (http://gumbyframework.com/) on our home page. The page is very simple with no fancy js. In Gumby there is a submit button (http://gumbyframework.com/docs/ui-kit/#!/buttons) which lets you ..... well, submit forms. Not in FF!! When I click 'Submit' nothing happens. I do see bunch of css errors but after reading other answers I am going to ignore them. The same page works on chrome (and supposedly on IE)

모든 댓글 (2)

more options

Can you post a link to a publicly accessible page that doesn't require authentication (signing on)?

Are there any JavaScript error shown in the error console or the web console?
I don't think that CSS errors can cause this, so you can hide those.

Did you try the usual basic steps for issues like this?

Reload web page(s) and bypass the cache to refresh possibly outdated or corrupted files.

  • Hold down the Shift key and left-click the Reload button
  • Press "Ctrl + F5" or press "Ctrl + Shift + R" (Windows,Linux)
  • Press "Command + Shift + R" (Mac)

Start Firefox in Safe Mode to check if one of the extensions (Firefox/Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Firefox/Tools > Add-ons > Appearance).

  • Do NOT click the Reset button on the Safe Mode start window.
more options

Did everything you asked me to. No use. See logs here By the way, I am creating the form in js. But that shouldnt be a problem as it works fine in Chrome.