Click here to Skip to main content
15,893,588 members
Everything / IE / Internet Explorer 9

Internet Explorer 9

IE9

Great Reads

by Anil Sharma1983
Internet Explorer 8/9 jsonresult method treats response as downloadable json result
by Gil Fink
In this post I’ll explain what is msPerformance and how you can use it to measure web page performance.
by Joan M
To speed up the startup of IE9 and to get links to the most popular sites in big displays
by Sandeep Neela
Platform independent jQuery workaround for legacy “Data Islands”

Latest Articles

by Sandeep Neela
Platform independent jQuery workaround for legacy “Data Islands”
by Anil Sharma1983
Internet Explorer 8/9 jsonresult method treats response as downloadable json result
by Hemant__Sharma
This tip explains how to arrange & apply correct DOCTYPE and X-UA-Compatible meta tag to newly added pages referenced in Frameset in an existing intranet (Enterprise) application.
by Joan M
To speed up the startup of IE9 and to get links to the most popular sites in big displays

All Articles

Sort by Updated

Internet Explorer 9 

22 Apr 2011 by #realJSOP
You had the "Ignore HTML" checkbox checked (under the text entry field). I unchecked it and escaped the blocks your regular text, and it looks fine now.If you select the Improve question link, you'll see what I did.
13 Jun 2012 by Abed AlSayed
Hi Iam using Visual Basic 2010 Proffisional When I set the webbrowser (IE 9) control to editing mode, I can't change the html source code of it. for example when I add this code into button_click event : WebBrowser1.DocumentText = "Hellooo" All document Text become nothing...
10 Jan 2014 by Abhi Ceivea
Hello,We have been working over a webpage since last month and we seemed to have no problem in any of the browsers until yesterday when we tried it in IE9. The same code seems to work pretty good in IE8,Chrome N Mozilla but not in IE9.We actually have a slider panel which contains some...
14 Jan 2014 by Abhi Ceivea
meta http-equiv="X-UA-Compatible" content="IE=8"This resolved all of my issues regarding IE8 and IE9.Thanks a lot for your help
15 Jan 2014 by Abhi Ceivea
Im a novice and i have been facing issues specially on IE9.I ve been trying to find the max download and upload speed for a internet device. So for it i am downloading a data buffer and uploading a data buffer to a server.In IE8 the following code works fineif(BrowserType=="MSIE") ...
20 Jul 2011 by Abhinav S
From this I take it you are trying to call a web service or database which could have a timeout.That could be a factor here?
15 Sep 2014 by Advay Pandya
I am getting "HTTP 500 Internal Server Error" in IE9 and the earlier versions of IE in one of the page of my ASP.net application. In all other browsers and newer versions of IE, it's working fine.If I uncheck "Show friendly HTTP error messages" from the advance option of IE then it's...
28 Sep 2011 by Alexander Chernosvitov
AntiBot control using HTML5 rotating feature
17 May 2013 by AlphaDeltaTheta
If you drop a doctype declaration in html, ie falls back to ie6/ie7 mode that had this bug. In order to correct this you need to add the following meta tag.You can replace 10 with any version or "Edge" to always use latest version....
22 Nov 2015 by Anil Sharma1983
Internet Explorer 8/9 jsonresult method treats response as downloadable json result
2 Mar 2012 by Anuja Pawar Indore
Try thispublic static void DisablePageCaching(){//Used for disabling page...
29 Sep 2013 by arielb
It's very similar to this post:http://stackoverflow.com/questions/11062006/mvc-action-getting-called-twice[^]all elements are loaded twice, when i refresh the page, its loaded once only.Close all IE-9 windows, open the network tab and see that every resource is asked twice from the...
30 Sep 2013 by arielb
i've managed to do a workaround, since IE was probably developed by amoebas, i've made the server return "edge" header by: that fixed it.
17 May 2013 by BBBwex
I haven't worked with IE10, (or IE in general very little), but I did have little problems before with codes between various browsers. For styling, you're bettor off using a CSS sheet and style your Iframe from there and let the browser sort it out then... It got me over the little...
3 Jan 2013 by Bhavin Jagad
Hi All,I am newbie in javascript. I want to check that whether website is added or not added to compatibility view settings of ie browser . I am not able to change any server side(.asp files) code. so i have to use javascript(i can edit .js file). I google for this, and get solution as to...
10 Dec 2013 by bobb024
Hey Everyone,I am implementing a new image menu and everything is working great with chrome and IE 10, but for browsers lower than that it is not rendering. I have been looking into making it cross compatible but image issues i have not seen much on. The menu is dynamically built each time...
3 Jan 2013 by Brian Sedgmen
When loading a page, advert for Windows 8 finishes loading, and web page changes to only display the far right column, cannot get back to read article. I am using Explorer9 on 32 bit version of Windows 7. Tried pop up blocker, no use. What to do?Brian
22 Apr 2011 by Bruno Tagliapietra
I have the same issue, on Internet Explorer 9. Try use Chrome. Or even the compatibilty mode of IE9 should do the trick (that icon shaped like a shredded sheet of paper, near the address bar, on the right).
20 Jul 2011 by CarolineRafferty
Hi,When I debug a very simple website in Visual Studio 2010 Ultimate edition I get the error "Internet Explorer cannot display the webpage". This only happens if I am in debug mode for more than about 10 seconds. If I press F5 promptly on all the breakpoints I don't get the error, but if I...
11 Jul 2013 by chirag.jdk
var j = jQuery.noConflict();j(document).ready(function(){ /* detect usage of IE Developer Tools using different Mode for Browser and Document */ if(j.browser.msie) { var browserVersion = j.browser.version.slice(0,j.browser.version.indexOf(".")); var documentVersion...
17 Sep 2011 by Chuck O'Toole
One of these days, you're going to have to tell us what you're up to. The history of your questions raises suspicions.1) How to get somebody's IP packet sniffer to work.2) How to pull out the HTML packets from the data sniffed3) How to check for IP addresses4) How to get URLs from IP...
19 Jun 2014 by CodeZombie62
Can anyone please tell me if IE9 includes .Net Framework 4?Thanks,Scott* Edited *Just for the sake of clarification, could the installer for IE9 include .Net Framework 4? If IE9 is written using .Net Framework 4 could the installer include .Net Framework 4?Thanks again,Scott
5 Feb 2013 by Daroosh
I am facing a problem with the IE extension I am currently building. The IE extension is supposed to change the content of the webpage I am currently viewing. The problem is, sometimes it works and yet other times it doesn't. I kept pursuing the problem till i managed to find out that the call...
6 Feb 2013 by Daroosh
Try Applying this code within your Invoke() method. Then, you'll be capable of catching all the events within the DIID_HTMLDocumentEvents2 Interface that are raised by your document. One of these events would be the onPropertyChange event which is raised everytime your document gets updated....
14 Feb 2013 by Daroosh
Can someone guide me to a tutorial to build a complete toolbar for both, IE and Firefox? For IE, i already have a running BHO (built completely in C++), I would like to build a new extension that adds a toolbar to my IE. Same goes for Firefox, would like to build an extension that adds a toolbar...
14 Feb 2013 by Daroosh
Found half the solution, A step by step tutorial for creating toolbars for FIREFOX.Hope this helps anyone out there:Step by Step tutorial to building a toolbar in FirefoxNow I still need a tutorial for the IE.Thanks in advance!
15 Feb 2013 by Daroosh
Found the other half of the solution.Creating IE Toolbar - 1Creating IE Toolbar - 2I managed to build both my IE and FF toolbars from the above mentioned links.Enjoy!
20 Feb 2013 by Daroosh
Hello everyone. I am trying to copy the complete content of one IHTMLDocument2 to another new instantiated copy of IHTMLDocument2. In pseudo code, it would be something like this:IHTMLDocument2 newDoc.content() = oldDoc.content()The reason why I'd like to do so, is simply that whenever a...
7 Mar 2013 by Daroosh
Hey there,I've been trying to open a socket to send a basic "GET" request to a local server using the following piece of code:var oRequest = null;try { oRequest = new XMLHttpRequest();}catch (e) { oRequest = null;}try { if ( oRequest == null ) oRequest = new...
8 Mar 2013 by Daroosh
Found the Solution to my problem. Firefox doesn't allow your XMLHttpRequest to access cross domains to fetch data. Hence, in order to by pass this minor security check, add the following header to your XMLHttpRequest REPLY from the server:Access-Control-Allow-Origin: *Once your Client side...
25 Mar 2013 by Daroosh
Hello everyone,I have built an IE extension which creates a new DIV HTML element and adds it to the page. The problem is that this newly created DIV element only appears on the screen when i click with the mouse any where within the page, otherwise, it doesn't display. I tried following...
31 May 2013 by Daroosh
Hello everyone. I am currently building a BHO which aims at modifying the page DOM after the page is loaded. The DOM modification is performed within the DISPID_DOCUMENTCOMPLETE handler. However, some SCRIPTS run after the DISPID_DOCUMENTCOMPLETE event is triggered which modify the structure of...
13 Jun 2012 by Dave Kreskowiak
First, EditMode is not supported by IE (or the WebBrowser control).As for displaying a custom dialog, you'll have to create the dialog and show it yourself to ask for the URL to insert. Executing CreateLink has nothing to do with showing the dialog.The DefaultUserInterface parameter...
19 Sep 2011 by DaveAuld
Have you seen this page which discusses the effects of the settings being set in different places? May have something to do with it.....http://support.microsoft.com/kb/182569[^]The article tells you where the other keys reside, and the additive or overriding effects of each of them....
3 Aug 2011 by Debojyoti Majumder
Have tried as described in this linkhttp://stackoverflow.com/questions/4612255/regarding-ie9-webbrowser-control[^]This MSDN link also might help youhttp://msdn.microsoft.com/en-us/library/ee330730%28VS.85%29.aspx#browser_emulation[^]
9 Apr 2013 by devcode007
one of my webpage has issue rendering in IE8 standard.It is rendering fine in IE9 standard, IE 5 quirks mode. Issue is I am creating around 8 span elements in JS which is rendering properly in IE9 standard but in IE8 standard they are not visible but i verified in Developers tool that they...
11 Apr 2013 by devcode007
Hi,If HTML page has multiple frames and each frames opens an HTML page and since each of this html pages has different Doctype, then how browser would decide the Mode.My actual requirement is to keep my webpages in quirks mode but i have a frames where i make use to render third party UI...
19 Apr 2013 by devcode007
hope it makes sense:I have situation something like below. Two radio button with onactivate,ondeactivate,onlclick event. For simplicity i mention it as below but in actual code the entire DOM is construction using Javascript and at various points these events are attached.
30 Apr 2013 by devcode007
Hi, I am creating CDATA section as a child node. I have seen below mentioned behavior with Firefox, IE8,9, and 10Using below codeif (window.DOMParser) xmlDoc = domParser.parseFromString(xmltext, "text/xml"); else //IE xmlDoc.loadXML(strXML); var elem=...
18 Mar 2014 by Dexter11
I have drawing application where users are allowed to draw various shapes on canvas. Code is tested and working properly on Chrome,IE 10,IE 9(9.0.8112.16421), however it's showing absurd behavior on IE 9(9.0.8112.16421 64-bit edition).The main issue is images are not getting drawn on...
4 May 2013 by dimaxweb
How application becomes broken when ActiveX filtering is enabled in IE9 and a cool alternative way of parsing XML.
28 Jan 2014 by Divakar Raj M
When I click a button from an .aspx page, a child window is created with a pdf. However, When this happens, the parent window refreshes due to postback. How can I prevent this postback when the chid window is gets created.The code is totally in .cs page and there is no JavaScript involved. I...
3 Jan 2013 by fjdiewornncalwe
Your best bet might be to ask the question in the Site Bugs & Suggestions[^] forum.
6 Oct 2010 by Gil Fink
In this post I’ll explain what is msPerformance and how you can use it to measure web page performance.
3 Jan 2013 by Graham Breach
I doubt if you can read the list from the browser - that would be a security hole, exposing a list of sites the user expects to visit.You can find out if the current page is using compatibility mode though http://msdn.microsoft.com/en-gb/library/ie/cc196988(v=vs.85).aspx[^]
6 May 2013 by GrizzlyJames
I am developing a web application using Dojo v1.8 and my target machine runs IE9 and Silverlight 5.1.20125. In this web app, the user can select a tool from a toolbar at the top of the page that will open up in a content pane (or an IFrame if it is an external tool) below the toolbar (only one...
26 Jun 2013 by GrizzlyJames
Well I did not manage to solve this issue directly. However, there was another bug that I ran into which involved the java swing library not working on the production machine. The solution was to add the following tag as the first element of head:This forces IE to use IE8 instead of IE9....
21 Feb 2013 by H.Brydon
(haven't tried it) I think you might be able to do this with innerHTML property.
8 Aug 2011 by Hariarjunan
Hi All,I developing HTML editor using WebBrowser control. Which is work fine in IE8 compatible systems but not working in IE9. IE9 disabled the WebBrowser control because of this I'm not able to edit my this control. Below I shows the sample code of my program.I drag the WebBrowser...
4 Oct 2015 by Hemant__Sharma
This tip explains how to arrange & apply correct DOCTYPE and X-UA-Compatible meta tag to newly added pages referenced in Frameset in an existing intranet (Enterprise) application.
20 Jan 2013 by jay@begginer
First of all let me thank you for this wonderful article, which gave insight to the BHO and its functionality. My aim is to create a BHO which can insert a div to the page and thereby hold an iframe. Based on the article I created an IEplugin using VS 2010 , C#, IE8. Plugins are properly...
22 Jun 2011 by Joan M
Hello all,My couple is trying to access the bank web page in order to check the numbers...It seems that it is not possible to get into that page as the browser takes ages to load the page, and before showing anything else than a white page a messagebox appears telling something like:...
2 Sep 2012 by Joan M
Hello all,Yesterday my father in law asked my help to solve a not so serious issue: it seems that a web page of one flight company in Spain is not working properly only with his computer... all the other computers in the house work as expected.Mine works as expected...The problem...
30 Jul 2013 by Joan M
To speed up the startup of IE9 and to get links to the most popular sites in big displays
19 Dec 2013 by JoCodes
Refer the links which uses meta tags or custom headers to achieve itEnable Compatibility mode in IE[^] ...
15 Mar 2012 by John Hrvatin
This article describes a pattern our team has used to make things significantly easier when developing with vendor prefixes.
8 Jun 2012 by Justin Garrett
Taking advantage of Internet Explorer 9 and Windows 7 developer tools, HuffPost created an immersive, app-like web experience with new Pinned Site features
8 Jun 2012 by Justin Garrett
Case Study Redefining the Designer Shopping Experience with Pinned Sites
13 Oct 2014 by k_gurpreet
GOT THE SOLUTION :)by adding following line to the top of your This will force IE to use its most up-to-date rendering engine
8 Apr 2013 by kanth0405
In the below function i got errorMicrosoft JScript runtime error: Unable to get value of the property "value": object is null or undefined;Note: The below code is working fine in all IE browsers except IE9.for (loopIndex1 = 1; loopIndex1
8 Apr 2013 by kanth0405
Here is my complete function:function SummationSalesPlan(rowIDs) { var loopIndex1 = 0; var uspreplySum = 0; var salesplanSum = 0; var agentSum = 0; var eleName = ""; var rowCount = rowIDs.split('|')[rowIDs.split('|').length - 1]; ...
31 May 2013 by KarstenK
At best you modify the content before it is loaded. Alternative you can completly reload the site with the modified DOM.
10 Jul 2013 by KarstenK
this should be an example for your task:http://msdn.microsoft.com/en-us/library/bb250462(v=vs.85).aspx#dse_stlip[^]Your find the registry for this settings and change it before launching the IE...
13 Oct 2014 by Keerthi Kumar(Andar)
Hi experts,function show(){ var cultureInfo = ""; alert(cultureInfo);}using above javascript am getting client systems date in ie11 but its not working properlyin ie9 and ie10 can any one please...
26 Jun 2015 by Kush Kushal
I am making compatible my Asp.net 4.o web application from IE9 browser to IE11. some times as per program logic I have only one item to display in the dropdown list. I am using But, I am facing some compatibility issues. The drop down is...
3 Apr 2013 by Mac12334
Hi allI am getting error in IE.DOM7004: The window.name property was not set because the target window belongs to a different domain.I searched in Google and didn't any good link to solve thisI am getting error in...
23 May 2013 by Marco Bertschi
The feature of hiding the adress bar was removed in later versions of IE.However, there is a workaround:You need to use JavaScript to hide the adress bar, since it is not possible to hide it with VB 6, ASP.Net...
26 Feb 2014 by Member 10627647
HI,I have a website, where urlreferer is returning the correct page in IE 7. But the same piece of code is not returning the same value in IE 9. It is returning a different value other than what is expected.I am new to the software world, and do not know much about the urlreferer.Did...
11 Oct 2012 by Member 2907700
Hi, can someone please help, we have already spent 2 weeks of time on this issue. My environment is visual studio 2008 with the latest Ajax toolkit (3.5). I have a modal popup control on a asp.net page. The modal popup has a update panel inside. From code behind, the update panel gets...
9 Nov 2012 by Member 2907700
Friends, I finally figured out a solution and wanted to update this thread (just in case if it is useful for someone).To reitreate, I have a Ajaxpopup that doesn't work consisitently on IE9 browser, I tried upgrading the ajax controls, all fixes, properties that I can get on the net but...
19 Nov 2013 by Member 4066860
Hi, I need to get list of installed add-ons which is in Internet explorer (version 8, 9 etc). I should be able to get this list from the hosts using domain credentials.can this be achieved through WMI or any means but by using C#.NETThanks in Advance.Many Thanks!Best...
16 Sep 2011 by Member 7766180
Is there a way to customize or even supress the message box that comes up in Internet Explorer when you have the file download disabled. I'd like to have text of my own choosing come up. I did see a way to do it in html.
17 Sep 2011 by Member 7766180
If I am on a webpage and I go to Tools/Internet Options/Security/Custom Level and make a change, the webpage works fine, I can surf or go to another page.If I make the change thru programming. The change happens, however; when I try to go to another page I get the message, Window is busy. ...
16 Sep 2011 by Member 7766180
I have this code that edits the windows registry. It works fine when the setting is set to enable and I run the following code to disable...HKEY hKey; DWORD buffersize = 1024; DWORD dwErr = NO_ERROR; #define BUFFER_SIZE 1024dwErr = RegOpenKeyEx...
17 Sep 2011 by Member 7766180
How do you use this...I can't seem to find any examples...HRESULT SetZoneActionPolicy( [in] DWORD dwZone, [in] DWORD dwAction, [in] BYTE *pPolicy, [in] DWORD cbPolicy, [in] URLZONEREG urlZoneReg);
16 Sep 2011 by Member 7766180
I have this that I found, Does it help? Some. I still don't see where to set the value.InternetSecurityZoneManager example;Creating + getting + setting ZoneActionPolicyHRESULT hRes = ::CoCreateInstance( CLSID_InternetZoneManager, NULL, CLSCTX_SERVER,...
20 Sep 2011 by Member 7766180
I'm trying to set two registry keys at once without running this code twice. How can I do this? Thanks!HKEY hKey; DWORD buffersize = 1024; DWORD dwErr = NO_ERROR; #define BUFFER_SIZE 1024dwErr = RegOpenKeyEx (HKEY_CURRENT_USER,"Software\\Microsoft\\Windows\\CurrentVersion\\Internet...
19 Sep 2011 by Member 7766180
I'm running this code to change registry key. However; I want to add an if statement to it that query the key before the change is made. Let's say I want to change the key to "0", I would query the key and if it was "0" then the code would stop, If it's a "3" then it would continue. How can...
20 Sep 2011 by Member 7766180
Does this work?HKEY hKey; DWORD buffersize = 1024;DWORD dwErr = NO_ERROR;#define BUFFER_SIZE 1024dwErr = RegOpenKeyEx HKEY_CURRENT_USER,"Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\Zones\\3",NULL,KEY_SET_VALUE|KEY_QUERY_VALUE,&hKey)&& RegOpenKeyEx...
29 May 2012 by Member 8560922
In IE9 my jquery is not working properly. Actually the problem is when i enter the incomplete date in the textbox it should give an error popup showing invalid date ,but in IE9 the jquery takes the todays date by default and focuses to the next textbox without giving an error popup.Please...
29 May 2012 by Member 8560922
Whenever i open my website it opens in Browser Mode : IE8 Compatibility View. I don't want my website to open in compatibility view either 8 or 9.I need to set a Browser Mode of IE using jquery or C#. Document Mode of IE had been set but Browser mode of IE could not be set using jquery or...
2 May 2012 by Member 8727449
hi m a newbee...i developed a windows application based on google analytics...my programming language is C#(c-sharp)...i have 2 Webbrowser controls in my form,which uses the IE version installed in the PC...my app. is working with other versions,jus not with IE9...it crashes in between and...
12 Aug 2012 by Member 9326644
My jquery mp3 plugin plays a mp3 file that is placed on a remote serve.it is playing it in Firefox.But when i try to play it in internet explorer 9 ,it says. **Jplayer 2.1.0:id='jquery_jplayer_1':Error!Media URL could not be loaded.Check media URL is valid.Context:Address of mp3 file...
31 Oct 2012 by Member 9561541
Greetings! A client of mine has a homepage that displays an embedded RDL created in SSRS 2005; the RDL displays perfectly fine on IE8, but on IE9, I am prompted to download the file. When I download and open the file, it shows the information I expect to see, but it is obviously not embedded...
9 Jul 2013 by Mohammed Essa
Hi Guys, I have an application written in C++ and in the code there is an instance of IE that is created, however I need that instance to be ran in protected mode or else the network doesn't see it as trusted. Is there a way in C++ or a script that I can run to create an instance of IE...
2 Mar 2012 by Mohankumar.Engain
Dear Sir,what is the problem in internet explorer for insert new records not display...now i clear the cookie and history files from IE then display otherwise it will not display.please how to solve this problem using c#,JavaScript,Asp.net,By mohan.Other browser are working...
19 Nov 2013 by Moykn
As long as i know there is no way of doing this in ie
18 Nov 2013 by Muhammad Omer Khan
I am using HTML5 size checking API, it is working fine in all browser except IE8 and IE9. I am getting this error : "SCRIPT5007: Unable to get value of the property '0': object is null or undefined." in IE8 and IE9, because IE8 and IE9 do not support "[0]" this syntax.HTML5 File Size API...
25 Nov 2011 by Nikil S
Use the WebBrowser control's Navigate method to open the PDF file.Refer links below,http://social.msdn.microsoft.com/forums/en-US/vbgeneral/thread/c165c82d-ac79-477e-abab-3efd330d149f/[^]http://www.vb-helper.com/howto_net_open_pdf_browser.html[^]
11 Jul 2013 by Nirav Prabtani
try this..:)http://www.toplinestrategies.com/dotneters/net/detecting-ie-compatibility-view-c/?lang=en[^]
25 Nov 2011 by Omen12345
I have a software that is opening PDF files in internet explorer, but I want to open these documents in my own .Net application in a webbrowser control instead.All of the mentioned PDF files are stored in an archive server and all of them can be opened by a URL. How can I prevent opening the...
24 Feb 2014 by openLG
Hello, I write C# dll named "y.dll" in wich there is a custom control named "UserControl1".The dll has ComVisible set to true.I write html page in wich I use custom controlI open the page...
21 Jun 2011 by OriginalGriff
It could be as simple as the ISP your partner is using is having some problems: Since you say "I'm sure that there is internet connection as we are connected via skype" I assume that you are not using the same broadband connection!Best suggestion: Wait. Give it a while and see if it...
29 May 2012 by pataoengineer
One basic solution to prevent from this is using Regex to handle the validation before parsing it.You may need to apply this kind of Regex, see in the link for additional details:http://www.regular-expressions.info/dates.html[^]
31 Jan 2013 by PBGuy
How can I make IE allow cookies to be read/write in my code?What is with P3P policy? what's the use of P3P in http header?certain pages that use cookies to process are not getting opened, how can I make IE to permit pages to use cookies ..?Is P3P here to solve this issue?I...
23 Jun 2015 by Philippe Mori
Forget that. It make no sense to mimic old behavior on new browser. How other browser like Edge, Safari, Firefox, Chrome works? I don't thing that those details are defined and if so, then the new behavior would surely be the right one.By the way, the old IE way is a bad design. Why...
7 Mar 2013 by Prasad Khandekar
Hi,I will suggest that you try JQuery API as it will shield you from browser specific implementations and is known to be browser independent. It also has capability for receiving a success & failure callbacks. I have been using it for quite a long time.regards.
11 Jul 2013 by Pratik Gaikwad
Hi all,I am facing the issue mentioned in below link. I asked my friend to put it there. I am giving the link since all the images are also uploaded there and I dont know how should I upload them here. can anyone please help me to solve below...
12 Jul 2013 by Pratik Gaikwad
Found a work around. Changed life cycle event for enabling header