angular-ui / ui-tinymce

AngularUI wrapper for TinyMCE
MIT License
488 stars 371 forks source link

Height 100% + autoresize causing issues #202

Closed Jakobovski closed 8 years ago

Jakobovski commented 8 years ago

Thanks for the great library!

I am having an issue with the following CSS. html { height: 100%; }

It seems that on every digest cycle the height is increased by a few lines. This seems to happen only when the autoresize plugin is enabled.

Do you have any recommendations on how to fix this problem?

Thanks!

deeg commented 8 years ago

What version of the library are you using?

Would you mind posting a Plunker demonstrating the issue? I would be more than happy to investigate.

deeg commented 8 years ago

@Jakobovski, are you still having issues? Were you able to create a plunker reproducing the issue?

deeg commented 8 years ago

Please take a look at CONTRIBUTING.md.

If you have found a bug, please open a new issue with a plunker re-creating it.