This is a migrated thread and some comments may be shown as answers.

when I use this design, I get an error "activeElement.nodeName = undefined".

1 Answer 73 Views
Gantt
This is a migrated thread and some comments may be shown as answers.
Igor
Top achievements
Rank 1
Igor asked on 09 Feb 2015, 10:50 AM
How to do that would work?

<div ng-controller="LoginCtrl">
        <div ng-if="!isAutorized">

<input ng-model="user.name" type="text" class="form-control" placeholder="Login” />
<input ng-model="user.password" type="password" class="form-control" placeholder=" Password " required />

        </div>

        <div ng-if="isAutorized" class="containerss">
            <div ui-view>
<!-- Gantt  -->
            </div>
        </div>
</div>

For more information:
After authorization and appearance  widget Gantt, I choose a mouse task and triggered event  "change" ( change: function (e) {   }, -  empty function ), I receive an error "activeElement.nodeName = undefined".   kendo._activeElement() return null.

 




1 Answer, 1 is accepted

Sort by
0
Dimitar Terziev
Telerik team
answered on 11 Feb 2015, 09:10 AM
Hi,

The provided information is insufficient to determine the reason for the experienced issue, thus I would like to ask for a sample dojo snippet so I could inspect the problem locally. Please refer to the following blog post giving detailed information on how to get the most of our support services.

Regards,
Dimitar Terziev
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Gantt
Asked by
Igor
Top achievements
Rank 1
Answers by
Dimitar Terziev
Telerik team
Share this question
or