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

Order of the translations in indexDB #454

Open
monzug opened this issue Jul 9, 2021 · 2 comments
Open

Order of the translations in indexDB #454

monzug opened this issue Jul 9, 2021 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@monzug
Copy link

monzug commented Jul 9, 2021

I noticed that the order of the added translations is not preserved in indexDB when I resume a previous alignment and when I align text.
I did enter text adding a number: 1 for Original, 1 for first translation, 2 for second translation text, 3 for 3rd translation text

as you can see from the following screenshots the order in which the translations have been added is not preserved. Is there any reason why?

Screen Shot 2021-07-09 at 6 30 23 PM

Screen Shot 2021-07-09 at 6 31 41 PM

@monzug monzug added the bug Something isn't working label Jul 9, 2021
@irina060981
Copy link
Member

IndexedDB does not save original order of elements.
And I am not sure that we save this ordering - would need to check and work on it.

@monzug
Copy link
Author

monzug commented Jul 10, 2021

Irina, we might need to prioritize issues. This one has very low priority. We can discuss time/priorities with Harry.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants