[rt-users] Help with Unlabeled Buttons

Kevin Falcone falcone at bestpractical.com
Mon Jun 30 17:27:33 EDT 2014


On Mon, Jun 30, 2014 at 05:27:20PM +0000, Keith Creasy wrote:
> 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.

Are you clearing the mason cache and restarting apache?
rm -rf /opt/rt4/var/mason_data/obj/*

Otherwise RT serves the cached version of the file.

-kevin

> 
> 
> 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?
> 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 235 bytes
Desc: not available
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20140630/a7eb5404/attachment.sig>


More information about the rt-users mailing list