Actions
Feature #13563
closed
AA
Using document orientation as default orientation for layout managers
Feature #13563:
Using document orientation as default orientation for layout managers
Status:
Rejected
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
02/22/2025
Due date:
% Done:
0%
Estimated time:
Description
Hello
Thanks for your good framework.
This feature makes it much easier to create RTL applications and more importantly, bilingual (bidirectional) applications. For example, in the PR below I have implemented this feature for WHBoxLayout :
RM Updated by Romain Mardulyn 6 months ago
Hello Ali ALi,
This should, in theory, already be the case. Normally, when setting the application to RTL, the right is replaced by left and vice-versa. This is indeed not always correctly done in Wt, but should be solved by issue #14078.
RM Updated by Romain Mardulyn about 1 month ago ยท Edited
- Status changed from New to Rejected
I do however understand that this can be confusing when developing primarily in RTL. I have added issue #14727 to make it simpler.
Actions