Issue 2532: Right to left in hebrew not working correctly
Status:  ExportedToGithub
Owner: ----
Closed:  Aug 2015
Reported by get.my.p...@gmail.com, Jun 30, 2015
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.
fullCalendar_rtl_bug.PNG
34.6 KB   View   Download
fullCalendar_rtl_bug_fix.PNG
66.8 KB   View   Download
Aug 2, 2015
Project Member #1 adamrs...@gmail.com
(No comment was entered for this change.)
Status: Reproducing
Labels: Type-Bug
Aug 20, 2015
Project Member #2 adamrs...@gmail.com
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