hansva opened a new pull request, #8450:
URL: https://github.com/apache/hop/pull/8450

   …feature, fixes #8443
   
   ## Canvas clicks, context dialog and macOS dialogs
   
   - **Palette tree + context dialog (#8443):** with the transform/action 
palette tree shown, a click on empty canvas no longer lists the 
transforms/actions to create — only the pipeline/workflow actions.
   - **Right click is inert by default:** it no longer acts as a left click on 
names, badges, hop lines or the workflow hop evaluation icon.
   - **New option "Use right click for the context dialog"** (Look & Feel › 
Canvas): right click opens the context dialog of whatever is under the pointer; 
left click only selects. Names and badges keep their left-click behaviour. 
Driven by `MenuDetect`, so Ctrl-click on macOS works too.
   - **New macOS option "Allow dialogs to open on any screen"** (Look & Feel › 
macOS, macOS only): off (default) restores the pre-2.16 child-window dialogs 
that follow the Hop window; on keeps the free `PRIMARY_MODAL` windows for 
multi-screen setups. No minimize button either way.
   - **Fixes:** the tab "Close…" menu no longer appears on right clicks 
anywhere in Hop Web; clicking the info badge no longer swallows the next canvas 
click; the partitioning badge opens its editor on a single click; the 
Databricks action icons render and resize correctly.
   - **Docs:** new *Canvas mouse gestures* page describing every click, in 
every mode — pinned by a SWTBot matrix test per graph (76 cells).
   
   
   ------------------------
   
   Thank you for your contribution! Follow this checklist to help us 
incorporate your contribution quickly and easily:
   - [ ] Run `mvn clean install apache-rat:check` to make sure basic checks 
pass. A more thorough check will be performed on your pull request 
automatically.
   - [ ] If you have a group of commits related to the same change, please 
squash your commits into one and force push your branch using `git rebase -i`.
   - [ ] Mention the appropriate issue in your description (for example: 
`addresses #123`), if applicable.
   
   To make clear that you license your contribution under the [Apache License 
Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0)
   you have to acknowledge this by using the following check-box.
   
   - [ ] I hereby declare this contribution to be licensed under the [Apache 
License Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0)
   - [ ] In any other case, please file an [Apache Individual Contributor 
License Agreement](https://www.apache.org/licenses/icla.pdf).
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to