[
https://issues.apache.org/jira/browse/CLIMATE-375?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14121623#comment-14121623
]
ASF GitHub Bot commented on CLIMATE-375:
----------------------------------------
GitHub user MJJoyce opened a pull request:
https://github.com/apache/climate/pull/109
CLIMATE-375 - Truncate long dataset names in DatasetDisplay
- Long dataset names are now truncated down in the dataset display.
This uses CSS to do the truncation based on row size. It could also be
done with a filter but that was decided against due to the difficulty in
associating a number of characters with a row width given the
semi-dynamic nature of the layout.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/MJJoyce/climate CLIMATE-375
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/climate/pull/109.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #109
----
commit debe812189d99b104385dbc5caa908d9dcf9d3d9
Author: Michael Joyce <[email protected]>
Date: 2014-09-04T17:30:58Z
CLIMATE-375 - Truncate long dataset names in DatasetDisplay
- Long dataset names are now truncated down in the dataset display.
This uses CSS to do the truncation based on row size. It could also be
done with a filter but that was decided against due to the difficulty in
associating a number of characters with a row width given the
semi-dynamic nature of the layout.
----
> Truncate long dataset names in UI
> ---------------------------------
>
> Key: CLIMATE-375
> URL: https://issues.apache.org/jira/browse/CLIMATE-375
> Project: Apache Open Climate Workbench
> Issue Type: Improvement
> Components: webapp
> Affects Versions: 0.3-incubating
> Reporter: Michael Joyce
> Assignee: Michael Joyce
> Fix For: 0.5
>
>
> At the moment really long dataset names end up wrapping in the dataset picker
> and look less than ideal. Adding a filter to truncate this to a certain
> length might be a nice improvement.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)