? Pending

User tests: Successful: Unsuccessful:

avatar brianteeman
brianteeman
1 Apr 2017

Continuing the work to ensure that screen readers dont try to read the value of a font icon.

This PR could be improved with the use of titles as well if anyone has some suggestions to get the requires strings

avatar brianteeman brianteeman - open - 1 Apr 2017
avatar brianteeman brianteeman - change - 1 Apr 2017
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 1 Apr 2017
Category Administration com_associations com_categories com_contact com_content com_fields com_modules com_newsfeeds
avatar brianteeman brianteeman - change - 1 Apr 2017
Labels Added: ?
avatar franz-wohlkoenig franz-wohlkoenig - change - 3 Apr 2017
Category Administration com_associations com_categories com_contact com_content com_fields com_modules com_newsfeeds Accessibility Administration com_associations com_categories com_contact com_content com_fields com_modules com_newsfeeds
avatar franz-wohlkoenig franz-wohlkoenig - change - 7 Apr 2017
Title
[a11y] icons in modals
[a11y] [com_fields] icons in modals
avatar joomla-cms-bot joomla-cms-bot - edited - 7 Apr 2017
avatar tonypartridge
tonypartridge - comment - 23 May 2017

I have tested this item successfully on 96e1575

Code review.


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/15047.

avatar tonypartridge tonypartridge - test_item - 23 May 2017 - Tested successfully
avatar Quy
Quy - comment - 24 May 2017

Here is an idea to get the status strings:

				<?php
				$iconStates = array(
					-2 => array('icon-trash', JText::_('JTRASHED')),
					0 => array('icon-unpublish', JText::_('JUNPUBLISHED')),
					1 => array('icon-publish', JText::_('JPUBLISHED')),
					2 => array('icon-archive', JText::_('JARCHIVED')),
				);
				?>
						<td class="center">
							<span class="<?php echo $iconStates[$this->escape($item->state)][0]; ?>" aria-hidden="true"></span> <span class="element-invisible"><?php echo $iconStates[$this->escape($item->state)][1]; ?></span>
						</td>
avatar brianteeman
brianteeman - comment - 24 May 2017

typos fixed - thanks
@Quy I will leave that suggestion for another PR

avatar Quy
Quy - comment - 24 May 2017

I have tested this item successfully on 5b2b30a

Code review.


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/15047.

avatar Quy Quy - test_item - 24 May 2017 - Tested successfully
avatar franz-wohlkoenig
franz-wohlkoenig - comment - 24 May 2017

@tonypartridge can you please retest?

avatar brianteeman
brianteeman - comment - 27 May 2017

Updated branch - no need for new tests

avatar tonypartridge
tonypartridge - comment - 29 May 2017

anyone have any idea why AppVayor is stuck on waiting? @wilsonge ?

avatar zero-24
zero-24 - comment - 29 May 2017

I have just gived it another try.

avatar wilsonge wilsonge - close - 29 May 2017
avatar wilsonge wilsonge - merge - 29 May 2017
avatar wilsonge wilsonge - change - 29 May 2017
Status Pending Fixed in Code Base
Closed_Date 0000-00-00 00:00:00 2017-05-29 13:28:51
Closed_By wilsonge
avatar wilsonge
wilsonge - comment - 29 May 2017

Merged on review

avatar brianteeman
brianteeman - comment - 29 May 2017

Thanks

Add a Comment

Login with GitHub to post a comment