Open GoogleCodeExporter opened 9 years ago
i fixed it with the following change:
add "z-index: 100;" to the ".toolbar" css class of showimage.css
Original comment by geki...@gmail.com
on 28 Jan 2013 at 2:01
Well... just tried it, using Chrome Version 26.0.1386.0 dev-m and Screen
Capture (by Google) 5.0.5 and the menus still open behind the captured
image....
Original comment by mro.mich...@gmail.com
on 28 Jan 2013 at 10:52
Same issue for me...
Version 23.0.1271.64 m
Original comment by dirk.bos...@aperam.com
on 29 Jan 2013 at 3:56
OK, now I understand from the first comment. You have to change your local
showimage.css file!! I found mine at
"C:\Users\user1\AppData\Local\Google\Chrome\User
Data\Default\Extensions\cpngackimfmofbokmjmljamhdncknpmg\5.0.5_0". Opened
showimage.css in Notepad, added "z-index: 100;" to the ".toolbar" css class,
saved, restarted Chrome and all works fine now!!
Original comment by mro.mich...@gmail.com
on 29 Jan 2013 at 4:53
added z-index to css and works perfectly! Thanks
Original comment by mar...@donotreply.at
on 29 Jan 2013 at 5:15
I can find showimage.css but no mebntion of .toolbar anywhere in the file, so
nothing to edit.
Original comment by A.D.Edwa...@gmail.com
on 18 Mar 2013 at 12:06
@6
#4 tells precisely what to do. Just check the extension name is right. fx.
cpngackimfmofbokmjmljamhdncknpmg.
Works perfectly!
Original comment by thereal...@gmail.com
on 18 Mar 2013 at 12:27
Same issue for me. The flyouts from "Redact", "Highlight" etc. are vertically
stacked underneath the captured image (full screen capture in my 2 tests if
that makes any difference).
Will try to CSS fix above but would make sense for someone to fix at source.
Cheers
Original comment by nsc.thed...@gmail.com
on 20 Mar 2013 at 8:57
Attachments:
There are a number of ".toolbar" lines in my showimag.css as below. after which
line should I append the "z-index: 100;" ?
"""
.toolbar {
position:fixed;
height: 30px;
margin-left: 10px;
padding-top: 6px;
}
.toolbar ul {
margin: 0px;
padding: 0px;
list-style: none;
}
.toolBar ul li {
cursor: pointer;
margin-right: 8px;
float: left;
""""""
Original comment by nst...@gmail.com
on 10 Apr 2013 at 4:28
.toolbar {
Original comment by geki...@gmail.com
on 10 Apr 2013 at 6:02
Same error here. It should be fixed because we cannot use the Menu and I don't
want to alter the CSS of the extension, it should work well.
Original comment by sources....@gmail.com
on 21 Apr 2013 at 5:24
Thank you to #1 (geki) and #4 (mro)!
Original comment by sunshine...@gmail.com
on 16 May 2013 at 9:46
Original issue reported on code.google.com by
mro.mich...@gmail.com
on 29 Aug 2012 at 1:59