hassio-addons / addon-grocy

Grocy - Home Assistant Community Add-ons
https://addons.community
MIT License
319 stars 60 forks source link

Dropdown menus not opening in product master #255

Closed andreheuer closed 2 years ago

andreheuer commented 2 years ago

Problem/Motivation

I wanted to setup a clean instance of grocy and add a new product. During setup of a new product, a location has to be selected. With the initial setup, a default location was added ("fridge"). To select the location, I clicked on the drop down menu.

Expected behavior

After clicking on the the drop down menu, the drop down should open.

Actual behavior

Location drop is not opening, but error on dev console in (Edge) browser appears with error 404 (file not found) on server.

image

Steps to reproduce

  1. Clean install of grocy
  2. Open grocy UI and login
  3. Open master data -> products
  4. Add new products
  5. click on drop down menu for location

Proposed changes

related to ingress issue #208 ?

andreheuer commented 2 years ago

Ok, I could identify the issue. After testing the issue on two different machines (MacOS & Windows 11) in Edge with the same result as above, I also tested in Safari on MacOS. This issue did not appear and I could open the dropdown. Afterwards, I also tested it on my iOS devices and Edge browser. Interestingly, the problem did not occur.

So I checked the configuration of my Edge browser. I am using the "Enpass" extension as password manager. A recent update of the extension added icons within textfields to directly access the Enpass app. After deactivating the Enpass extension, the dropdown opened.

This is the affected Enpass version: image

However, the errors in the javascript console still appear (in Edge & Safari).

So, the main issue is resolved.