[rt-users] Help with Unlabeled Buttons

Keith Creasy kcreasy at aph.org
Mon Jun 30 13:27:20 EDT 2014


Hi Kevin.

This fixes the problem but I can't figure out where on our server to make the change so that I can test the result. I tested on a simple, local file but when I change our server location which happens to be "/opt/rt4/share/html/Widgets/SelectionBox" It doesn't seem to make any difference. 


I used aria-label like this:

<input aria-label="Move up" name="moveup" type="submit" class="button" value=" ↑ " />
 <input aria-label="Move down" name="movedown" type="submit" class="button" value=" ↓ " />


I'll b Happy to submit a patch but would like to get it on our own server first.

-----Original Message-----
From: rt-users [mailto:rt-users-bounces at lists.bestpractical.com] On Behalf Of Kevin Falcone
Sent: Friday, June 27, 2014 6:13 PM
To: rt-users at lists.bestpractical.com
Subject: Re: [rt-users] Help with Unlabeled Buttons

On Fri, Jun 27, 2014 at 08:20:30PM +0000, Keith Creasy wrote:
> The buttons appear in several places but one example is the screen 
> where you modify the "content" of a "dashboard". The buttons to add a 
> search for example I think is a right-pointing arrow. There are also 
> up and down arrows that I believe move the item higher or lower on the 
> view. This isn't the only place but maybe that helps you pinpoint what 
> we need to change.

https://github.com/bestpractical/rt/blob/stable/share/html/Widgets/SelectionBox#L179
https://github.com/bestpractical/rt/blob/stable/share/html/Widgets/SelectionBox#L193

That widget is used in a number of places, so may fix several spots in the UI.  I assume the problem is that we're using an HTML entity which the reader doesn't know how to deal with?

-kevin



More information about the rt-users mailing list