liferay / alloy-ui

Repo Moved. AlloyUI is a framework built on top of YUI3 (JavaScript) that uses Bootstrap 3 (HTML/CSS) to provide a simple API for building high scalable applications
https://github.com/liferay/liferay-frontend-projects/tree/master/third-party/projects/alloy-ui
Other
1.55k stars 676 forks source link

Y.ImageCropper in Bootstrap 3 #80

Closed lifeart closed 9 years ago

lifeart commented 9 years ago

For an Image inside Bootstrap modal window ImageCropper controls now working (all controls in one spot: left-top angle of image), if image parent has css {"text-align":center}, then cropper has a problem with Zero coordinates of his background image. + z-index error.

aui-image-cropper, V 3.0.0

lifeart commented 9 years ago

example: http://codepen.io/lifeart/pen/mympwG

lifeart commented 9 years ago

if image has styled max-width or max-height, and image bigger then (max-width or max-height), cropper has a Zoom problems.

mairatma commented 9 years ago

Thanks a lot for reporting these problems. I've opened two separate jira issues for those (https://issues.liferay.com/browse/AUI-1837 and https://issues.liferay.com/browse/AUI-1838).

Next time, keep in mind that issues should be posted on Jira instead of GitHub :) https://github.com/liferay/alloy-ui/blob/master/CONTRIBUTING.md#1-issues

I'll close this since we'll be working on the jira issues instead then. You should be able to access them too if you wish to see the progress or add something.