twinssbc / Ionic2-Calendar

A calendar component based on Ionic framework
https://ionic-calendar-demo.stackblitz.io
MIT License
388 stars 197 forks source link

Problem with hours on the weekview #129

Closed benoitrongeard closed 7 years ago

benoitrongeard commented 7 years ago

Hello,

I have a little problem with de mode "week". The ours keys are hidden... I don't understand. The month view work perfectly :)

Have you an idea for this problem ? :) Thanks :) ps : Great job for this component !!

capture d ecran 2017-06-11 a 20 09 23
twinssbc commented 7 years ago

@dualshote It's likely some css problem. Did you override some styles globally? Could you use developer tool to check why nothing displayed under all day row?

benoitrongeard commented 7 years ago

Hi @twinssbc, i don't think that is a css problem... I have juste the "all day" row present in the DOM.... I didn't override the calendar styles for the moment.

Thank's for your help :)

benoitrongeard commented 7 years ago
capture d ecran 2017-06-12 a 19 20 51

This is a img from my DOM :/

twinssbc commented 7 years ago

@dualshote The init-position-scroll element in your snapshot is the container of the normal events. Could you expand it to see if the child elements are rendered and where are they get rendered?

benoitrongeard commented 7 years ago

@twinssbc Yeah i fount it into the init-position-scroll element ! Thank's ! But i don't understand why they are hidden... I verify all css properties but i don't understand witch property hide it....

capture d ecran 2017-06-13 a 19 14 46
benoitrongeard commented 7 years ago

Ok, i found the solution. My calendar component is in a grid component that why the hours are hidden... Thank's for you help :)