Tab example code has an error

Hi 
this one is working: 
  <div class="e-sample-resize-container">
      @Html.EJS().Tab("defaultTab").Items(ViewBag.items).Render()
  </div>

and this one leads to exception on changing tabs:
 <div class="e-sample-resize-container">
        <div id="ej2Tab">
            <div class="e-tab-header">
                <div>Twitter </div>
                <div>Facebook </div>
                <div>WhatsApp </div>
            </div>
            <div class="e-content">
                <div>
                    Twitter is an online social networking service that enables users to send and read short 140-character messages called 'tweets'. Registered users can read and post tweets, but those who are unregistered can only read them. Users access Twitter through the website interface, SMS or mobile device app Twitter Inc. is based in San Francisco and has more than 25 offices around the world. Twitter was created in March 2006 by Jack Dorsey, Evan Williams, Biz Stone, and Noah Glass and launched in July 2006. The service rapidly gained worldwide popularity, with more than 100 million users posting 340 million tweets a day in 2012.The service also handled 1.6 billion search queries per day.
                </div>
                <div>
                    Facebook is an online social networking service headquartered in Menlo Park, California. Its website was launched on February 4, 2004, by Mark Zuckerberg with his Harvard College roommates and fellow students Eduardo Saverin, Andrew McCollum, Dustin Moskovitz and Chris Hughes.The founders had initially limited the website's membership to Harvard students, but later expanded it to colleges in the Boston area, the Ivy League, and Stanford University. It gradually added support for students at various other universities and later to high-school students.
                </div>
                <div>
                    WhatsApp Messenger is a proprietary cross-platform instant messaging client for smartphones that operates under a subscription business model. It uses the Internet to send text messages, images, video, user location and audio media messages to other users using standard cellular mobile numbers. As of February 2016, WhatsApp had a user base of up to one billion,[10] making it the most globally popular messaging application. WhatsApp Inc., based in Mountain View, California, was acquired by Facebook Inc. on February 19, 2014, for approximately US$19.3 billion.
                </div>
            </div>
        </div>
    </div>
    @section Scripts {
    <script type="text/javascript">
        var tabObj = new ej.navigations.Tab({
            heightAdjustMode: "Auto"
        });
        tabObj.appendTo('#ej2Tab');
    </script>

Uncaught TypeError: Cannot read property 'setAttribute' of undefined
    at Function.t.applyAnimation (ej2.min.js:10)
    at Function.t.delayAnimation (ej2.min.js:10)
    at t.animate (ej2.min.js:10)
    at t.triggerPrevAnimation (ej2.min.js:10)
    at t.triggerAnimation (ej2.min.js:10)
    at t.setActive (ej2.min.js:10)
    at t.select (ej2.min.js:10)
    at t.clickHandler (ej2.min.js:10)
    at e.notify (ej2.min.js:10)
    at t.e.trigger (ej2.min.js:10)
ej2.min.js:10 Uncaught TypeError: Cannot read property 'id' of undefined
    at t.triggerAnimation (ej2.min.js:10)
    at t.setActive (ej2.min.js:10)
    at t.select (ej2.min.js:10)
    at t.clickHandler (ej2.min.js:10)
    at e.notify (ej2.min.js:10)
    at t.e.trigger (ej2.min.js:10)
    at t.clickHandler (ej2.min.js:10)



3 Replies

AP Arun Palaniyandi Syncfusion Team June 7, 2018 12:35 PM UTC

Hi Kamil,      
     
Thanks for contacting Syncfusion support.  
 
We have checked your code snippets and we can replicate your mentioned issue. This is an already known issue in our side and we have fixed it internally. This fix will be included in our upcoming Volume 2 Beta release, which is expected be released by this weekend. We appreciate our patience until then.   
 
Please let us know if you have any further queries.    
     
Regards,      
Arun P.   



KA Kamil June 11, 2018 12:51 PM UTC

Still waiting for an update.


AP Arun Palaniyandi Syncfusion Team June 12, 2018 11:25 AM UTC

 
Hi Kamil, 
Sorry for the inconvenience. 
We are currently in the testing phase of the stability of our release and it will be rolled out by next week.  We will let you know when the release is out. You may also check our website periodically to know about our release schedule.   
Regards, 
Arun P. 


Loader.
Up arrow icon