nettybun / uvic-localstar

Local-first Starboard Notebooks via compiled Deno binaries
5 stars 0 forks source link

Safari Context menu doesn't show #8

Closed dylanbr0wn closed 3 years ago

dylanbr0wn commented 3 years ago

Description

Opening context menu through two finger tap/right mouse click on Safari doesnt show context menu.

Expected Behaviour

Should show a context menu with option to add/rename files etc..

Actual Behaviour

Opens a browser options menu.

Steps to Reproduce

  1. run build executable
  2. Go to http://localhost:4507 in Safari. Does not repro in Firefox or Chrome
  3. right click on sidebar area, either on a file/folder or on below filesystem

Potential fix

  1. Add some browser compatibility through the context menu plugin or through supplemental JS.
  2. Add buttons to perform the sam actions. Such as a ... button for files/folders which will present same menu, and a + button below menu items to allow adding new files/folders