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

UI can end up in strange state where subreadings of previous analysis are shown #470

Open
unhammer opened this issue Mar 30, 2023 · 0 comments
Labels

Comments

@unhammer
Copy link
Member

unhammer commented Mar 30, 2023

  1. open https://beta.apertium.org/index.nno.html#analysis?aLang=nno&aQ=
  2. type in grapsripsforbetring and analyse
  3. type kakene and analyse

bilde

Developer tools says only kakene is sent
curl 'https://beta.apertium.org/apy/analyze' -X POST -H blah:blah --data-raw 'lang=nno&q=kakene'
and only the right analysis is received

[
	[
		"kakene/kake<n><f><pl><def>",
		"kakene"
	]
]

localStorage:

analyzerLang: '"nno"'
​analyzerText: '"kakene"'
​instantTranslation: "true"
​length: 12
​locale: '"nno"'
​markUnknown: "false"
​recentSrcLangs: '["nno","afr","ara"]'
​recentTgtLangs: '["dan","eng","fin"]'
​srcLang: '"nno"'
​srcText: '""'
​tgtLang: '"dan"'
​translationChaining: "false"
​translationPrefs: "{}"
@sushain97 sushain97 added the bug label Mar 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants