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

minTime bug with event positioning #78

Closed
mlaufer opened this issue Dec 10, 2015 · 2 comments
Closed

minTime bug with event positioning #78

mlaufer opened this issue Dec 10, 2015 · 2 comments
Milestone

Comments

@mlaufer
Copy link

mlaufer commented Dec 10, 2015

Hello,

there seems to be a problem with the calculation of events, which start before the current minTime of the resource timeline view. Basically, all events with the class "fc-not-start" are positioned incorrectly, since they lack a proper left or width value.

Also, creating an overlap between normal events and one of those buggy oness does not result in the correct overlap display of normal events, since the resource row will not be increased and they just plainly overlap.

See: http://jsbin.com/fuheyegega/1/edit?js,output

Setting "left: 0px" with css or javascript does not fix the overlap bug, but helps with displaying right now

@arshaw arshaw changed the title 'fc-not-start' events are positioned incorrectly in timeline view minTime bug with event positioning Dec 11, 2015
@arshaw
Copy link
Member

arshaw commented Dec 29, 2015

a further whittled down recreation:
http://jsbin.com/hepexabeco/1/edit?js,output

@arshaw arshaw modified the milestone: 1.2.0 Dec 29, 2015
@arshaw arshaw closed this as completed in 5cda641 Jan 4, 2016
@arshaw
Copy link
Member

arshaw commented Jan 7, 2016

fixed in scheduler 1.2.0, released

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

2 participants