liqianggao / chrome-screen-capture

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

Highlight, redact, text and line selectors don't work on latest version of Chrome on Ubuntu #268

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. run Chromium Version 22.0.1229.94 Ubuntu 12.10 (161065)
2. attempt to capture any screenshot
3. the highlight, redact, text and line selectors show up behind the 
screenshot, cannot be selected or changed

What is the expected output? What do you see instead?
I expect to be able to use a drop down menu to select the color/features of 
highlight, redact, text and line selectors.

What version of the product are you using? On what operating system?
Screen Capture extension Version 5.0.5
Chromium Version 22.0.1229.94 Ubuntu 12.10 (161065)

Please provide any additional information below.

Original issue reported on code.google.com by rktoo...@gmail.com on 7 Dec 2012 at 2:24

Attachments:

GoogleCodeExporter commented 8 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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
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