walid1982 / chrome-screen-capture

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

Toolbar extras dropdown not visible #291

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. click on screen capture to capture the whole page
2. attempt to access the extras drop down menu (right hand side of toolbar)

What is the expected output? What do you see instead?
The dropdown menu showing 'copy' etc, should appear , but instead it is hidden 
behind the page see attached screenshot

What version of the product are you using? On what operating system?
windows 7. chrome browser  Version 24.0.1312.57 m, Screen Capture (by Google) 
5.0.5 

Please provide any additional information below.

screenshot attached. this appears to malfunction in this way on all pages that 
i try to take a screenshot of.

Original issue reported on code.google.com by richardh...@gmail.com on 12 Feb 2013 at 8:05

Attachments:

GoogleCodeExporter commented 9 years ago
goto tools->extensions
tick the checkbox Developer mode
find the id of Screen Capture (by Google)
Ex: mine is "cpngackimfmofbokmjmljamhdncknpmg"
goto following folder(replace username)
mine is
"C:\Users\[username]\AppData\Local\Google\Chrome\User 
Data\Default\Extensions\cpngackimfmofbokmjmljamhdncknpmg"
open the showimage.html file with notepad
replace the text 
<div id="photo">
with 
<div id="photo" style="z-index: -1">
problem solved :D

Original comment by Chathura...@gmail.com on 14 Mar 2013 at 5:12

GoogleCodeExporter commented 9 years ago
Great Chathura, it works!!! Thank you!

Original comment by thereal...@gmail.com on 14 Mar 2013 at 10:58

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
After following these instructions the sub-menu was displayed but the actions 
do not work because the photo is now behind the toolbar.

Mike
Developer @ www.KillerSurfLinks.com

Original comment by netin...@gmail.com on 11 Sep 2013 at 8:36