Mozilla 도움말 검색

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

Learn More

Firefox 4 Not Showing Text in Input Field

  • 1 답장
  • 17 이 문제를 만남
  • 5 보기
  • 최종 답변자: bwanamatt

more options

When new users visit applesliced.com, a jquery popup appears to request the users zip code. Prior to Firefox 4 (and in all other browsers I have tested), this popup loads quickly and flawlessly.

In Firefox, the "Save" image (input type="image") frequently hangs and the Input text field (input type="text") hangs for several seconds before the user-entered text can be seen. I have tried three different jquery plug-ins to display this popup. Input text fields elsewhere on the site work correctly, but for whatever reason when an HTML "input" is loaded there is a delay in rendering.

Once a user enters their zip code, you can recreate this problem by clicking "My Zip Code (edit)" on the right side of the navigation menu.

When new users visit applesliced.com, a jquery popup appears to request the users zip code. Prior to Firefox 4 (and in all other browsers I have tested), this popup loads quickly and flawlessly. In Firefox, the "Save" image (input type="image") frequently hangs and the Input text field (input type="text") hangs for several seconds before the user-entered text can be seen. I have tried three different jquery plug-ins to display this popup. Input text fields elsewhere on the site work correctly, but for whatever reason when an HTML "input" is loaded there is a delay in rendering. Once a user enters their zip code, you can recreate this problem by clicking "My Zip Code (edit)" on the right side of the navigation menu.

모든 댓글 (1)

more options

Fixed. Removed the opacity mention from my style sheet.

body { opacity:999; }