-
Notifications
You must be signed in to change notification settings - Fork 8
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
The 'show on hover' feature should exclude the "FC menu" button #318
Comments
Hi, I've implemented this in the develop branch. Now only hovering over the tabbar will show the ribbon. Menu, quickaccess and righttoolbar are excluded. Kind regards, |
That's wonderful! BTW Ribbon's autohide function has never given any issues so far, since you activated it. |
Great! I hadn't any issues either, so I'll introduce it with the next release! kind regards |
IMHO the solution does not work as required: The Menu button's behavior depends on the direction of approach of the mouse:
Desired: Let there be two distinct hover hotspots:
|
Hi,
I disagree. Here you have to click on the menu button like with the dropdown commands. This is common behaviour for software with a ribbon. It also prevents the user from accidently showing the menu when clicking on a command below it.
I also disagree. (I'm assuming that you mean the toolbar on the right) This should not trigger the ribbon. I actually implemented like this. You hover over the tabs, when you want to access the ribbon. All other buttons have their own commands and do not need the ribbon to be visible. kind regards |
Yes, that's fine too. (I should have added "ideally" to my suggested behavior.) Here, the problem is that when the mouse comes over the Menu button, the ribbon does not hide.
I think we are talking about the same thing. I do not call them "tabs" for the simple reason that only the ribbon changes, not the UI below that. |
Oh I get it now! I always turn off the Quick Access toolbar, as I can do all those operations with hotkeys. No matter! I'd say the Quick Access toolbar also is part of the WB toolbar. To sum up, only the Menu button should be excluded from the hot zone. So the user can be as lazy as he wants! 😄 |
Hi, This is now implemented in the develop branch. Including #317 kind regards |
I don't see any difference vis-a-vis earlier version. There is a distinct state-dependency in its behavior:
Thgus, a part of the problem is still not resolved. |
Here it is working: perhaps another gitt pull? |
That is quite possible, thanks to the vagaries of the Addon Manager. I did all of this, and hoped for the best! BTW this is why I had posted a feature request to publish the Git revision number. Imagine it displays a 4-part number such as 1.8.6.1 vs 1.8.7.4. |
This is will not happen. The system that you propose is already in the main branch. To do that separatly on the develop branch as well will result in mixups. Besides, you just have to copy the information from the about dialog including the SHA value and i can see which commit you are on. I explained this in issue #314 Other than that, please use the commandline as i have explained in #306. That works better than the add-on maneger. kind regards |
your on the main branch |
I know! That's the problem: I am unable to switch to the Development branch! P.S. I found this error in the Report panel: Is this the reason? |
what happens if you type "switch Develop"? and then do a git pull? You can ignore the message in the report panel. That's not causing it. |
git switch Develop? |
Yes, now the behavior is perfect! 👍 Can you trigger menus when we hover on the Menu button? 🤞🏽 |
Perhaps, i can make it an option. But it should be applied to all menus and dropdown buttons. otherwise it is inconsistent. kind regards |
Yes, but we should always aim at what is more user-friendly; not what others have implemented. All the products you mention have a long history, and they may have maintained continuity by not changing the UI drastically. So we have to look at disrupter products, which do not have legacy baggage. |
I'm not sure it is that user-friendly. Also, Windows is an OS which aimed to be user-friendly. I'm a mechanical engineer myself and has used a lot of different cad programs. I personally don't want the menus to be open on hover, because it will be annoying when you want to click on a button close to it. I believe the current behaviour in Windows, Office, the major CAD programs are actually thought through than only legacy behaviour. |
At present, the show on hover feature includes the
button. In other words, if we hover on this button, the ribbon appears.
Instead, a hover on
should display the menu, like this:
The text was updated successfully, but these errors were encountered: