为提升您的使用体验,本站正在维护,部分功能暂时无法使用。如果本站文章无法解决您的问题,您想要向社区提问的话,请到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 提问,我们的支持社区将会很快回复您的疑问。

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

How do I disable scrolling text for page titles? I want to be able to view the full text by default

  • 5 个回答
  • 1 人有此问题
  • 3 次查看
  • 最后回复者为 StigtriX

more options

I am forced to use IE when working with a web service because, for some reason, Firefox does not display the tile (nor does Chrome). Why? Firefox and Chrome make page titles into scrollable fields instead of just showing plain text. It makes no sense.

I am forced to use IE when working with a web service because, for some reason, Firefox does not display the tile (nor does Chrome). Why? Firefox and Chrome make page titles into scrollable fields instead of just showing plain text. It makes no sense.

所有回复 (5)

more options

Hello,

In order to better assist you with your issue please provide us with a screenshot. If you need help to create a screenshot, please see How do I create a screenshot of my problem?

Once you've done this, attach the saved screenshot file to your forum post by clicking the Browse... button below the Post your reply box. This will help us to visualize the problem.

Thank you!

more options

Are you referring to the page title that you see in tabs on the Tab bar?

You can toggle the title bar on/off via the "Title Bar" button at the bottom left in the Customize palette window.

more options

No, I am not referring to the page title that you see in tabs on the Tab bar. I am referring to the title of windows or menus on sites (see attached picture), but they are titled "page title" in the code when I hit F12.

Firefox on the left side, Internet Explorer on the right. Firefox cuts a lot of the text out, and instead make it a scrollable field. Why?

由StigtriX于修改

more options

Looks that the website specifies fixed dimensions for these text containers and that in your case a font is used that takes more space causing the text to get cut off.

You can right-click and select "Inspect Element" to open the built-in Inspector with this element selected. You can check the font used for selected text in the Font tab in the right pane of the Inspector. Set devtools.fontinspector.enabled to true on the about:config page to enabled the Font tab.


You can do a font test to see if you can identify corrupted font(s).

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

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

That is unfortunately not the case.