#6852 Maximize view for ticket lists

v1.1.0
closed
nobody
General
Cory Johns
2015-08-20
2013-11-06
No

Add maximize button to all tracker list views. See how we implemented it in [#5561] and share logic.

The hardest part is probably figuring out where to put it. We already have rss feed, bulk edit, and bulk move in the "action" area. And on many types of pages, titles can run into the actions. We may need to develop a new approach to avoid that.

[forge:feature-requests:#143]

Related

Tickets: #5561

Discussion

  • Dave Brondsema

    Dave Brondsema - 2013-11-06
    • Labels: ux --> 42cc, ux
    • Status: open --> in-progress
     
  • Igor Bondarenko - 2013-11-07

    Regarding long titles:

    AFAICS long titles appear when you have a long search query (am I right?). Maybe the simplest way would be to just truncate the title, if it reaches action area (something like css overflow:hidden will do). User don't really care too much about query in the title, I don't think.

    Another approach would be to break title to multiple lines.

     
  • Dave Brondsema

    Dave Brondsema - 2013-11-07

    Right. I agree. Truncating would be fine, I think some of us have played around with that idea, but it was difficult to do generically since the action area can be variable size and is floated.

     
  • Igor Bondarenko - 2013-11-13
    • status: in-progress --> code-review
     
  • Cory Johns - 2013-11-13
    • QA: Cory Johns
     
  • Cory Johns - 2013-11-13
    • status: code-review --> closed
    • Milestone: forge-backlog --> forge-nov-15
     

Log in to post a comment.