[rt-users] Help with Unlabeled Buttons
Keith Creasy
kcreasy at aph.org
Mon Jun 30 17:58:37 EDT 2014
No, I am not. This is probably what's happening. Thanks.
Keith
-----Original Message-----
From: rt-users [mailto:rt-users-bounces at lists.bestpractical.com] On Behalf Of Kevin Falcone
Sent: Monday, June 30, 2014 5:28 PM
To: rt-users at lists.bestpractical.com
Subject: Re: [rt-users] Help with Unlabeled Buttons
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/Sel
> ectionBox#L179
> https://github.com/bestpractical/rt/blob/stable/share/html/Widgets/Sel
> ectionBox#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?
>
More information about the rt-users
mailing list