≡

wincent.dev

  • Products
  • Blog
  • Wiki
  • Issues
You are viewing an historical archive of past issues. Please report new issues to the appropriate project issue tracker on GitHub.
Home » Issues » Bug #1675

Bug #1675: Summaries in issues#index being needlessly truncated

Kind bug
Product wincent.dev
When Created 2010-09-01T13:56:25Z, updated 2015-06-18T01:37:30Z
Status closed
Reporter Greg Hurrell
Tags no tags

Description

To reproduce, visit issues#index when some issues with long summaries are visible. Make the window sufficiently wide and you'll see that they are being unnecessarily truncated.

The solution is probably to emit them to the browser without truncation, and perform truncation using JavaScript if deemed necessary at runtime. Worst case scenario if the JS truncation can't be done or doesn't work properly is that the table may appear crowded (summaries can be up to 255 characters long).

Will have to experiment.

Comments

  1. Greg Hurrell 2015-05-05T15:13:51Z

    Note: can probably also consider something CSS-based.

  2. Greg Hurrell 2015-05-19T15:38:03Z

    Probably go with a webkit-only lineclamp thing. Because I am selfish.

  3. Greg Hurrell 2015-06-18T01:37:28Z

    Fixed locally, will go out in next deploy.

  4. Greg Hurrell 2015-06-18T01:37:30Z

    Status changed:

    • From: open
    • To: closed
Add a comment

Comments are now closed for this issue.

  • contact
  • legal

Menu

  • Blog
  • Wiki
  • Issues
  • Snippets