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

Drawer bug report, listview disappearing

4 Answers 62 Views
Drawer (Mobile)
This is a migrated thread and some comments may be shown as answers.
100%
Top achievements
Rank 1
100% asked on 31 Jan 2014, 01:04 PM
This error is reproducable on the drawer on
http://demos.telerik.com/kendo-ui/mobile/drawer/index.html

When you open the drawer partially a couple of times by dragging the inbox view manually (mouse down somehwhere in the inbox view, then drag some pixels to the right and mouse up before the drawer is fully opened), the drawer listview will disappear.

4 Answers, 1 is accepted

Sort by
0
100%
Top achievements
Rank 1
answered on 31 Jan 2014, 01:20 PM
I know why this problem occurs now, its when I drag the drawer again before it is fully closed.
0
100%
Top achievements
Rank 1
answered on 31 Jan 2014, 02:07 PM
When I add a test if a transition already was in effect in the _start function in kendo.mobile.drawer.js, the user is at least prevented to pull the drawer if it already is moving.

        _start: function(e) {

            var userEvents = e.sender;

            if (this._transitioning) {
                        userEvents.cancel();
                return;
            }

and some more code
0
Accepted
Kiril Nikolov
Telerik team
answered on 03 Feb 2014, 12:12 PM
Hi,

I have managed to reproduce the issue as well. I have logged it in our internal bug tracker, so it will be looked in to.

As a small gesture of gratitude I have updated your Telerik Points balance.

Regards,
Kiril Nikolov
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
100%
Top achievements
Rank 1
answered on 03 Feb 2014, 04:11 PM
Oh, my :)
Tags
Drawer (Mobile)
Asked by
100%
Top achievements
Rank 1
Answers by
100%
Top achievements
Rank 1
Kiril Nikolov
Telerik team
Share this question
or