Forum

Ask, reply and learn. Join the community of Akaunting.

New Discussion

"Firefox Icon Configuration" Modal On Every Page

Scott Carson   ( User )

Commented 1 year ago

Hi,

I'm getting this modal on every page. While it's nice to know, my Firefox was already set this way so it's unnecessary and it's getting very annoying - how do I disable it?

Firefox Icon Configuration
If your icons not appear please;
Please Allow pages to choose their own fonts, instead of your selections above
Settings (Preferences) > Fonts > Advanced


Thanks,
-Scott.

Dominik   ( User )

Commented 1 year ago

I got the same problem since 3.0.10. Obviously in other browsers this does not appear.

Scott Carson   ( User )

Commented 1 year ago

Follow-up: I ran a search in a terminal for the text ...

find akaunting/ -type f -exec grep -H 'Firefox Icon Configuration' {} \;

... and it pointed me to:

akaunting/public/akaunting-js/generalAction.js:

And there it is, line 345! Nicely commented, I might add - turns out, it's supposed to be a cookie so that the modal only appears once (or as long as the cookie lives). So, a block comment and clear cookies FTW:

//Firefox show modal for icon set
/*
if (navigator.userAgent.search("Firefox") >= 0) {
let firefoxCookie = document.createElement('DIV'),
body = document.body;
...
if (document.cookie.indexOf('firefoxCookieModal=true') !== -1) {
document.querySelector('[data-cookie-modal]').remove();
}
}
*/
//Firefox show modal for icon set


Hope that helps,
-Scott.

Benjamin Zachry   ( User )

Commented 1 year ago

Hi Scott,

That is a nice find you go there, but it is not in my generalAction.js file. I've searched for anything related to what you show, and it turns up nothing. I get the "Firefox Icon Configuration" message that comes up twice, first time I hit Continue, then a similar message comes up, and sometimes it will work with the continue button, sometimes it acts like there is nothing after the continue button is pressed. If it does work, I get a larger box that just says "500 Internal Error" with no further explanation what the problem is.

My fix that I've got is uBlock origin and just got the gray background blocked from loading. Akaunting works for the most part. If a box does try to come up, it won't (For example if adding a customer from the transaction page).

Techdoods   ( User )

Commented 1 year ago

I am also experiencing this issue, but worse than a popup on every page, the [Confirm] button does nothing - the popup cannot be dismissed - and I cannot access any pages.

I too am already using the recommended setting, so really it shouldn't even appear.

I can access my accounts in chrome, but would prefer not to have to do this.

v3.0.11

Please login or register to leave a response.

Showing 1 to 5 of 5 discussions