Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chrome extension does not update on page reload #6

Open
SpaceTesla opened this issue Sep 5, 2024 · 0 comments
Open

Chrome extension does not update on page reload #6

SpaceTesla opened this issue Sep 5, 2024 · 0 comments
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@SpaceTesla
Copy link
Member

Description:

When using the Mivro Chrome extension, if a user reloads the webpage without opening a new tab, the extension continues to display information for the previously loaded product. This behavior persists even after navigating to a new product, leading to incorrect product details being shown.

Steps to Reproduce:

Open a webpage with the Mivro Chrome extension enabled.
Load a product and view its nutritional details.
Without opening a new tab, search for and navigate to a different product on the same webpage.
Observe that the extension still displays details for the previous product.
Expected Behavior:
The extension should automatically refresh and display the correct details for the newly loaded product upon page reload or when navigating to a new product.

Actual Behavior:

The extension continues to show the nutritional details of the previous product, even when a new product is loaded.

Possible Solution:

Investigate the content script's event listeners and ensure that the script correctly detects when the webpage content has changed. Consider adding a listener for dynamic content changes or a method to refresh the data when a page reloads without opening a new tab.

Additional Information:

Chrome version: 129.0.6628.3 (Official Build) dev (64-bit)
Operating system: Windows 11 [24H2]

Priority: High

@SpaceTesla SpaceTesla added bug Something isn't working good first issue Good for newcomers labels Sep 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant