Welcome Guest Search | Active Topics | Sign In | Register

AJAX UPLOADER compatibility issue Options
sclavette
Posted: Friday, August 28, 2015 11:57:10 AM
Rank: Member
Groups: Member

Joined: 7/27/2012
Posts: 12
We're having problems using the AJAXUploader...
Dev Environment: EO.Web 2012 (v10.0.36.2), VS 2010, .NET 4.0, IE11

Customization doesn't seem to work with our environment, unless we toggle compatibility views, in the web browser (IE11).

Here is a simple example:
Code: HTML/ASPX
<%@ Page Language="vb" AutoEventWireup="false" CodeBehind="uploadFR.aspx.vb" Inherits="RespecsUploader.uploadFR" %>
<%@ Register Assembly="EO.Web" Namespace="EO.Web" TagPrefix="eo" %>
<!DOCTYPE html>
<html>
<head id="Head1" runat="server">
    <title>Uploader Test</title>
</head>
<body>
    <form id="form1" runat="server">
    <div>
        <asp:ScriptManager ID="ScriptManager1" runat="server">
        </asp:ScriptManager>
        <eo:AJAXUploader runat="server" ID="AJAXUploader1" Width="520px" TempFileLocation="~/eo_file_uploads" 
UseLinkButton="True" BrowseButtonText='Parcourir....'>
            <LayoutTemplate>
                <table cellspacing="0" cellpadding="2" width="520" border="0">
                    <tr>
                        <td width="99%">
                            <asp:PlaceHolder ID="InputPlaceHolder" runat="server">Input Box Place Holder</asp:PlaceHolder>
                        </td>
                    </tr>
                    <tr>
                    <td>
                            <eo:ProgressBar ID="ProgressBar" runat="server" ControlSkinID="None" Height="18px"
                                Width="99%" BorderColor="#336699" BorderStyle="Solid" BorderWidth="1px" IndicatorColor="151, 198, 232">
                            </eo:ProgressBar>
                    </td>
                    </tr>
                </table>
            </LayoutTemplate>
        </eo:AJAXUploader>   
    </div>
    </form>
</body>
</html>


Without Compatibility Views (problem):


With Compatibility Views (ok):


Thanks You!
eo_support
Posted: Friday, August 28, 2015 2:13:03 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,083
Hi,

This seems to be an IE bug. The problem is actually it renders fine in regular mode but wrong in compatibility view. So for the "normal" view it should work. The root of the problem is there seems to be no way to apply opacity in compatibility view in IE 11.

Thanks!
sclavette
Posted: Friday, August 28, 2015 2:49:16 PM
Rank: Member
Groups: Member

Joined: 7/27/2012
Posts: 12
eo_support wrote:
The problem is actually it renders fine in regular mode but wrong in compatibility view. So for the "normal" view it should work.


I'm not sure about this, what I'm seeing is the opposite of what you've mentioned... The correct version is the one with the LinkButton "Parcourir...". That one was rendered using IE11 using the compatibility view. The incorrect version, Button "Browse..." is rendered in "normal" view.

Thank you!
eo_support
Posted: Friday, August 28, 2015 3:52:45 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,083
No. That is not what we observed. What we observed is when you run the page as is it would work fine. However if we go to Settings -> Compatibility View Settings dialog to add the current Url into the list, then it will render the "wrong" image. This means it will render the wrong result when Compatibility View is on for that page.
sclavette
Posted: Friday, August 28, 2015 4:04:29 PM
Rank: Member
Groups: Member

Joined: 7/27/2012
Posts: 12
Hi,

I just updated my previous screenshots to include, "Settings -> Compatibility View Settings Dialog". We really are getting the opposite results.

Thank you!
sclavette
Posted: Tuesday, September 1, 2015 9:42:44 AM
Rank: Member
Groups: Member

Joined: 7/27/2012
Posts: 12
Hi,

We just wanted to see if this was strictly an IE problem by comparing with other browsers...

The problem still persists on the latest version of Chrome:


The problem is worst on the latest version of Mozilla (application crashes):


The code for the problem page we supplied is pretty basic and should work, at least for one of these 3 browsers...

Would any of these 3 browsers have problems with our version of EO.Web 2012 (v10.0.36.2)?

Is there any setting in IIS7 that would cause this application not to work on these browsers?

Thank you for your help!
eo_support
Posted: Monday, September 7, 2015 5:21:00 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,083
Hi,

We have confirmed that these are know issues that have been addressed in newer versions of EO.Web. What happens is browsers update very quickly these days and it's not uncommon that sometimes a browser update breaks a few things. As a result, we have to constantly adjust our code to support the latest browsers. The latest build should work fine with the latest versions of these browsers.

Thanks!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.