You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@isis.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2013/11/15 14:21:29 UTC

[jira] [Commented] (ISIS-587) Various UI improvements for Wicket viewer.

    [ https://issues.apache.org/jira/browse/ISIS-587?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13823633#comment-13823633 ] 

ASF subversion and git services commented on ISIS-587:
------------------------------------------------------

Commit a3c11b3008ebca99d5fc035e75ee8d4d73215766 in branch refs/heads/master from [~danhaywood]
[ https://git-wip-us.apache.org/repos/asf?p=isis.git;h=a3c11b3 ]

ISIS-587: lengths of text field, text area, date field in table

specifically:
* "size" (typical length) and "maxlength" attributes set on text fields (input type=text)
* "maxlength" set on text area, with JS to support cross-browser
* width of text area set to 70% to better use space
* date field (when in table) given an additional +1 char to (hopefully) avoid truncation in Chrome on Mac.


> Various UI improvements for Wicket viewer.
> ------------------------------------------
>
>                 Key: ISIS-587
>                 URL: https://issues.apache.org/jira/browse/ISIS-587
>             Project: Isis
>          Issue Type: Improvement
>          Components: Viewer: Wicket
>    Affects Versions: viewer-wicket-1.3.1
>            Reporter: Dan Haywood
>            Assignee: Dan Haywood
>            Priority: Minor
>             Fix For: viewer-wicket-1.4.0
>
>
> 1. multiline strings (eg ToDoItem#notes) should use more of the page.
> 2. multiline strings (eg ToDoItem#notes) should honour MaxLengthFacet in a cross-browser fashion
> 3. regular strings should set size (TypicalLengthFacet) and maxlength (MaxLengthFacet).   If the typical length > max length, then use max length.
> 4. report of truncation of dates in tables on Chrome/Mac.  Make a bit wider.



--
This message was sent by Atlassian JIRA
(v6.1#6144)