본 사이트는 여러분의 사용자 경험을 개선하기 위해 유지 보수를 진행하는 동안 기능이 제한됩니다. 도움말로 문제가 해결되지 않고 질문을 하고 싶다면 Twitter의 @FirefoxSupport 및 Reddit의 /r/firefox 채널을 활용하세요.

Mozilla 도움말 검색

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

자세히 살펴보기

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.