-
Notifications
You must be signed in to change notification settings - Fork 756
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
sub menu for "Moments" doesn't disappear as intended #595
Comments
This is what the experiences looks like for me: Hovering away from the entire navigation menu, including the expanded menu with "Categories" and "Moods" causes the menu to close. So the behaviour you're describing is intended, but we're totally open to changing it if it's not intuitive. Thoughts? :D |
But see what happens if you hover the mouse on moments, then go directly to the right and hover on strategies...
Sent using Zoho Mail
…---- On Mon, 04 Sep 2017 22:28:15 -0700 [email protected] wrote ----
This is what the experiences looks like for me:
Hovering away from the entire navigation menu, including the expanded menu with "Categories" and "Moods" causes the menu to close.
So the behaviour you're describing is intended, but we're totally open to changing it if it's not intuitive. Thoughts? :D
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Ohhh I see what you're saying! Ooh yes, this would be a bug. Intended Behaviour
Would you be interested in fixing this @andy5995? :D |
I'll pass on this one, Julia. I'm not too good with CSS. |
I had hoped this be a trivial fix, but an initial glance at header.js made me cry at how WET it is (i.e. not DRY). Let me take a stab at this. |
@baohouse literally? 🔪 🔪 🔪 |
@baohouse Yeah that shouldn't be possible. Definitely a bug lol |
@julianguyen @baohouse can I just take a moment to step back? To be very honest, I've never liked that menu; not only does it create a jarring experience for me but I have concerns that it could create anxiety for people who suffer from certain cognitive disabilities. What about throwing out the JavaScript completely, use CSS, and allow the subitems to be positioned over the body so the content doesn't move up and down? |
Feel free to redesign it yeeeeee. |
oops! I just sent in a suggestion about this with my google forms submission. glad to see it's being worked on! (sorry for a trivial little comment!) |
It's the thought that counts, @zx-wolftaur ; Thanks! |
So now I wonder how #691 is going to affect this issue. I could churn out a rewrite of the header as a React component based on the existing look, but given that this issue really has a low impact (it's not a terrible experience), should we focus on the app redesign efforts instead? |
If the redesign will take a while, I am open to be assigned on this issue. |
@zawmoelwin If it helps with getting acclimated to the new React codebase, sure, you can work on it. There's a Logo.jsx that you can use as a starting point. |
Possible (very) minor bug
Should the sub menu for "Moments' disappear when the mouse is moved to a different top-level menu item?
I see the links for "Categories" and "Moods" (under the top-level "Moments" by default) even after the mouse is moved to different top-level menu items. Those two links disappear only after the mouse cursor is moved outside the navigation panel.
I'm using Firefox 55.0.3 on Debian Linux 9.
The text was updated successfully, but these errors were encountered: