SocialTextStandardAccesskeys


SocialText Standard ACCESSKEYs

 

One of several FeatureRequests.

 

 

<a id="page-control-edit-link" onclick="try { show_edit_div() } catch(e) {}; return false;" class="workspace-bar-link" href="#">Edit This Page</a>

to this (note the accesskey="e" addition)

<a id="page-control-edit-link" onclick="try { show_edit_div() } catch(e) {}; return false;" class="workspace-bar-link" accesskey="e"  href="#">Edit This Page</a>

 

 

         <a
          id="st-edit-button-link"
          title="Click this button to edit the page"
          class="st-page-action-button-link"
          href="#"
         >Edit</a>

to this (note the accesskey="e" addition)

         <a
          id="st-edit-button-link"
          title="Click this button to edit the page"
          class="st-page-action-button-link"
          href="#"
          accesskey="e"
         >Edit</a>

 

These work easily in Firefox and Safari. Internet Explorer highlights anchors with accesskeys, but doesn't activate them. We may wish to consider making these buttons actually, oh, say, buttons. -- zac.bir

 

Return to the FrontPage.