N0taN3rd / wail

:whale2: One-Click User Instigated Preservation
http://matkelly.com/wail
GNU General Public License v3.0
120 stars 9 forks source link

UI: ENHANCEMENT: Make WAIL more app-like in contextual menus #54

Open machawk1 opened 8 years ago

machawk1 commented 8 years ago

Right-clicking on the UI produces behavior like a web page. For example, the target of the content is treated like text instead of a UI element. The empirical state of the art says that if I click on an element in a UI in an app, it should not be treated as a text box but rather, the higher context. In the attached, this would be the crawl, not the value of the text of the content right-clicked.

screen shot 2016-08-31 at 1 11 02 am
machawk1 commented 8 years ago

This is still the case with the dmg build from 20160911.

N0taN3rd commented 8 years ago

@machawk1 I am still trying to find out if it is possible do this using electrons menus. So far I am not sure if it possible. Will probably have too look into another means of providing these context menus.

machawk1 commented 8 years ago

@N0taN3rd I am unfamiliar with the limitations of the electron environment but there are many other ways to override the context menu using JS. A first step might be to identify what would be displayed in a context menu if a row is clicked, i.e., what would a user want to DO with a crawl? Some of these actions are already present in the Action menu on the right.