Page MenuHomePhabricator

Remove a TODO comment
ClosedPublic

Authored by joshuaspence on Jan 3 2015, 12:48 AM.
Tags
None
Referenced Files
F19010397: D11165.diff
Sat, Nov 22, 4:11 AM
F18836862: D11165.id26814.diff
Oct 27 2025, 3:44 AM
F18784153: D11165.id26811.diff
Oct 13 2025, 12:03 PM
F18763358: D11165.id26814.diff
Oct 6 2025, 11:55 PM
F18759991: D11165.diff
Oct 6 2025, 7:20 AM
F18712322: D11165.id.diff
Sep 29 2025, 5:21 AM
F18591167: D11165.diff
Sep 12 2025, 8:22 AM
F18565702: D11165.id.diff
Sep 9 2025, 1:38 PM

Details

Summary

Ref T6852. Apparently, this is not a TODO.

Test Plan

N/A

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

joshuaspence retitled this revision from to Remove a TODO comment.
joshuaspence updated this object.
joshuaspence edited the test plan for this revision. (Show Details)
joshuaspence added a reviewer: epriestley.
epriestley edited edge metadata.
This revision is now accepted and ready to land.Jan 3 2015, 12:49 AM
chad added inline comments.
src/view/form/control/AphrontFormControl.php
225

You could also add $classes[] = 'grouped'; here, but some members of the team may frown on that.

This revision was automatically updated to reflect the committed changes.

I think there may be a reason that "grouped" wasn't used here -- IIRC, it cuts off tokenizer dropdowns and the calendar date selection popup thing.

Oh grouped doesn't hide overflow, it should have been fine. At least a quick test and those cases still work. I think grouped is just "clearfix" without older browser support if I recall (like IE6, IE7, IE Mac, etc).