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

fix(editor): correct row offset calculation in translation editor #12981

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Nov 9, 2024

  1. fix(editor): correct row offset calculation in translation editor

    The logic used to the calculate scroll offset based on the closest tbody tag which is fine unless the space between them is very large (like in issue WeblateOrg#3507) which hides the translation input. As a fix we calculate based on a closer element that can't grow in height very much to hide the translation input.
    meel-hd committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    16aa2bf View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. Configuration menu
    Copy the full SHA
    35827d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d190981 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9d13a80 View commit details
    Browse the repository at this point in the history