Button seems to be missing a label when creating content

This forum is primarily for reporting issues about Web Accessibility such as difficulty using mojoPortal with a screen reader or other assistive technology.

Post any feedback here related to improving the accessibility or usability of mojoPortal. As stated in our Accessibility documentation, it is an important goal of the project that both the front-end customer experience and the back end administration and content publishing features be accessible to as many people as possible. Ideally, if you post about problems, we will also be glad to have suggestions on how the problems can be fixed but all constructive feedback on these issues is welcome.

This thread is closed to new posts. You must sign in to post in the forums.
1/13/2013 7:27:24 PM
Gravatar
Total Posts 139
"All that is gold does not glitter, not all those who wander are lost;" --J.R.R. Tolkien

Button seems to be missing a label when creating content

Hello all,

I just thought I would let you know that there is a button that has a missing label in the backend of Mojo portal's latest version.  The button is right next to the "create content" button.  I'm not sure what the button should say though, so maybe somebody with sight could take a look?  Thanks.

1/14/2013 8:56:18 AM
Gravatar
Total Posts 18439

Re: Button seems to be missing a label when creating content

Hi,

Thanks for pointing that out. Its actually an image button that is intended to be hidden and not used directly by a user. The purpose of the button is to to add a global content instance to the page when the add global content dialog is dismissed. If you configure an html instance to be global so it can be re-used on multiple pagres then a new link appears  on this page (PageLayout.aspx) that links to the global content dialog page. The link is not shown uless there exists global content that hasn't been added to the current page. Then if you choose content from the global dialog upon dismissing the dialog javascript will set a hidden field with the module id of the selected content then it will click this hidden button to add it to the page. So its a button intedned to be clicked only from javascript not by the user.

I will fix this for the next release by adding tabIndex="-1" on the hidden button, this well prevent you from tabbing into the hidden image button so it will avoid the confusion about the blank label.

Thanks,

Joe

1/14/2013 10:02:54 AM
Gravatar
Total Posts 139
"All that is gold does not glitter, not all those who wander are lost;" --J.R.R. Tolkien

Re: Button seems to be missing a label when creating content

Okay great.  I never would have guessed that!

You must sign in to post in the forums. This thread is closed to new posts.