-
Repro steps:
- Create a horizontal FlipView whose children are vertical FlipViews
- Navigate next in a vertical FlipView
- Navigate next in the horizontal FlipView
Results:
In Chrome and Firefox, you…
-
This is because the 'mousewheel' event works in IE, chrome, safari but is called DOMMouseScroll in firefox
-
the flip doesn't render right anymore. if you have no 4.3 device I can make a video.
-
@jseanxu is working on a fix for this
sh-3.2# grunt test
Building QUnit test pages...Loading "test.js" tasks...ERROR
> > Error: ENOENT, no such file or directory './tests/FlipView/..\TestLib\LegacyL…
ghost updated
10 years ago
-
In IE you can continually use the keyboard arrow keys to navigate between pages but in firefox/chrome the FlipView loses focus so you can only navigate with the keys one time.
Easily reproduced on th…
-
So I have this little list...
``` javascript
WinJS.Namespace.define("newLogView", {
selectedDates: new WinJS.Binding.List([new Date()], { binding: true }),
...
});
```
and it…
-
-Open IE10 / Win7
-Go to http://try.buildwinjs.com/#flipview
-The first page is displayed in the FlipView
Expected:
User is able to interact with the control to see the next page in the FlipView
Act…
-
Repro steps:
- Go to try.buildwinjs.com 's FlipView orientation sample
- Press the Toggle Orientation button a few times
Results:
Occasionally you get a quick flash and see the wrong item before the …
-
When FlipView items are smaller than the FlipView root container, they should be centered inside of the root region. This isn't happening on the iPad mini - items are stuck at the top left of the view…
-
The event listener is removed in "dispose" which isn't guaranteed to happen.
The handler for the event stops FlipView from stealing 'wheel' events when the user is scrolling through a page.