Welcome to the #dominoforever Product Ideas Forum! The place where you can submit product ideas and enhancement request. We encourage you to participate by voting on, commenting on, and creating new ideas. All new ideas will be evaluated by HCL Product Management & Engineering teams, and the next steps will be communicated. While not all submitted ideas will be executed upon, community feedback will play a key role in influencing which ideas are and when they will be implemented.
For more information and upcoming events around #dominoforever, please visit our Destination Domino Page
For example. There is a frameset consisting of two vertical frames.
It is necessary that, with a single click, the document opens in a frame on the right (for a read-mode with simplified functions for working with a document). And with a double-click, so that the document opens as usual - in a new tab (with advanced features - editing, etc.).
This cannot be achieved because a view has two events: Queryopendocument (works on double-click) and Onselect (works on any click) and both events executed always - first Onselect then Queryopendocument. Thus, it is impossible to distinguish a single click from a double click, because Onselect is always executed first. There is another event that could distinguish them if the Regiondoubleclick event were executed first, but when it does, no one knows...
That is, in order to solve this problem, at the Onselect event, you already need to understand exactly what was clicked, single or double click, but this is impossible.
Can you please be a bid more specific? For other people to better understsand this idea e.g. attach screenshots or describe what the benefit would be if this would be provided.