Uploaded image for project: 'Magnolia'
  1. Magnolia
  2. MAGNOLIA-3356

AdminCentral Accessibility Improvement - Edit screen buttons

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Outdated
    • Icon: Minor Minor
    • None
    • 4.3.7
    • admininterface

      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.

        Acceptance criteria

              fgrilli Federico Grilli
              bcc-steve Steve Pugh (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved:

                  Task DoD