-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
deliteful/demos/mobileapp is broken #122
Comments
I tested with chrome and FF on mac. |
SidePane, ViewStack and LinearLayout samples works but not List samples and the error is the same in mobileapp and List samples. Reassign to @sbrunot |
List is currently broken on the master branch, due to some regression introduced on delite master for templates. I was told that ibm-js/delite#228 should fix the current issues with templates: I think we'll have to wait for it before trying again. For the record, the samples and tests were ok last friday. |
There are other problems in this demo:
|
Tested successfully on Mac (Chrome and Safari). |
About the remaining issue (scroll in the left-side menu on chrome/Android and ios7): in the past, such situations were due to an incorrect height of the component (in particular with flexbox, on some browsers) and/or interference with overflow or overflow style parameters set on the parent containers. I tried a bit to find what exactly in this usage context hurts (including by comparing with the right-side list which scrolls fine), unsuccessfully so far. Let's see if we find it... |
The SidePane will not open, and the layout is messed up.
The text was updated successfully, but these errors were encountered: