Opened on 11/07/2016 at 11:34:29 AM
Closed on 12/05/2016 at 06:11:55 PM
#4609 closed change (fixed)
Default grid component
Reported by: | saroyanm | Assignee: | juliandoucette |
---|---|---|---|
Priority: | P2 | Milestone: | |
Module: | Websites | Keywords: | |
Cc: | saroyanm, jeen, p.pastourmatzis, mvelchevski, greiner | Blocked By: | |
Blocking: | #4606 | Platform: | Unknown / Cross platform |
Ready: | yes | Confidential: | no |
Tester: | Unknown | Verified working: | no |
Review URL(s): |
Description (last modified by juliandoucette)
Background
We would like to implement a default grid component.
Requirements
- Responsive columns
- Desktop
- 4 columns
- Tablet
- 2 columns (4 collapse into 2)
- Mobile
- 1 column
- Desktop
- Nesting rows
- Reverse order rows
- Right-to-left rows
- Support last 2 versions, Safari 6, IE 8
Attachments (0)
Change History (9)
comment:1 Changed on 11/10/2016 at 02:04:06 PM by juliandoucette
comment:2 Changed on 11/10/2016 at 02:04:17 PM by juliandoucette
- Status changed from new to reviewing
comment:3 Changed on 11/11/2016 at 02:10:02 PM by juliandoucette
- Priority changed from Unknown to P2
- Ready set
comment:4 Changed on 11/12/2016 at 02:14:18 PM by juliandoucette
- Cc saroyanm jeen p.pastourmatzis mvelchevski greiner added; juliandoucette removed
- Description modified (diff)
comment:7 Changed on 11/25/2016 at 12:27:21 PM by juliandoucette
- Description modified (diff)
- Summary changed from UDL grid component to Default grid component
comment:8 Changed on 12/05/2016 at 02:46:09 PM by abpbot
A commit referencing this issue has landed:
Issue 4609 - Default grid component
comment:9 Changed on 12/05/2016 at 06:11:55 PM by juliandoucette
- Resolution set to fixed
- Status changed from reviewing to closed
Note: See
TracTickets for help on using
tickets.
Updated summary and requirements based on discussions in review.
Pushing & Pulling
We used pushing and pulling in Acceptable Ads to reverse the order of columns so that the right column would appear before the left on mobile. This can be achieved using our default grid component by using reverse order rows.
Another common use for pushing and pulling is creating rows with less than 100% width. This can be achieved using our default grid component by manually setting the width of a row or row container.
---
Unlike most other grid components our grid fully supports right-to-left direction and right-to-left direction in combination with reverse ordering.