Join the Mozilla’s Test Days event from Dec 2–8 to test the new Firefox address bar on Firefox Beta 134 and get a chance to win Mozilla swag vouchers! 🎁

Mozilla 도움말 검색

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

자세히 살펴보기

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.