Skip to content
New issue

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

week calendar print issue on Firefox #56

Open
houjie1979 opened this issue Jan 16, 2016 · 1 comment
Open

week calendar print issue on Firefox #56

houjie1979 opened this issue Jan 16, 2016 · 1 comment

Comments

@houjie1979
Copy link

this happens on v1.2.3-pre and v1.2.2.
On firefox(43.0.4) testing print preiview on weekcalendar_full_demo.html
the border lines of time-header-cell do not consistent with time-slot row.
in fact, when you try zoom on Firefox, you'll see this issue. This is not a blocker. But it still exists in print action, which will be a major blocker to use week calendar.
I have to swich to to IE11 or Chrome for print operation, which're ok for print.

@houjie1979 houjie1979 changed the title weekly calendar print issue on FireFox week calendar print issue on Firefox Jan 16, 2016
@houjie1979
Copy link
Author

another minor issue on v1.2.3-pre and i put fix here.
on _scrollToHour : function(hour) function, the last else branch:
else {
//slot = hour - self.options.businessHours.start
slot = hour - self.options.businessHours.start-1;//fix code. index from 0
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant