Skip to content

Commit

Permalink
[BUGFIX] Force ltr in svg tree
Browse files Browse the repository at this point in the history
The svg tree is currently not usable in "rtl" languages,
to mitigate the issue and to provide a solution for are
forcing the ltr mode for now. This is not intended as a
permanent solution but makes the svg tree usable
again.

Resolves: #101901
Releases: main, 12.4
Change-Id: Ib8505d37f4d0bfbf2d439dcecc5104f112db9045
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/80995
Tested-by: Benjamin Franzke <ben@bnf.dev>
Reviewed-by: Benjamin Franzke <ben@bnf.dev>
Tested-by: core-ci <typo3@b13.com>
  • Loading branch information
benjaminkott authored and bnf committed Sep 12, 2023
1 parent c0cdd4c commit cc57286
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Build/Sources/TypeScript/backend/svg-tree.ts
Expand Up @@ -745,6 +745,7 @@ export class SvgTree extends LitElement {
<typo3-backend-icon identifier="spinner-circle-light" size="small"></typo3-backend-icon>
</div>
<svg version="1.1"
direction="ltr"
width="100%"
@mouseover=${() => this.isOverSvg = true}
@mouseout=${() => this.isOverSvg = false}
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cc57286

Please sign in to comment.