Page MenuHomePhabricator

Remove a TODO comment
ClosedPublic

Authored by joshuaspence on Jan 3 2015, 12:48 AM.
Tags
None
Referenced Files
F18307789: D11165.id26814.diff
Sun, Aug 24, 2:14 AM
F18207712: D11165.id26811.diff
Mon, Aug 18, 7:20 PM
F18202243: D11165.id.diff
Mon, Aug 18, 9:34 AM
F18192746: D11165.diff
Sun, Aug 17, 4:35 AM
F18048239: D11165.diff
Sun, Aug 3, 1:26 PM
Unknown Object (File)
Jun 16 2025, 7:59 PM
Unknown Object (File)
Jun 16 2025, 7:58 PM
Unknown Object (File)
Jun 15 2025, 5:31 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).