Hi, all:
Strange things are still happening: I tried several times, and these times I got these :
Hi,
Thank you so much for the advice, Amjad.
I’ll try asap, thanks again!
Hi Amjad:
Hi,
It is very very strange that when I rebooted my computer, and it didn’t work again(that means: when you click a cell, the cell gets focus, but you cannot key in any letters; and only after you double click the cell and the cursor appears, you can then key in letter).
Hi Arnold,
Thanks for your posting and using Aspose.Cells for GridWeb.
Please also try it in some other browsers like FireFox and see how it runs.
Please note, when you just click the cell (do not double click it), then type some letters, it will add those letters in a cell and when you will press Enter, it will move to next cell. This behavior is like MS-Excel.
However, when you double click the cell and add some letters and then press Enter, it will not move to next cell but it will remain in that cell and add new line inside the cell instead of moving to next cell.
Hi mshakeel.faiz,
Hi Arnold,
Thanks for your posting and using Aspose.Cells for GridWeb.
I have tested this issue in Internet Explorer and found that Edit/ReadOnly Mode demo is not working fine in Internet Explorer. In FireFox, it works fine.
When user clicks the cell and tries to enter data inside the cell, nothing happens. But when user double clicks it, then he is able to input the data.
It should work same as in FireFox, user must be able to focus the cell with single clicking and entering data and on pressing tab or enter, it should move to next cell. But this is not happening in IE.
We have logged this issue in our database for investigation. We will look into it and fix this issue. Once, the issue is resolved or we have some other update for you, we will let you know asap.
This issue has been logged as
- CELLSJAVA-41063 - Focusing cell with single clicking and entering data is not working in IE
I have also attached the screenshot of the demo for a reference.
Hi Shakeel Faiz,
Thank you for logging the issue, and my team is waiting for the update eagerly.
Thanks again!
Hi Arnold,
Thanks for your posting and using Aspose.Cells for GridWeb.
We have looked into this issue further.
With IE=EmulateIE9, it works perfectly fine in IE 11.
But with IE=EmulateIE8, it does not work.
Please note that there are two head.jsp files. One is inside the root directory and other is inside /pages directory. I have attached both of them for your reference.
You do not need to modify the head.jsp inside the /pages directory. Only modify the root directory jsp file.
If you open the head.jsp file inside the root directory, you will see IE=EmulateIE9 line is already added there. You will see these lines inside it.
<%
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
%>
<script type=“text/javascript” language=“javascript”
src=“grid/acw_client/acwmain.js”>
<script type=“text/javascript” language=“javascript”
src=“grid/acw_client/lang_en.js”>
Hi Arnold,
Thanks for using Aspose.Cells for GridWeb.
For IE support:
GridWeb works fine in IE9.
In the head.jsp of the demo project we have added the IE compatible tag
line:
Actually if user uses IE10 or above version we shall add this compatible
tag line as it can make a compatible document mode to render as IE9.
If user uses IE9, the compatible line is not needed, as it is already IE9 as expected.
If user uses IE8 or previous version, the compatible mode will not take effect and in IE8 it works not corretly as expected now. We will investigate it .
Hi mshakeel.faiz,
product id: 00150-20000-00003-AA459
Hi Arnold,
Thanks for your posting and using Aspose.Cells for GridWeb.
It is strange. I tried on a similar version and it worked great without any issue. I have attached the screenshot showing the version of my Internet Explorer. I tested it on Windows 7 - 64 bit.
However, we have found issue in IE 8 which needs to be fixed. Probably, fixing this will also fix your issue.
Could you please test the demos on some other machines with Internet Explorer?
Could you please try on Tomcat 7 with the original head.jsp not the modified one because you have modified the path to
Let it calculate the path by the code inside the head.jsp.
This issue might be related to Tomcat 6.
Also, let us know your OS and Tomcat version. We will investigate this issue and help you asap.
Hi mshakeel.faiz,
Hi mshakeel.faiz,
Hi Arnold,
Thanks for your testing and feedback and using Aspose.Cells for GridWeb.
We think, this issue is related with IE8. Hopefully, this issue will also be fixed once we will fix the issue of IE8.
Once, there is some good news for you, we will let you know asap.
Hi,
Hi Amjad Sahi,