Gerry Cardinal III
Gerry Cardinal III
@cbowns ok, I see now that the placeholder does align in iOS 6. However, it does not align in iOS 7, so that's the issue I am reporting here.

We are working on a pull request with a sample / example project and we can work on a pull request with a fix for this iOS 7 issue after...
@machty not sure, but this gem supports it and doesn't give instructions about the option / requirement to set `config.handlebars.precompile` to `true` (unless that's the default? don't know why my...
Of course, but should this be mentioned somewhere (e.g. in the Installation instructions or in a new Common Issues section)? And why does the gem have conditional code paths based...
Ok, it looks like `handlebars.precompile` does default to `true`. When we set Ember.js up, something told us to set `handlebars.precompile` to `false` (I will check with my teammate on why...
The ember-rails gem README contains the following: > Default behavior for ember-rails is to precompile handlebars templates. If you don't want this behavior you can turn > it off in...
Just ran into this. Thanks @ehntoo for the workaround.
we still have the workaround https://github.com/emberjs/ember.js/issues/10557#issuecomment-91249540 with Ember 2.18.0. would like to remove it if possible. maybe someone can confirm the issue has been fixed or create a reproduction on...