Francesco Lodolo
Francesco Lodolo
It's not a recent regression, the same behavior happens on prod.
Here's a video of the weird behavior. Notice how I'm touching "t", and it writes "…", then it starts eating other characters. https://github.com/mozilla/pontoon/assets/3644868/325159a1-9c01-4bf2-a0ff-d84002e35e4e
I double-checked with @mathjazz, and I was wrong in assuming that this would trigger Pontoon's plural UI 😞 ``` exposure-chart-heading = { $nr -> *[other] { $nr } exposures }...
Update: apparently, I got the incorrect answer :-( https://pontoon.mozilla.org/af/firefox/all-resources/?string=219592 This is an example showing that having `other` is enough to trigger the Pontoon UI ``` exposure-chart-heading = { $nr ->...
> I wonder if we could add a step in there to track down warnings for us. Manually checking is a pain. I guess you could search for `--- WARNING`...
@mathjazz Is it expected to have a P1 issue open for so long?
This was fixed by https://github.com/mozilla-mobile/focus-ios/pull/3563
(taking this out of my queue for now)
#53 is still waiting for another pair of eyes, and IMO it's a blocker for any further changes
@eemeli I gave it a try, in case if it makes sense or you want to use it as a starting point. For some reasons tests fail on my machine,...