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

搜索 | 用户支持

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

详细了解

Mozilla.org web-page menu not usable when page is narrow, such Firefox for Android

  • 4 个回答
  • 2 人有此问题
  • 5 次查看
  • 最后回复者为 conwaytwt

more options

Using Firefox 14.0.1 for Android.

1) Go to tab menu & choose to visit new page.

2) Choose bookmarks, and select About Firefox.

3) Choose FAQ (or one of the other pages).

When the page comes up, at the top I see a square block of thick lines indicating a web page menu, but when I touch it the menu appears VERY briefly and I have not yet discovered a way to see its contents or use it. Is there a way to navigate and use the menu?

[EDIT: I edited my question a bit to make it a bit more clear.] [EDIT: I edited the title based on the excellent feedback!]

I replicated the same issue using a Google Chrome browser.

I was able to add the userContent.css file with the code described below to a DESKTOP version of FireFox. HOWEVER I cannot yet find a way to add that file to the Android version. (There may be, I just haven't found it. The about:support page button that SHOULD open the preferences directory does nothing on my phone.)

I opened Mozilla Bugzilla bug 776622 against the Mozilla web site, as that's the REAL place to fix it.

Using Firefox 14.0.1 for '''Android.''' 1) Go to tab menu & choose to visit new page. 2) Choose bookmarks, and select About Firefox. 3) Choose FAQ (or one of the other pages). When the page comes up, at the top I see a square block of thick lines indicating a web page menu, but when I touch it the menu appears VERY briefly and I have not yet discovered a way to see its contents or use it. Is there a way to navigate and use the menu? [EDIT: I edited my question a bit to make it a bit more clear.] [EDIT: I edited the title based on the excellent feedback!] I replicated the same issue using a Google Chrome browser. I was able to add the userContent.css file with the code described below to a DESKTOP version of FireFox. HOWEVER I cannot yet find a way to add that file to the Android version. (There may be, I just haven't found it. The about:support page button that SHOULD open the preferences directory does nothing on my phone.) I opened Mozilla Bugzilla bug 776622 against the Mozilla web site, as that's the REAL place to fix it.

由conwaytwt于修改

所有回复 (4)

more options

I was hoping to hear from other folks running Firefox for Android. I really don't believe this is a virus; I believe I may have either encountered a bug or a feature I don't yet know how to use. Thank you for taking the trouble to respond.

more options

Hi conwaytwt, I can replicate that problem. Actually, that menu just appears to be goofy. If you go to that page (http://www.mozilla.org/en-US/firefox/.../faq/) in your desktop Firefox and narrow the window until it switches to that menu (less than about 750 pixels), it behaves in an equally illogical manner.

more options

If I use the DOM Inspector then I see a short change of the #nav-main-menu style attribute, but the change to display: block doesn't last and reverts back to display:none

This code in userContent.css keeps the menu open for me.


@-moz-document domain(www.mozilla.org){
 #nav-main .toggle.open+#nav-main-menu { display:block!important; }
}
more options

Thanks for the EXCELLENT replies! I confirmed the problem in desktop Firefox and Google Chrome. I also confirmed the workaround in Firefox. Because I can't find a way to apply the workaround to my Android phone I'm not going to mark this one solved until Mozilla updates their web site -- I entered a comment and opened bug 776622 in Mozilla Bugzilla.