wannabegeek / ng2-split-pane

Split View module for Angular 2
MIT License
43 stars 25 forks source link

Split pane breaks in RTL mode #47

Open cvtoro opened 6 years ago

cvtoro commented 6 years ago

I have a page I'm trying to display right to left for Arabic localization. I set the direction to "rtl" for the body tag of my page. Everything looks good except that dragging the panes does not leave the panes where I would expect them to be. I have several pages that use this module and so far I've had to come up with a hack solution of keepting the split pane in "ltr" and showing different content in split-pane-content-primary and split-pane-content-secondary respectively depending on the direction. It would be great if ng2-split-pane supported this natively.