Welcome Guest Search | Active Topics | Sign In | Register

Splitter not showing in IE8 Options
MSquared
Posted: Monday, June 21, 2010 5:15:46 PM
Rank: Newbie
Groups: Member

Joined: 5/17/2010
Posts: 5
Hi,

The splitter control works in compatibility mode but when we explicitly set our page to be rendered in IE8 mode, the splitter control no longer is visible. The splitter html is as follows..its pretty standard..

<eo:Splitter runat="server" Width="1000px" Height="320px" ID="splitPanes" BorderStyle="Solid"
DividerSize="7" BorderWidth="1px" BorderColor="#A7A6AA" ControlSkinID="None"
DividerImage="00080101" CollapseButtonImage="00080102" ExpandButtonHoverImage="00080105"
ExpandButtonImage="00080104" CollapseButtonHoverImage="00080103" Visible="false">
<eo:SplitterPane ID="SplitterPane2" Width="300px" Height="300px" runat="server" CssClass="gridBG">

...

Now here is the weird thing. The only thing I changed is that width property is now hardcoded to a specific width in pixels. Originally I had it with % so it can dynamically resize but then that caused a performance issue when navigating the cells.


Like I mentioned above, the page we explicitly force to render using IE8 using the following meta tag:

<meta http-equiv="X-UA-Compatible" content="IE=8" >

If we remove this tag, the splitter control is once again visible but the performance issue is there. If we force IE 8 setting, performance issue is gone but the splitter control is no lonver visible.
If we force IE 7 and lower or compatibility mode other than IE8, performance issue is back and splitter is visible.

Any ideas why this is? Is the splitter control not compatible with IE8? We are using the latest version 8.0.13.2.
eo_support
Posted: Monday, June 21, 2010 5:26:14 PM
Rank: Administration
Groups: Administration

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

We tested that and it works fine here. Can you provide a full test page?

Thanks!
MSquared
Posted: Monday, June 21, 2010 5:31:58 PM
Rank: Newbie
Groups: Member

Joined: 5/17/2010
Posts: 5
I forgot to mention one thing. If you created a test page, and just run it locally on localhost, it will work because by default, IE8 will run on compatibility mode on any pages hosted locally. The test on a local machine will not be a valid test.
eo_support
Posted: Monday, June 21, 2010 5:38:46 PM
Rank: Administration
Groups: Administration

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

We tested it remotely and it still works fine. The flag does have an effect because once the flag is in, IE no longer displays the compatible mode button.

Thanks
MSquared
Posted: Monday, June 21, 2010 5:58:38 PM
Rank: Newbie
Groups: Member

Joined: 5/17/2010
Posts: 5
Please make sure you have the following:

In IE -> Tools -> Compability View Settings -> Make sure the 'Display intranet sites in Compatibility View' unchecked.

Refresh the page and see if your splitter is still viewable.
eo_support
Posted: Monday, June 21, 2010 6:19:54 PM
Rank: Administration
Groups: Administration

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

It still works fine for us.

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.