Problem that the application stuck when inputting Korean in javafx 11 - java-11

The environment currently being tested is as follows.
openjdk 11
javafx 11
macOS ( Monterey )
The problem is that the application stuck when you enter Korean in the text field.
This is a problem that occurs when you type in Korean and then erase it with backspace or press the space bar.
As a result of testing, there was no problem in the previous OS Big Sur and Sierra.

Related

Unsupported Mac Mojave display Issue

The Mac built-in display is unresponsive to closed lid state and causes external display not to respond to resolution adjustment behavior on an unsupported Mac running macOS Mojave.
New Tag Request
unsupported-mac &
mac-display
Easy fix/workaround for this is to download a program that I fianlly found. Super easy. Here it is. https://github.com/Eun/DisableMonitor. Download and run. Click the display icon in menu bar and navigate to appropriate device and select disable. This will cause your external monitor to take true full power of your display environment.

Clicks going to background window in Adobe AIR app on OS X High Sierra

We have a fairly large AIR desktop application (captive AIR, using Runtime version 21).
Recently our QA have confirmed and reproduced an odd report by a Mac user:
When the app is in full screen, running on OS X High Sierra, then some clicks on the main user interface go through to whatever application is running behind the window. Whatever background window has been clicked, it will jump to the front and the click is processed, e.g. if the click was sent to a Finder window and happened to be in the location of a favorites folder, that folder will be opened as if you clicked it when the Finder window was open.
If no window is behind our app at the click location, the desktop will receive focus.
This is not consistent and even clicks in the same spot (as much as one can hit the same pixel twice) sometimes go to the background window and sometimes end up, as expected, in our window.
I know that this sound weird but it's been verified both by our QA and by me and another developer working on different machines.
Ideas would be most welcome.
Answering my own question after some trial and error:
Upgrading to AIR SDK 28 solved the problem.
Bonus tip: Avoid Adobe AIR. Great technology, zero support, dead forums.

Oracle MAF: Clicking on Input text fields in a dialogue popups causing random crashes under Windows 10 Anniversary Edition

We have implemented a tablet-based application using Oracle MAF. The application runs on Windows UWP. When it was rolled out last year, it has been working fine until the customers upgraded Windows UWP on their laptops to Windows Anniversary edition. After some investigation, We found the following issues:
When user clicks on input text fields in a popup dialogue, the
application randomly crashes (not always but frequently).
When user clicks on input text fields in a normal window (i.e. not in a popup dialogue), and if the screen resolution is scaled (e.g. 150%), the
application also randomly crashes.
When screen resolution is not scaled (i.e. 100%), clicking on input text fields in a normal window
does not seem to cause crash. However, clicking on input text fields
in a popup dialogue can still cause crash.
We could not find any useful/relevant info in Windows log or in our application log.
We have also tested our application with the latest Windows Creator Edition and MAF 2.4.1, we found that the chances of random crashing seemed to have decreased, but crashing could still happen.
We have checked the Oracle MAF certification information at http://www.oracle.com/technetwork/developer-tools/maf/documentation/maf241certmatrix-3746359.html.
It states that "Any tablet or desktop running Windows 10 with Intel processor" are supported. Our customers' laptop specs are:
Lenovo Yoga with Intel Core i5 processor;
Windows 10 Anniversary Edition;
Full High Resolution screen (1920x1080)
Therefore, we believe the customer laptops provide certified runtime environment for MAF applications.
We have researched various technical forums. There seems to be little information about using MAF under Windows UWP environment.
Because our application has been used in production, and the customer corporate mandate is to use Windows 10 Anniversary edition, the customer expressed grave concerns to us for choosing MAF as the mobile platform technology, and we are now under enormous pressure to fix this issue. Any suggestions and pointers will be highly appreciated.
If you can create a reusable test case, my recommendation to you is to lodge a Service Request with Oracle Support so Oracle's development teams can look at this.
We have done further investigation on the issue "input text field causing crash on Windows 10 Anniversary Edition". This time we used the demo CompGallery application from Oracle. We navigated to the "text box" tab, clicked on the text box in "outside a form", entered some text, then clicked on "inside a form" text box. The application crashed (or repeat the above sequence a couple of times on Windows Creator Edition, the application would crash). Note by using "tab" key or screen tapping to navigate between input text fields, we can avoid crashing. With extra clicks on different input text fields before entering text, we can avoid crashing as well.
The CompGallery screen is shown below:
We then looked at the Windows log, not much details were revealed. It contains an event related to the failure of edgethtml.dll, as shown in the screenshot below.

Cannot change keyboard layout in Qt Creator

I cannot change keyboard layout in Qt Creator 3.0 (build with Qt 5.2). This means that when I start typing in english I cannot continue typing, say, in russian by Shift+Alt combination.
In another application (e.g. Firefox) combination works.
Using: Ubuntu 13.10.
What can I do to solve this? Thanks!

Browser Helper Object that works in IE 10 WIndows 8 64 example

I`m struggling with this for a week already. I used this example How to get started with developing Internet Explorer extensions? and it works flawlessly even in Win 7 64 bit IE 10 but not in Windows 8 64 IE 10.
It loads up correctly but just does nothing, even with a simple MessageBox put in OnDocumentComplete(). Though I found people on different forums confirming they have made it run, so all I am asking is, just an example that works.
Thanks in advance.
"Register for COM interop" tick box in the Build section of the project properties did the trick. Funny enough any other combination of software and browser works fine without it.