Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

menu-button element positioning improperly #190

Open
BuildMyWeb opened this issue May 22, 2015 · 12 comments
Open

menu-button element positioning improperly #190

BuildMyWeb opened this issue May 22, 2015 · 12 comments

Comments

@BuildMyWeb
Copy link

not sure if this is truly a bug or something i am doing wrong.

here is my test page: http://buildmyweb.org/testing/flexnav/

my issue is in mobile mode. my submenus dont seem to open and close properly.

@rgibanez
Copy link

The menu button is displaying as italic due to the icon being an < i > tag, your CSS must be styling all < i > elements as italic.

@BuildMyWeb
Copy link
Author

rgibanez, thx for the reply. but im not sure what youre referring to. there arent any < i > elements on that page. my issue isnt with italic fonts, its my submenus. they do not toggle correctly

@BuildMyWeb
Copy link
Author

in full-screen mode there seems to be issues too. possibly related. the hover event seems to get stuck. in the screenshot, my mouse pointer is hovering in the center of the page and yet the submenus will not dissappear. this happens sometimes. not all the time.

untitled-1

@rgibanez
Copy link

Hi, on my andriod phone using latest chrome, your icons in the menu are italic. the drop down icon in the menu is an < i > element, its get added to the menu via the jquery. If u inspect the element in chrome or whatever you will see this.

I haven't looked at your website on desktop. But it looks like your other CSS rules are interfering with the flexnav css.

@BuildMyWeb
Copy link
Author

ahhh, i see the italic element now. thanks rgibanez. however, i didnt write that into the javascript. thats stock code. is it a problem?

@BuildMyWeb
Copy link
Author

on desktop view, even on the jasonweaver.com site, the drop-down menus do not open and close properly for me sometimes. here are two screenshots. one with two submenus open simultaneously and one with three! this is on my pc with the most recent version of Chrome.

2
3

@rgibanez
Copy link

You can just changed your css so that < i > elements do not automatically look italic, or you can target the icon in the the flexnav markup within the css and to display it normal.

@rgibanez
Copy link

I can not recreate the drop down items staying open, on windows 7 PC with latest Chrome

@BuildMyWeb
Copy link
Author

thank you for attempting to help rgibanez. i can replicate the issue both in FF and Chrome. hadnt even bothered to try in IE. one way to do it is to just hover the mouse really fast back and forth over more than one menu item. eventually they 'stick' for me. also, if you narrow your browser to mobile mode, open some submenus, and then expand your browser window, any open submenus sometimes stay open, like above.

there was another issue but rather than tool around even more with all of these problems i was having, i moved onto another solution and it seems much less "buggy" for me. thanks again for the assistance.

@rgibanez
Copy link

No problem, what have you decided to use instead?

@BuildMyWeb
Copy link
Author

@rgibanez
Copy link

Thanks, looks a bit buggy to me as well lol.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants