[ 
http://jira.magnolia-cms.com/browse/MAGNOLIA-3356?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Steve Pugh updated MAGNOLIA-3356:
---------------------------------

    Description: 
On the edit page screen, the page components (paragraps) have green banners 
containing "Edit", "Move" and "Delete" buttons.

These are currently implemented as "spans":

<span onmousedown="mgnlShiftPushButtonDown(this);" 
onmouseout="mgnlShiftPushButtonOut(this);" 
onclick="mgnlShiftPushButtonClick(this);mgnlOpenDialog('/www/main','','0','stkTeaserNewsList','website','.magnolia/dialogs/editParagraph.html',
 null, null, 'en');" class="mgnlControlButtonSmall" style="background: none 
repeat scroll 0% 0% transparent;">Edit</span>

>From an accessibility point of view it would be better if these were standard 
>HTML buttons. It would also have the advantage of making them selectable via 
>the tab key.



  was:
On the edit page screen, the page components (paragraps) have green banners 
containing "Edit", "Move" and "Delete" buttons.

These are currently implemented as "spans":

<span onmousedown="mgnlShiftPushButtonDown(this);" 
onmouseout="mgnlShiftPushButtonOut(this);" 
onclick="mgnlShiftPushButtonClick(this);mgnlOpenDialog('/www/main','','0','stkTeaserNewsList','website','.magnolia/dialogs/editParagraph.html',
 null, null, 'en');" class="mgnlControlButtonSmall" style="background: none 
repeat scroll 0% 0% transparent;">Edit</span>

>From an accessibility point of view it would be better if these standard 
>buttons. It would also have the advantage of making them selectable via the 
>tab key.




> AdminCentral Accessibility Improvement - Edit screen buttons
> ------------------------------------------------------------
>
>                 Key: MAGNOLIA-3356
>                 URL: http://jira.magnolia-cms.com/browse/MAGNOLIA-3356
>             Project: Magnolia
>          Issue Type: Improvement
>          Components: admininterface
>    Affects Versions: 4.3.7
>            Reporter: Steve Pugh
>            Assignee: Philipp Bärfuss
>             Fix For: 4.4.x
>
>
> On the edit page screen, the page components (paragraps) have green banners 
> containing "Edit", "Move" and "Delete" buttons.
> These are currently implemented as "spans":
> <span onmousedown="mgnlShiftPushButtonDown(this);" 
> onmouseout="mgnlShiftPushButtonOut(this);" 
> onclick="mgnlShiftPushButtonClick(this);mgnlOpenDialog('/www/main','','0','stkTeaserNewsList','website','.magnolia/dialogs/editParagraph.html',
>  null, null, 'en');" class="mgnlControlButtonSmall" style="background: none 
> repeat scroll 0% 0% transparent;">Edit</span>
> From an accessibility point of view it would be better if these were standard 
> HTML buttons. It would also have the advantage of making them selectable via 
> the tab key.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.magnolia-cms.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
To unsubscribe, E-mail to: <dev-list-unsubscr...@magnolia-cms.com>
----------------------------------------------------------------

Reply via email to