Open GoogleCodeExporter opened 9 years ago
Menus are broken with every screenshot type. This used to work until Chromium
was updated recently to 22.
Original comment by rktoo...@gmail.com
on 7 Dec 2012 at 2:25
There is an incorrect overflow setting in the plugin's css - please fix! This
is such a useful plugin I wish it would work again.
Original comment by rktoo...@gmail.com
on 17 Jan 2013 at 6:20
Here's how to fix it: add z-index of 1 to .toolbar in showimage.css.
Original comment by rktoo...@gmail.com
on 17 Jan 2013 at 6:35
after fix z-index to 1, I can not change tool such as select color.
Original comment by wacha...@gmail.com
on 3 Feb 2013 at 1:43
[deleted comment]
I changed z-index from 1 to 1000 it's work now.
Original comment by wacha...@gmail.com
on 3 Feb 2013 at 2:23
after selected some drop down menu and try to edit image. you will notice it
look like you select all (hightlight all) to solve this just modify file
showimage.js
....
setDivStyle: function(x, y) {
$(photoshop.layerId).setAttribute("style", "");
//$(photoshop.layerId).setAttribute("contentEditable", fase); /*before*/
$(photoshop.layerId).setAttribute("contentEditable", true); /*after*/
Original comment by wacha...@gmail.com
on 3 Feb 2013 at 2:55
Thanks, that works perfectly. Hopefully they'll release a repaired version of
the plugin someday soon.
Original comment by rktoo...@gmail.com
on 4 Feb 2013 at 7:52
[deleted comment]
can someone share where to find showimage.js on windows 7 box?
Original comment by rahulsa...@gmail.com
on 27 Feb 2013 at 7:15
Original issue reported on code.google.com by
rktoo...@gmail.com
on 7 Dec 2012 at 2:24Attachments: