| Issue 2532: | Right to left in hebrew not working correctly | |
| 1 person starred this issue and may be notified of changes. | Back to list |
When setting the fullCalendar's lang to hebrew (by adding the he.js link), the rtl is not displayed correctly. the current day is displayed in ltr and get messed up, and the arrows are displayed incorrectly. (see first image attached: fullCalendar_rtl_bug.png).
A simple solution was to add the "direction:rtl;" in the he.js file needed to the css to show it correctly (see second image attached: fullCalendar_rtl_bug_fix.png)
this is what i've added for a simple solution:
var sheets = window.document.styleSheets[0];
sheets.addRule("#calendar", "direction:rtl;");
a better way maybe is to add a new css with the direction:rtl, or find the correct styleSheet and add the rule.
Aug 20, 2015
Discussion for this issue has moved to the following URL: https://github.com/fullcalendar/fullcalendar/issues/2797 This is because Google Code is shutting down. Apologies if you are being pestered with these notifications. This is a one-time event. Happy coding, Adam
Status:
ExportedToGithub
|
|
| ► Sign in to add a comment |
Labels: Type-Bug