Right Click And Middle Click Not Functioning In Bean Area Of Form After Applying Patch 9282569
(Doc ID 1430566.1)
Last updated on JULY 15, 2023
Applies to:
Oracle Forms - Version 10.1.2.3.0 to 11.1.1.4.0 [Release 10.1.2.3 to 11g]Oracle Forms for OCI - Version 12.2.1.4.0 and later
Information in this document applies to any platform.
Symptoms
After applying patch 9282569 on Forms and Reports Services 10.1.2.3.0 Right and Middle mouse click returns wrong value in the mouse event method getButton().
-- MouseButtons.java <-- this is PJC used by the form which detects mouse buttons
-- m_test_mouse_click.fmb <-- this is form which uses the PJC showing values of function getButton()
-- click.jar <-- contains the compiled MouseButtons.java which is linked with frmall.jar (obtained from the patch) - we used java JDK 1.6.0.20 (we tried also JDK 1.5.0.6 and 1.4.2 - there is no change in the behaviour)
Left click should return
getButton(): 1
Middle
getButton(): 2
and Right
getButton(): 3
Running the form and clicking on the click area we get for the left click evt.getButton() = 1, and for the other buttons evt.getButton() = 0, which is not an expected result.
Test Case:
---------------
In the first text-item click the mouse left button, middle scroll button and right button and the results should actually be 1,2 and 3 which should be in
the second text-item. But it displays as 1,0 and 0 which is wrong.
A java program is used in the forms for this which is uploaded in the bug.The jar file is signed and copied in /forms/java folder and included in archive parameter in formsweb.cfg file.
This output occurs only when the patch 9282569 is applied on top of 10.1.2.3.0. Even i tried with latest bundle patch but same results.
Environment :
---------------
Linux x86
Forms 10.1.2.3.0
IE 7.0 with config JRE
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |
References |