Closed (fixed)
Project:
SimpleCrop
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Feb 2015 at 07:01 UTC
Updated:
6 Mar 2024 at 09:44 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
spleshkaThat is very strange issue, I couldn't reproduce it in Chrome. Could you please install the module on simplyest.me and tell me if you still have this problem?
Comment #2
tunaman commentedHi Spleshka,
Issue replicated on Simplytestme. I forgot to mention, after uploading the image, do not apply a crop, click elsewhere on the screen and then click on the image.
Screen capture attached.
Comment #3
tunaman commentedComment #4
spleshkaThanks for your video, now I see what you mean. Unfortunately, I still can't reproduce it in Chrome, even if I install module on simplytest.me and follow your steps. What OS and Chrome version do you use?
Comment #5
tunaman commentedI've tested in:
Comment #6
spleshkaUnbelievable, I've tested in Windows 7, Chrome 40 with no success. I would really like to solve this issue, but have no idea how to reproduce it. Could you open a "Anonymous mode" in Chmore and reproduce this issue? Probably, one of your Chrome plugins leads to this issue.
Comment #7
tunaman commentedSame problem with no extensions enabled or installed in Chrome I'm afraid :(
Comment #8
spleshkaI've asked other devs to reproduce this issue and they couldn't. Do you have any idea about our next steps? I did my best to reproduce this issue with no success. Probably, it is specific to your Chrome. If you will have any new information about this issue, please let me know.
Comment #9
iampumaDue to the theme I was using I had the same problem. The following CSS snippet mentioned in this comment on the jcrop Github project solved it though.
Comment #10
spleshkaThanks @iampuma, that could be the trick! @tunaman, does this workaround solves your issue?
Comment #11
tunaman commentedSeems to have done the trick! Thanks guys.
Comment #12
tunaman commentedComment #13
petu commented#9 helped me. Thank you, @iampuma!
The patch is enlosed.
Comment #14
petu commentedThe patch was improved.
Comment #15
klausiThanks Petu!
The original proposal used a dot in front: ".jcrop-holder>input {", but in your patch you use "jcrop-holder>input {". It looks like that would not be valid and you need a class selector? Maybe I'm missing something.
Comment #16
petu commentedThanks @klausi, sure it's a typo!
Fixed.
Comment #17
klausiThanks, looks good to me!
Comment #19
klausiMerged, thanks!