aisiksalan / chrome-screen-capture

Automatically exported from code.google.com/p/chrome-screen-capture
0 stars 0 forks source link

Tool Menus BEHIND Captured Image #230

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Capture full screen image. 
2.Click to annotate.  
3.Tool menu is behind image.  

What is the expected output? What do you see instead?
The tool menu should be activated on click and should overlay the image.  
Instead, tool menus are behind and I am unable to annotate, etc.  

What version of the product are you using? On what operating system?
Version 5.0.4, On Corporate Config Win XP OS

Please provide any additional information below.
Please fix as I use this tool ALL the time! :)

Original issue reported on code.google.com by Kbari...@gmail.com on 5 Oct 2012 at 4:57

GoogleCodeExporter commented 9 years ago
I have the same problem.

Original comment by bestor...@gmail.com on 18 Oct 2012 at 2:34

GoogleCodeExporter commented 9 years ago
This works:

Look for "showimage.css" this is the folder to search for it "chrome/user 
data/profile X/extensions/cpngackimfmofbokmjmljamhdncknpmg/XXXXX/ where profile 
X and XXXXX could be different in your computer.

Change the .toolbar adding  z-index: 100000; leave it like this:

.toolbar {
  position:fixed;
  height: 30px;
  margin-left: 10px;
  padding-top: 6px;
  z-index: 100000;
}

Restart chrome and test, it works for me! located here:

http://code.google.com/p/chrome-screen-capture/wiki/EnglishFAQ

Original comment by annu...@gmail.com on 22 Oct 2012 at 7:25

GoogleCodeExporter commented 9 years ago
My setup is a little different, but this works fine, when you find the right 
folder with search.

Original comment by d...@postur.is on 22 Oct 2012 at 9:05

GoogleCodeExporter commented 9 years ago
Have problem finding the file. Can you provide the full name of the folder? 
Thanks.

Original comment by bestor...@gmail.com on 22 Oct 2012 at 2:06

GoogleCodeExporter commented 9 years ago
Mine was here: 
C:User\(user)\AppData\Local\Google\Chrome\User 
Data\Default\Extensions\(profile)\(profile number)\showimage.css

Original comment by d...@postur.is on 22 Oct 2012 at 3:53

GoogleCodeExporter commented 9 years ago
I found it and it works. Thanks my friend, have a great day.

Original comment by bestor...@gmail.com on 22 Oct 2012 at 4:23

GoogleCodeExporter commented 9 years ago
For those on Mac the path to the showimage.css file is:

/Users/username/Library/Application 
Support/Google/Chrome/Default/Extensions/cpngackimfmofbokmjmljamhdncknpmg/versio
n/showimage.css

Note that if you are using a profile /Default/ will be /Profile1/ or whatever 
profile you are using.

I am using version 5.0.6.

Original comment by Jason.Sc...@gmail.com on 23 Apr 2013 at 11:41