Trang web này sẽ có chức năng hạn chế trong khi chúng tôi trải qua bảo trì để cải thiện trải nghiệm của bạn. Nếu một bài viết không giải quyết được vấn đề của bạn và bạn muốn đặt câu hỏi, chúng tôi có cộng đồng hỗ trợ của chúng tôi đang chờ để giúp bạn tại @FirefoxSupport trên Twitter và /r/firefox trên Reddit.

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

how do i turn off the popup urlbar in the latest nightly build?

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

more options

when clicking in the urlbar it popups, how do i turn this off?

when clicking in the urlbar it popups, how do i turn this off?
Đính kèm ảnh chụp màn hình

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

more options

hello, this is a new feature, but work in progress and needing more polish still. at the moment it can be turned off through the browser.urlbar.megabar preference in about:config but this pref might go away eventually when the new design is "finished".

more options

thanks a lot, thanks to philipp I turned off the pop-up urlbar feature, I just hope the compact ui will be still available in the new design.

more options

browser.urlbar.megabar doesn't exist in about:config

more options

try browser.urlbar.update1

more options

I'm had the same issue after updating Firefox Dev edition and setting browser.urlbar.update1 to false didn't fix it.

Took me a while to realise that you have to restart the browser after changing the variable.

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

more options

set browser.urlbar.update1 to false and then close and reopen FF

more options

Don't have browser.urlbar.update1 either. I have version 62.0 . I fixed the problem by going back to the earlier version.

more options

If you like the new style URL-bar except for the increase in size when active you can add this code to the "userCrome.css" (in the "Chrome" folder in the active Firefox profile). It makes the "popup" URL-bar look like normal (not selected) when active (sets the size == the inactive URL-bar):

/* Make URL-bar look like before by setting the "expanded" URL-bar position/size == the "normal" URL-bar */
#urlbar[breakout-extend]{top:calc((var(--urlbar-toolbar-height) - var(--urlbar-height)) / 2)!important;left:calc((var(--urlbar-toolbar-width) - var(--urlbar-width)) / 2)!important;width:100%!important}
#urlbar[breakout-extend] #urlbar-input-container{height:var(--urlbar-height)!important;padding:0px!important}
.urlbarView{margin:0px!important;width:100%!important}
.urlbarView-row{padding:0px!important}

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