Page MenuHomePhabricator

Possible fix for month view day deadzone
ClosedPublic

Authored by lpriestley on May 21 2015, 6:06 PM.
Tags
None
Referenced Files
F17773701: D12969.diff
Wed, Jul 23, 5:58 PM
Unknown Object (File)
May 22 2025, 2:53 PM
Unknown Object (File)
May 20 2025, 9:35 PM
Unknown Object (File)
May 19 2025, 7:24 AM
Unknown Object (File)
May 19 2025, 3:02 AM
Unknown Object (File)
May 18 2025, 7:53 PM
Unknown Object (File)
May 14 2025, 12:19 AM
Unknown Object (File)
May 10 2025, 1:27 AM
Subscribers

Details

Summary

Ref T8193, Possible fix for month view day deadzone

Test Plan

Open Calendar month view in Chrome, Firefox, or Safari. Verify that days with many events still link to the day views of those days.

Diff Detail

Repository
rP Phabricator
Branch
calendarmonthdaylink
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 6199
Build 6220: [Placeholder Plan] Wait for 30 Seconds

Event Timeline

lpriestley retitled this revision from to Possible fix for month view day deadzone.
lpriestley updated this object.
lpriestley edited the test plan for this revision. (Show Details)
lpriestley added a reviewer: epriestley.
lpriestley edited edge metadata.

surrendering to php

Very disappointed this isn't a css-only fix, but don't see a way around it.

epriestley edited edge metadata.
epriestley added inline comments.
src/view/phui/calendar/PHUICalendarMonthView.php
308 ↗(On Diff #31259)

I think $count and $max_height are always passed, so you could remove the defaults.

309 ↗(On Diff #31259)

Not technically used, since it's always assigned a little later on.

This revision is now accepted and ready to land.May 22 2015, 12:04 AM
lpriestley marked 2 inline comments as done.
lpriestley edited edge metadata.

technicalities

This revision was automatically updated to reflect the committed changes.