Join the Mozilla’s Test Days event from 9–15 Jan to test the new Firefox address bar on Firefox Beta 135 and get a chance to win Mozilla swag vouchers! 🎁

Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Tìm hiểu thêm

Why is HTML content missing on some websites with Firefox 13?

  • 6 trả lời
  • 2 gặp vấn đề này
  • 6 lượt xem
  • Trả lời mới nhất được viết bởi cor-el

more options

I just reinstalled Kubuntu 12.04 and I use Firefox 13 now. For some strange reason some HTML content isn't displayed. For example on this page, the code block after "This is test.module" is just gray: https://drupal.org/node/1331094 The same happens on other sites. I haven't been able to figure out a pattern so far.

I can confirm, that the missing content is in the source code.

I just reinstalled Kubuntu 12.04 and I use Firefox 13 now. For some strange reason some HTML content isn't displayed. For example on this page, the code block after "This is test.module" is just gray: https://drupal.org/node/1331094 The same happens on other sites. I haven't been able to figure out a pattern so far. I can confirm, that the missing content ''is'' in the source code.

Giải pháp được chọn

Maybe there is a font problem.

The site is using a mono-spaced font for displaying content.

body {font-family:"Lucida Grande","DejaVu Sans","Bitstream Vera Sans",Verdana,Arial,sans-serif;}

Does anything get sleected if you select that part of the page with the mouse?

You can try different default fonts and temporarily disable the website fonts to test this.

  • Edit > Preferences > Content : Fonts & Colors > Advanced
  • [ ] "Allow pages to choose their own fonts, instead of my selections above"

You can use this extension to see which fonts are used for selected text.

You can also try to use the inspector via the right-click context menu to see if you can disable some font rules.

Đọc câu trả lời này trong ngữ cảnh 👍 0

Tất cả các câu trả lời (6)

more options

Giải pháp được chọn

Maybe there is a font problem.

The site is using a mono-spaced font for displaying content.

body {font-family:"Lucida Grande","DejaVu Sans","Bitstream Vera Sans",Verdana,Arial,sans-serif;}

Does anything get sleected if you select that part of the page with the mouse?

You can try different default fonts and temporarily disable the website fonts to test this.

  • Edit > Preferences > Content : Fonts & Colors > Advanced
  • [ ] "Allow pages to choose their own fonts, instead of my selections above"

You can use this extension to see which fonts are used for selected text.

You can also try to use the inspector via the right-click context menu to see if you can disable some font rules.

more options

Additionally you could also check in Safe Mode. Safe mode disables the installed Extensions, and themes (Appearance) in Tools (Alt + T) > Add-ons. Hardware acceleration is also temporarily disabled - the manual setting is Tools > Options > Advanced > General > Use hardware acceleration when available. All these settings/options/add-ons can also be individually or collectively disabled/enabled/changed in Firefox normal mode to check if an extension, theme, option or hardware acceleration is causing issues. Disabling/enabling hardware acceleration, and some types of add-ons in normal mode may require a Firefox restart.

Uninstalling Add-ons

Uninstalling Toolbars

Troubleshooting Extensions and Themes

Problematic Extensions

Options

If the problem persists, please also check in a new profile. If the new profile is okay, you can then Reset Firefox on the old (previous) profile via Help (Alt + H) > Troubleshooting Information.

Được chỉnh sửa bởi dumdidadida vào

more options

Thanks for the quick reply! Indeed it seems to be a font problem. When I disallow using other fonts, the text appears as it should. I also had some font problems before, but I thought I had solved them.

What I don't understand: The fonts DejaVu Sans, Verdana, and Arial are installed - why are they not used?

more options

You can try to use the fontinfo to see if Firefox is trying to use a not working font.

You can do a font test to see if you can identify corrupted font(s), this needs Flash to be working.

more options

I just installed Bitstream Vera and Lucida Grande and now it works. Thanks a lot!