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

Fix for: Clicking on a day in the monthly view and selecting the wrong day #2276

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

KBenMessaoud
Copy link

By altering the childHeight value to be half of the child view's measured height in our layout method, we've halved the size of the clickable area in our calendar. This change has impacted how child views are arranged, particularly the layout() method that positions and sizes views within their container. Consequently, only clicks in the lower half of the calendar cells are recognized, even though the cells look visually unchanged.

All that's left to do is remove the red grid that helped us understand the problem.

image

@inson1
Copy link

inson1 commented Jan 11, 2024

@KBenMessaoud SMT apps were sold. Fork is here https://github.com/FossifyOrg Please create PR there

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

Successfully merging this pull request may close these issues.

None yet

2 participants