How to get row navigation in editable table in JDeveloper 12c? - oracle-adf

I am not able to get row navigation on arrow key in editable table?
I have to use JDeveloper 12c(12.1.2.0) version.
Actually I have done in JDeveloper 11g that work fine because row navigation is default functionality in JDeveloper 11g.
But this functionality not in JDeveloper 12c.
So please any body tell me how to get this functionality in JDeveloper 12c.

Two options here:
You can press ESCAPE to go out of edit-mode and navigate using the arrow keys. Press ENTER to go back in edit mode.
You can navigate an editable table by using the ENTER, SHIFT-ENTER, TAB and SHIFT-TAB keys.

Related

How to enable keyboard navigation for material-ui table

I have a react application created with Material-UI. The user has asked to enable keyboard navigation for the whole website. I am unable to navigate tables with keyboard on this website. My table looks something like https://material-ui.com/components/tables/#fixed-header. I want to go up and down a row on pressing "up arrow" and "down arrow" on keyboard. How can I enable this?
Keyboard navigation generally refers to being able focus on and trigger interactive elements like links, buttons, date-pickers, modals etc using only the keyboard controls. A table is not an interactive element so not focusable by the keyboard.
Your user's request may be intended to ensure the website meets Web Content Accessibility Guidelines. Material UI tables are semantically marked up as tables with a table header row, so the basics are there to meet this criteria.
If you activate a screen reader (like VoiceOver on Mac or NVDA on Windows) you will then be able to navigate the table with the arrow keys and each cell will be announced by the screen reader.
https://webaim.org/techniques/tables/data

Dynamics CRM for mobile remove add button on a grid

How to remove add button from a grid on a form that is connected to the different entity in CRM? Here is the picture. Account entity is connected to the Case entity.
This + sign:
Like explained in another SO thread, you can hide the subgrid (+) button using the Ribbon workbench.
Add the Case entity in a solution & open the solution in RWB. Right click & hide the subgrid button. This will hide it. You can come & unhide it again if you want.
After month and a half of working on this issue I have finally got response from the Microsoft CRM support, removal of the sub-grid (+) button in not supported by this version of the mobile application. Only way to remove it is to disable the sub-grid on the mobile phone.
I hope that this will help someone in the future not to waste time.

SSMS 2012 Results Pane nor working at all

I have tried everything assigning shortcuts, resetting keyboard, adding button by customizing but result pane is not showing up, even after adding its button and clicking on it.
Am I doing something wrong or is there some other bug?
You might be affected by a known issue, detailed here: https://support.microsoft.com/en-au/kb/2860024
Essentially, you may be experiencing a corrupted .vssettings file for SQL Server Management Studio. When you press Ctrl+R, you might see the following message in the status bar "(Ctrl+R) was pressed. Waiting for second key of chord…"
If this describes your issue, the fix is to reset the default keyboard mapping scheme:
Open SQL Server Management Studio.
On the menu bar, click Tools, and then click Options.
In the tree-view pane on the left side of the dialog box, click Keyboard.
Click Reset to reset the default keyboard mapping scheme.
In the dialog box that appears, click Yes.
Click OK.

Cannot Drag and drop in jspx page

I am using Oracle Jdeveloper 12c and I have JSPX page that I want to add UI component to it
the problem is when I drag components into the page I cant drop it inside the page i.e. the drop is disabled.
Do anyone have an idea why this happening and how to solve this.
Thank you all.
Can you drag the item into the structure pane window?
What if you right-click the top layout component in the structure page and choose to focus on that one.

How to rotate the tab focus within the popup in ADF

I have a popup with some input fields, links and buttons.
When I press tab, then the focus is moving to next element as expected.
After completing all the focus-able fields, tab focus moving to the Parent window's buttons, links, etc...
Is there any workaround to rotate the tab focus within the popup ?
I am working with ADF in JDev 11.1.1.7.0.
This is ADF framework bug. Hosted a bug with ADF Framework and they have accepted this as a bug.
I'll update this post once I get the resolution from ADF team.

Resources