-
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
[ionic 4.0.0, beta 8] ion-col size doesn't work as col-X directive #15526
Comments
Same problem here. It was working till beta 7 but stopped working when I updated to beta 8. Please address this issue. |
This will be fixed in next beta release (i pushed a PR (#15498) what is merged already - issue #15495). So it will work then as expected:
Issue can be closed! |
@patwaswapnil I have found the ‘size‘ in ion-col is not work in beta8, and I roll-back to beta7, but someone had fixed it: #15496 |
Thanks for the issue! I'm going to close this since it will be resolved in |
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. |
Bug Report
Ionic Info
ionic (Ionic CLI) : 4.1.1 (C:\Users\XXX\AppData\Roaming\npm\node_modules\ionic)
Ionic Framework : @ionic/angular 4.0.0-beta.8
@angular-devkit/core : 0.7.5
@angular-devkit/schematics : 0.7.5
@angular/cli : 6.1.5
@ionic/ng-toolkit : 1.0.7
@ionic/schematics-angular : 1.0.5
Describe the Bug

The parameter size doesn't work as col directive in ionic 3.
You can see two ion-col's inside an ion-row in ionic 3. The bigger tagged with col-9 and the smaller with col-3. They are placed well, respecting their expected size.
But in ionic 4, I have used size 9 or 10 (the second ion-col without size property as explained in http://ionic-docs.herokuapp.com/docs/layout/grid/) and they aren't placed as expected.
Related Code
Code in v3
Code in v4
Besides that, if you go at the link above in the example where explain the size, you can see that it's the same size than the others, it showed as wider but it's exactly the same size.
Expected Behavior
Working as version 3.
The text was updated successfully, but these errors were encountered: