Matjaž Horvat

Results 288 comments of Matjaž Horvat

As the general fix for this very issue, we need to make sure translations actually get deactivated before new active translations are set: https://github.com/mozilla/pontoon/blob/73c05e4777bf2e78058743df86a02b0e30f54e57/pontoon/base/models.py#L2613-L2619 My suspicion is this: * we...

This issue resurfaced in Hungarian Mozilla VPN Client after https://github.com/mozilla-l10n/mozilla-vpn-client-l10n/commit/2ab98c299c10eda1d32a041acfd28f76fc08b7dd landed. We hit: ``` IntegrityError('duplicate key value violates unique constraint "entity_locale_active" DETAIL: Key (entity_id, locale_id, active)=(304357, 100, t) already exists.\n')...

This should help: ``` $itemElems.bind("dragstart", function() { $(this).css("z-index", 2147483647); }).bind("dragstop", function() { $(this).css("z-index", "auto"); }); ```

Isn't this essentially the current behavior, but it feels weird, hence the #3148?

Thanks for the report. We should expand #2873 to also include XML/HTML tag modifications. To do that, we need to fix #2951 first.

I was able to reproduce it a couple of times, but not reliably. I believe `mousewheel.with_meta.action` and/or `mousewheel.with_control.action` must be set to "3" for the issue to be reproducible.

This is more relevant for document localization (Google Doc, CMS, etc.), which Pontoon currently doesn't support.

We use https://github.com/gerynugrh/heroku-google-application-credentials-buildpack, which requires these variables. It is indeed not documented.

I'd only take care of documenting `GOOGLE_APPLICATION_CREDENTIALS` & Co. in this issue, and then work on #2234, #2386 and possibly file more related bugs as needed. I'm not very opinionated...

The following works as expected: 1. The warning is diplayed on sumission. 2. The warning is stored in the DB: https://pontoon.mozilla.org/a/checks/warning/30957/change/. 3. Translations with warnings *are* committed to the repository....