Skip to content

Conversation

@simeonoff
Copy link
Collaborator

@simeonoff simeonoff commented Sep 25, 2019

Closes #5791

Additional information (check all that apply):

  • Bug fix
  • New functionality
  • Documentation
  • Demos
  • CI/CD

Checklist:

  • All relevant tags have been applied to this PR
  • This PR includes unit tests covering all the new code
  • This PR includes API docs for newly added methods/properties
  • This PR includes feature/README.MD updates for the feature docs
  • This PR includes general feature table updates in the root README.MD
  • This PR includes CHANGELOG.MD updates for newly added functionality
  • This PR contains breaking changes
  • This PR includes ng update migrations for the breaking changes
  • This PR includes behavioral changes and the feature specification has been updated with them

@simeonoff simeonoff changed the title feat(themes): add helper mixins and fucntions to aid with RTL feat(themes): add helper mixins and functions to aid with RTL Sep 25, 2019
MPopov and others added 2 commits September 26, 2019 15:09
@zdrawku zdrawku changed the base branch from master to 8.2.x September 27, 2019 08:34
MPopov and others added 20 commits September 30, 2019 10:22
Signed-off-by: MPopov <desig9stein@gmail.com>
Signed-off-by: MPopov <desig9stein@gmail.com>
Signed-off-by: MPopov <desig9stein@gmail.com>
Signed-off-by: MPopov <desig9stein@gmail.com>
Signed-off-by: MPopov <desig9stein@gmail.com>
Signed-off-by: MPopov <desig9stein@gmail.com>
Signed-off-by: MPopov <desig9stein@gmail.com>
desig9stein
desig9stein previously approved these changes Oct 9, 2019
@zdrawku zdrawku assigned hanastasov and unassigned zdrawku Oct 15, 2019
@hanastasov hanastasov added 💥 status: in-test PRs currently being tested and removed ❌ status: awaiting-test PRs awaiting manual verification 💥 status: in-test PRs currently being tested labels Oct 15, 2019
@hanastasov
Copy link
Contributor

Those are the visual issues that I have encountered:
Input Group label is positioned in the middle:
switch
NO padding between combo checkbox and text item
inputgroup
Switch looks broken, wider than the original:
combopadding

@simeonoff
Copy link
Collaborator Author

Those are the visual issues that I have encountered:
Input Group label is positioned in the middle:
switch
NO padding between combo checkbox and text item
inputgroup
Switch looks broken, wider than the original:
combopadding

To enable RTL support you must:

  1. Set the $direction property in the igx-core mixin to rtl.
  2. Set the dir attribute on the html element to rtl.

@hanastasov
Copy link
Contributor

  1. Set the dir attribute on the html element to rtl.

This resolved the issues I had.

@hanastasov hanastasov added the ✅ status: verified Applies to PRs that have passed manual verification label Oct 17, 2019
@zdrawku zdrawku merged commit 5187fa7 into 8.2.x Oct 21, 2019
@zdrawku zdrawku deleted the RTL-support branch October 21, 2019 08:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

material-theme RTL Support version: 8.2.x ✅ status: verified Applies to PRs that have passed manual verification

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants