Why disabled elements got tabindex? in editor menu items ex: edit, table, file - tabindex

I need to confirmation from tiny mce editor.
-->why disabled elements accessible with the tab.
-->example: In editor menu edit, table have disabled elements still able to access with tab property.
-->normally we don't access those disabled elements.
why disabled elements getting tab index and focus
why disabled elements getting tab index and focus
why disabled elements getting tab index and focus
disabled elements not accessible with tabindex and focus.

Related

Tab navigation in MFCProprtyGridCtrol

I am working in an MFC windows application. I am using Grid control with some icons and its properties are displaying with MFC Property Grid Control ( CMFCPropertyGridCtrl ). I need to implement tab navigation. I i am in some icon (let us assume "Star1") and when I press tab key it should go to its properties control ( MFC Property grid control) and focus on any field or group name.
I did try to capture keyboard events in PretranslateMessage(). but needs how to set focus on that specific field or group name?

How to display dotted line around radio button or check box control withTrinidad jsf table tag

Currently in our web application, Trinidad JSF tr:table tag is used to display information in the table format. Upon using the attribute rowSelection=single, radio button displayed automatically for each row in a table and name/text next to this control is not visible to the user.
When user navigates with tab key to select the radio button control or user clicks on the same with mouse button, focus with dotted line is not displayed on the control.
What are the different approaches to display dotted line (provided by IE browser) around the radio button / check box control created by Irinidad JSF table tag?
End user requires this accessibility feature.
Right now, we are using,
myfaces-api-1.1.4.jar, myfaces-impl-1.1.4.jar,
trinidad-api-1.0.7.jar,trinidad-impl-1.0.7.jar,
Browser IE 8.0
Find your CSS file, look for any lines that have
outline: none;
And remove them.
This will fix most, if not all of your missing focus indicator problems. There might be scenarios where you have a hidden overflow that is causing the outline to not show up on some browsers. You would have to find those and fix them by adding appropriate focus styles.

Tab stop order for controls residing inside Tab control?

In my MFC application, which is a modeless dialog by itself, has a Tab control along with many other controls. And Tab control has two tabs, and dialogs are inserted into those.
This tab control is preceded and followed by other controls in the tabbing order. And when tab key gets to the tab control, It doesn't go into the dialogs inside tab, instead it moves to the next control in the application. I want that to go into the tab dialog and navigate through controls inside it.
At the moment, Tab key visits these dialogs inside tabs after visiting all controls in my application(modeless dialog).
How do I or where do I set tab order such that the tab key goes into the tab control dialogs ?
Research the WS_EX_CONTROLPARENT window style. MSDN:
"If this style is specified, the dialog manager recurses into children of this window when performing navigation operations such as handling the TAB key, an arrow key, or a keyboard mnemonic."

Radio button focus on DocuSign templates

We have are getting a strange behavior with the radio groups in our templates. Each of the radio groups is required, however, when a radio button from a group is selected, the next radio button (not the next group) gets focus. This will confuse our users as they will think they have to click each radio. Moreover, it would be helpful if an entire group could have focus as opposed to individual radios.
Is there a way to give the group focus as opposed to the individual radio?
The manner in which Radio Buttons (or any other type of input element) get focus in the Signing Session UI is not configurable via the API, nor is it configurable via the DocuSign web console.
we can change this option from Docusign settings.
Preferences->Account Administration->Features->signing auto-navigation rule-> Navigate Blank Required Fields
This will move focus to next field when a radio button is selected from Radio group.

Setting the Tag property of a VB6 menu object

I have an old VB6 application that uses the Tag property to Enable / Disable the Main Menu items in the (startup) mdiForm. I see where the program reads the Menu Tag Property and compares it to the User's security (a string). If the Tag matches the User's security string then the menu item is made Visible and Enabled.
No where in the VB6 code or in the VB6 Menu Editor do I see how to initially set the Tag property for a menu item. The call to enable the User's menu items is the 5th line of code in the MDIForm_Load() event code, so there is not much else that can run before this call.
Does anybody know how to initially set the Tag property for a main menu drop down items?
Try clicking to select the menu item you are interested in, then the Tag property will be available in the properties window. You can also highlight the form that contains the menus in the project explorer and select the menu from the controls drop down.

Resources