Giter Club home page Giter Club logo

Comments (7)

GoogleCodeExporter avatar GoogleCodeExporter commented on September 10, 2024
Did you try implementing it, if so can you provide some more details, or is it 
just
one of the tests/demos that you tried?

Can you also provide details of the emulator you are using.

Original comment by [email protected] on 6 Apr 2008 at 9:58

from javascript-image-cropper-ui.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 10, 2024
I had a very similar issue, the fix:
change:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" >
to:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 
Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

Dave


Original comment by [email protected] on 22 May 2008 at 9:52

from javascript-image-cropper-ui.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 10, 2024
I had a same issue, and resolved by changing mode of IE from
backward-compatibillity-mode to standard-mode (by removing xml decralation).

Original comment by [email protected] on 26 May 2008 at 8:27

from javascript-image-cropper-ui.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 10, 2024
[deleted comment]

from javascript-image-cropper-ui.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 10, 2024
Guys, how did you resolve this problem? 
The bug can be reproduced on IE 6.0.3790.1830 on latest version.
Changing DOCTYPE as it is mentioned above doesn't help (and actually I can't do 
this
because it seriously breaks my code)... and I don't have xml declarations in my 
code :(

Please, help! I don't want to remove this cropping UI functionality because of 
this
f**king IE6.0...

Original comment by [email protected] on 3 Feb 2009 at 5:33

from javascript-image-cropper-ui.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 10, 2024
change in cropper.css below block from :

----------------- previous -----------------
.imgCrop_wrap,
.imgCrop_wrap * {
    font-size: 0;
}

to 

----------------- fixed -----------------
.imgCrop_wrap,
.imgCrop_wrap * {
    font-size: 0;
    opacity: 1;
    filter:alpha(opacity=100);
}

IE inherits css properties from parents, so in order to show image to be 
cropped, you
have to strictly specify all child elements opacity as 100% in imgCrop_wrap div.

rustam bogubaev

Original comment by [email protected] on 19 Aug 2009 at 1:59

from javascript-image-cropper-ui.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 10, 2024
The change to the CSS is included in the latest version 1.2.1, which will be 
released
shortly

Original comment by [email protected] on 6 Oct 2009 at 2:23

  • Changed state: Fixed

from javascript-image-cropper-ui.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.