We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am from SuccessFactors Web Experience Shanghai team.
The version of ui5-webcomponents is 1.2.1
ui5-flexible-column-layout component's column vertical border is not right in hcb theme with RTL.
Start column have a border-right and Middle column have a border-left in RTL.
Start column have a border-left not border-right and Middle column have a border-left not border-right in RTL.
Organization: SFSF
The text was updated successfully, but these errors were encountered:
Hello @SAP/ui5-webcomponents-topic-b the issue is reproducible, It looks like we need to mirror these styles in RTL, but you need to check
:host([_visible-columns="2"]) .ui5-fcl-column--start { border-right: var(--_ui5_fcl_column_border); } :host([_visible-columns="3"]) .ui5-fcl-column--start { border-right: var(--_ui5_fcl_column_border); } :host([_visible-columns="2"]) .ui5-fcl-column--middle { border-left: var(--_ui5_fcl_column_border) } :host([_visible-columns="3"]) .ui5-fcl-column--middle { border-left: var(--_ui5_fcl_column_border) } :host([_visible-columns="3"]) .ui5-fcl-column--middle { border-right: var(--_ui5_fcl_column_border) } :host([_visible-columns="3"]) .ui5-fcl-column--end { border-left: var(--_ui5_fcl_column_border); }
Sorry, something went wrong.
Hello, @ilhan007 Our project code freeze is at April 1. I wonder if this issue will be resolved before that day.
fix(ui5-flexible-column-layout): correct column border styles for RTL (…
660f639
…#4919) FIXES: #4906
2f40bd7
dobrinyonkov
Successfully merging a pull request may close this issue.
Dear colleagues
I am from SuccessFactors Web Experience Shanghai team.
Bug Description
The version of ui5-webcomponents is 1.2.1
ui5-flexible-column-layout component's column vertical border is not right in hcb theme with RTL.
Start column have a border-right and Middle column have a border-left in RTL.
Expected Behavior
Start column have a border-left not border-right and Middle column have a border-left not border-right in RTL.
Steps to Reproduce
Organization: SFSF
The text was updated successfully, but these errors were encountered: