Order tab page in oracle forms? - oracleforms

I have four tab page A,B,C,D.
I have a master and detail views and the tab pages are on detail view.
When i click on the detail views, the tap page who have the focus is the first tap page. When i close it and reopen again the the tab page which have the focus is the last tab page which has the focus not necessary the first one.
how can i set a default tab page ?

Related

Web Accessibility - Navigating to Tab from tabpanel

I have a modal that consists of tab layout to enter some form data. The form is a list of radiogroups that can be quite long.
For a user to get back to the tab, currently they have to shift+tab all the way back through the radio buttons to get back to the tab.
I know escape should close the modal. What is the expected keyboard navigation to return to a tab from a tab panel, so the user doesn’t have to shift tab through all of the radio buttons?
There is no predefined standard keyboard shortcut to go back to a tab control from inside its content.
IN a native app, you can go to next/previous tab with Ctrl+Tab/Ctrl+Shift+Tab or Ctrl+PageDown/Up, or sometimes Ctrl+number.
However, on the web, these shortcuts are of course already taken to control the tabs of the browser itself. You won't be able to intercept them for your own use, and even if you could, it would be a terribly bad idea because you would prevent the user from changing browser tab.
If your modal dialog is so big and so long, maybe you can think about modifying the behavior of the escape key.
On first press, you go back on the tab control, and if you area already on the tab control then it closes the dialog.
The user whould have then to press escape twice to close the dialog completely. This is a change from standard escape behavior, but it's maybe more acceptable than defining a completely new keyboard shortcut that no one will use because it's unknown or they didn't get the information at proper moment or didn't remember about it.
More generally, it's maybe the sign that your UI design is too complicated and that you should simplify it or organize it differently.
What about splitting into different dialogs (e.g. one per tab) ? Making groups that you can expand/collapse ? etc.
A big part of accessibility is also about making things simple. If it's too complicated to do it accessibly, maybe you should simplify.
There is no such keyboard shortcut defined for this action in web applications. If you take a look at the "keyboard interaction" section of the W3's Authoring Practices document on "Tabs":
For the tab list:
Tab:
When focus moves into the tab list, places focus on the active tab element.
When the tab list contains the focus, moves focus to the next element in the page tab sequence outside the tablist, which is the tabpanel unless the first element containing meaningful content inside the tabpanel is focusable.
When focus is on a tab element in a horizontal tab list:
Left Arrow: moves focus to the previous tab. If focus is on the first tab, moves focus to the last tab. Optionally, activates the newly focused tab (See note below).
Right Arrow: Moves focus to the next tab. If focus is on the last tab element, moves focus to the first tab. Optionally, activates the newly focused tab (See note below).
When focus is on a tab in a tablist with either horizontal or vertical orientation:
Space or Enter: Activates the tab if it was not activated automatically on focus.
Home (Optional): Moves focus to the first tab. Optionally, activates the newly focused tab (See note below).
End (Optional): Moves focus to the last tab. Optionally, activates the newly focused tab (See note below).
Shift + F10: If the tab has an associated popup menu, opens the menu.
Delete (Optional): If deletion is allowed, deletes (closes) the current tab element and its associated tab panel, sets focus on the tab following the tab that was closed, and optionally activates the newly focused tab. If there is not a tab that followed the tab that was deleted, e.g., the deleted tab was the right-most tab in a left-to-right horizontal tab list, sets focus on and optionally activates the tab that preceded the deleted tab. If the application allows all tabs to be deleted, and the user deletes the last remaining tab in the tab list, the application moves focus to another element that provides a logical work flow. As an alternative to Delete, or in addition to supporting Delete, the delete function is available in a context menu.
Notably absent is any shortcut for the operation you are envisioning. You may look to QuentinC's answer for some alternative solutions from more of a UX perspective.

Navigating Tabs in a Web Page Using JAWS Screen Reader

What keystrokes should one use to navigate tabs on a web page using JAWS Screen Reader? I'm talking about tabs within a web page, not separate web pages opened in different tabs. Such tabs usually appear in the middle of web pages.
What I want to know is how to navigate from one tab to its associated content area. Also, once I'm done reading the tab's content, I want to go back to tab titles, switch to another tab, and then read that second tab content.
I help to build websites that are accessible to screen reader users. An answer to this question would allow us to test what we develop.
Within tabs user will expect to use left/right arrow to navigate between tabs.
1. User press tab key to focus to the tab strip; the first tab item gets focus.
2. Then will use left/right arrow to jump between tabs.
3. Pressing tab key again, will move the focus out of the tab strip to the next focusable element.
Complete aria guidelines for tabpanel is here: https://www.w3.org/TR/wai-aria-practices-1.1/#tabpanel
Once a tab control has focus, use the apostrophe key to navigate through tabs.

page controller with tab control

I'm using a tabbed application. I want to have a page control in one of my tab views. When I place the page control and link it to another view controller, I can change pages like I want too, but the tab bar disappears completely from the bottom. How can I keep my tab bar to stay even in a different page control view?
Assuming you're doing this in storyboard:
Option-drag from the tab view controller to the target view controller.
A pop up will appear - make sure you pick the 'View Controllers' option under 'Relationship Segue' rather than anything under 'Manual Segue'.

Is there any tab priority settings in Sugar Pro 6.3.0

I am using sugar pro 6.3.0 but when i redoeder my tabs with the Display Module Tabs and Subpanels option available in Administration tab, the tab like Accounts automatically gets displayed before other tabs even if the Accounts tab is displayed below the other tabs on the Administration»Display Module Tabs and Subpanels as shown below:
Any idea where to change that priority to see the tabs in the exact order as shown in the Displayed Tabs column in the above figure?
Click your username at the top, next to 'Log Out'.
Then click the tab 'Advanced'.
In the panel 'Layout Options', you should be able to arrange the order of tabs for the particular user.
Clicking 'Reset User Preferences' button on the same page should also fix it.

How to make Page Tab app visible

I created a page tab app for my fan page. It's a simple html page that displays a photo. It appears to have been successfully created and I can add it to the page. The icon appears blow "friend activity" on the left. I've edited the page permission so the page tab is the default landing tab. However, when I visit the page, the new tab page is not displayed.
Default landing tab is intended to be default only to users visiting a page who is not yet fan of that page.
default landing tab for users who have not liked and are not admins of this Page