Closed GoogleCodeExporter closed 8 years ago
Forgot to mention, that this issue was created from feedback originally
provided by
Stefan Küng. See:
http://tortoisesvn.tigris.org/servlets/ReadMsg?list=dev&msgNo=34624
Original comment by schoenho...@gmail.com
on 21 Aug 2008 at 8:46
Change line 379 in IssueBrowserDialog.cs to another color:
if (!issue.HasOwner)
item.ForeColor = SystemColors.HotTrack;
Original comment by schoenho...@gmail.com
on 21 Aug 2008 at 8:57
> But grey is
> 'reserved' for inactive or non-selectable stuff in a list control
List controls in Windows usually have no inactive or non-selectable state so it
may
not be entirely illegitemate to overload the meaning of grey text in this
context.
In some sense, the user is being discouraged from selecting those issues.
Perhaps
there should even be a validation check to prevent the user from having an
unowned
issue selected when OK is pressed?
Original comment by azizatif
on 21 Aug 2008 at 9:08
Original comment by azizatif
on 31 Aug 2008 at 12:52
>>
Perhaps there should even be a validation check to prevent the user from having
an
unowned issue selected when OK is pressed?
<<
This is now opened as issue #12.
Original comment by azizatif
on 8 Sep 2008 at 10:16
Original comment by azizatif
on 4 Feb 2009 at 11:32
Original issue reported on code.google.com by
schoenho...@gmail.com
on 21 Aug 2008 at 8:22