Page MenuHomePhabricator

Remove a TODO comment
ClosedPublic

Authored by joshuaspence on Jan 3 2015, 12:48 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Apr 10, 8:03 PM
Unknown Object (File)
Tue, Apr 9, 5:31 AM
Unknown Object (File)
Mon, Apr 8, 12:21 AM
Unknown Object (File)
Mon, Apr 8, 12:21 AM
Unknown Object (File)
Mon, Apr 8, 12:05 AM
Unknown Object (File)
Sun, Apr 7, 10:32 PM
Unknown Object (File)
Sun, Apr 7, 10:31 PM
Unknown Object (File)
Feb 15 2024, 11:14 AM

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).