We have encountered one problem when using Adobe Acrobate Plugin (Adobe PDF Plugin for Firefox and Netscape) within a FF 3.6.23 on Windows box.
The following code will reproduce this problem every time on such configuration :
Code : Tout sélectionner
<html>
<head>
<title>TEST PAGE</title>
<style type="text/css">
#lp {
display: block;
top: 0px;
left: 0px;
height: 100%;
width: 60%;
position: absolute;
}
#rp {
display: block;
top: 0;
left: 65%;
height: 100%;
width: 24%;
position: absolute;
}
</style>
</head>
<body scroll="no">
<iframe src="PATH_TO_A_PDF" id="lp" name="lp" frameborder="0" scrolling="no" width="50%"></iframe>
<div id="rp">
<form action="#">
Test : <textarea name="test"></textarea><br />
Test 2 : <input type="text" name="test2" />
</form>
</div>
</body>
</html>
You will see a frame on a left with a pdf open in it. As soon as the Adobe Acrobate is open, you can't no more use the arrows keys to move within the inputs.
At first I will say that the problem is Adobe related, but everything worked fine on a FF 3.6.15.
Finally, I have to say that we are looking for testing a upgrading FF to a more recent version but as it all take place in a wide Company, things are not that easy.
So is there any chance to provide a workaround of some sort to fix this problem ?
Thanks for help