Mozilla 도움말 검색

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

자세히 살펴보기

Checkbox and radiobutton is rendered in grid-like pattern. How to fix it?

  • 9 답장
  • 1 이 문제를 만남
  • 14 보기
  • 최종 답변자: massa.kassa

more options

Hi, I have a problem with checkboxes and radiobuttons in firefox.

It renders a checkbox in grid-like pattern when the checkbox is styled with width and height attributes. It can be best seen in the provided image together with inspect-element for that checkbox. The relevant site is https://www.w3schools.com/w3css/w3css_input.asp. But it can be done for any checkbox.

I'm using Ubuntu 14.04 and I've updated to Firefox v65 but the problem persists. In Chrome it gets rendered correctly.

Please advise on how to fix this behavior.

Hi, I have a problem with checkboxes and radiobuttons in firefox. It renders a checkbox in grid-like pattern when the checkbox is styled with width and height attributes. It can be best seen in the provided image together with inspect-element for that checkbox. The relevant site is https://www.w3schools.com/w3css/w3css_input.asp. But it can be done for any checkbox. I'm using Ubuntu 14.04 and I've updated to Firefox v65 but the problem persists. In Chrome it gets rendered correctly. Please advise on how to fix this behavior.
첨부된 스크린샷

글쓴이 massa.kassa 수정일시

모든 댓글 (9)

more options

Somehow, the image didn't reach the post.

more options

Update your Flash Player or remove it using these links; Uninstall Flash Player | Windows {web link} Uninstall Flash Player | Mac {web link}

Note: Windows users should download the ActiveX for Internet Explorer. and the plugin for Plugin-based browsers (like Firefox).

Note: Windows 8 and Windows 10 have built-in flash players and Adobe will cause a conflict. Install the plugin only. Not the ActiveX.

Flash Player Version 32.0.0.114

https://get.adobe.com/flashplayer/ Direct link scans current system and browser Note: Other software is offered in the download. <Windows Only>

https://get.adobe.com/flashplayer/otherversions/ Step 1: Select Operating System Step 2: Select A Version (Firefox, Win IE . . . .) Note: Other software is offered in the download. <Windows Only> +++++++++++++++++++ See if there are updates for your graphics drivers https://support.mozilla.org/en-US/kb/upgrade-graphics-drivers-use-hardware-acceleration

more options

Hi, Thanks for the response. I've removed every trace of adobe flash which I could find.

I've also disabled the hardware acceleration for firefox. But the problem is still there.

Best regards

more options

Start Firefox in Safe Mode {web link}

A small dialog should appear. Click Start In Safe Mode (not Refresh). Is the problem still there?

more options

Hi, yes, the problem is still there. I'm including a part of terminal output below.

Its full of messages like: $ firefox -safe-mode

(firefox:18352): GLib-GObject-CRITICAL **: g_object_unref: assertion 'object->ref_count > 0' failed

(firefox:18352): GLib-GObject-WARNING **: g_object_get_valist: object class 'GtkSettings' has no property named 'gtk-decoration-layout'

(firefox:18352): Gtk-WARNING **: Theme parsing error: <data>:1:34: Expected ')' in color definition

(firefox:18352): GLib-GObject-CRITICAL **: g_object_ref: assertion 'object->ref_count > 0' failed

(/usr/lib/firefox/firefox:18585): GLib-GObject-CRITICAL **: g_object_ref: assertion 'object->ref_count > 0' failed

(/usr/lib/firefox/firefox:18585): GLib-GObject-CRITICAL **: g_object_unref: assertion 'object->ref_count > 0' failed

(/usr/lib/firefox/firefox:18640): GLib-GObject-WARNING **: g_object_get_valist: object class 'GtkSettings' has no property named 'gtk-decoration-layout'

more options

I called for more help. Can you post a screenshot of what the webpage looks like? (Without the tool window covering it.)

more options

Hello, here it is.

글쓴이 massa.kassa 수정일시

more options

Ah. I see what you are talking about.

Load the web page. Then, to reload the page bypassing the cache and force a fresh retrieval; Ctrl+Shift+R (Mac=Command+Shift+R)

more options

So, I've tried the Ctrl+Shift+R - It didn't help. (It did trigger new round of requests for the server).

I've found that it does not matter on which web it is. It suffice that the checkbox has non-default size with both width and height filled. And it is responsive to zoom (screenshot). If I remove "height" or "width" it returns normal size checkbox.