On Mon, 28 Mar 2011 11:25:52 +0200 "MOKRANI Rachid" <rachid.mokr...@ifpen.fr> wrote:
> After download dl 09rc1 I have some suggestions about "Active Ticket" > http://www.thregr.org/~wavexx/tmp/dl-again.png > > 1 - We need to use the different icon "save, delete, edit" before to know > what is it . Can you add some description ? Is a tooltip enough? > 2 - In the "Date" column, we can't sort the column (down.png). It should be > nice if we can sort also by Size and Ticket name. It should be useful if we > need to search a ticket with is name, or very big ticket. I'll see if I can make it but I would like to release first, then continue. > When I click on "Editing ticket" it should be nice, if I can resend it to > someone. May be you can let the field "Send link to e-mail" if I want to > resend the same ticket to another person. In this case I can change my > "Comment". This is easy to implement, but a colleague actually suggested to remove it since it's not obvious if it actually resents the notification or "edits" something. > And the last, that I send directly to you. > When I create a ticket, and if I create a very long text in the Comment > field, without carriage return. And if I want to see my "Active tickets", the > long words don't wrap, it's ugly. I fixed this, somewhat. I discovered that 'word-wrap: break-word;' property doesn't work anymore on firefox 4 (and 3 in cells). My solution is to manually break words using a zero-width space at some arbitrary length. The result is not perfect, but workable: http://www.thregr.org/~wavexx/tmp/dl-again2.png