Case 15309 - Adding message for test result

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Case 15309 - Adding message for test result

Sergio Fedi
Hi, I'm planning to solve Case 15309:


Personally, I'm not sure what is needed, and I would prefer to do this change at the request of an actual color blind person who needs it and can provide real feedback on the issue.

But that's why I'm tackling this case:

To determine whether we should do something about it, and what
or to close it


Reply | Threaded
Open this post in threaded view
|

Re: Case 15309 - Adding message for test result

CyrilFerlicot
That can be an easy fix so that would be sad to close it that fast.
You can maybe use the method "Object inform: 'text' ". This method
will display a little window at the bottom left of your World.

On 5 May 2015 at 01:46, Sergio Fedi <[hidden email]> wrote:

> Hi, I'm planning to solve Case 15309:
>
> https://pharo.fogbugz.com/f/cases/15309/adding-message-for-test-result
>
> Personally, I'm not sure what is needed, and I would prefer to do this
> change at the request of an actual color blind person who needs it and can
> provide real feedback on the issue.
>
> But that's why I'm tackling this case:
>
> To determine whether we should do something about it, and what
> or to close it
>
>



--
Cheers
Cyril Ferlicot

Reply | Threaded
Open this post in threaded view
|

Re: Case 15309 - Adding message for test result

Ben Coman
In reply to this post by Sergio Fedi

On Tue, May 5, 2015 at 7:46 AM, Sergio Fedi <[hidden email]> wrote:
Hi, I'm planning to solve Case 15309:


Personally, I'm not sure what is needed, and I would prefer to do this change at the request of an actual color blind person who needs it and can provide real feedback on the issue.

But that's why I'm tackling this case:

To determine whether we should do something about it, and what
or to close it



There are different types of colour-blindess.  I have a friend with one that see predominantly one colour (e.g blue) and the other kid sees predominantly another colour(e.g.yellow).  I don't think any one colourblind person will give broadly applicable results.  I think we'll do better addressessing general design principles [1] [2] and testing software[3].
 
[3] http://colororacle.org   (disclaimer, I haven't used it, just a recommendation from some lists)
 
cheers -ben