-
Notifications
You must be signed in to change notification settings - Fork 13.5k
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
ionList - reordering - items don't display at the correct offset when parent has position:absolute #1583
Comments
@perrygovier |
I've downloaded nightly build - http://code.ionicframework.com/#nightly - and it works! Thank you for fixing the issue in less than 1 day and thank you for providing instructions how to get the latest build: https://github.com/driftyco/ionic#manual-start [sidenote] (now I clearly see how counter-productive is to manually download a nightly version) [offtopic-philosophical] It makes me productive and my manger is happy. Is there a way for us to purchase a license? (you are doing such a great job fixing these issues) |
Hey @stefek99, thanks! Since Ionic is MIT, the license is free and open to all. We do have some things in the work your company might like to make the development process easier and even faster, but the framework itself will always be free and open to the public. If you're interested in the services, sign up here to get notified when we're ready to demo them. We're also looking at ways Ionic can be more friendly to enterprise users. @mlynch might be able to shed a little more light. |
Signed up with my work email address. Congrats on 7k stars on Github. I'll try recommending you as a company / you as a framework. Thanks |
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out. |
Video describing the issue: https://www.youtube.com/watch?v=ZuSjoCeBE1c
Code http://codepen.io/stefek99/pen/wtcnj
Taken form docs: http://ionicframework.com/docs/api/directive/ionList/ // http://codepen.io/ionic/pen/JsHjf
What I'm trying to achieve is mobile-like feel on a desktop and I'm using following CSS:
It's related to another issue created by me - #1534 - initially I was using an iframe, just like you do (via codepen) on the docs page - http://ionicframework.com/docs/api/directive/ionList/ - but I ended up using the CSS above.
I wonder if there is a simple fix to allow reordering items at correct heights.
Thank you
Michal
The text was updated successfully, but these errors were encountered: