one-aalam / chrome-screen-capture

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

截图后编辑工具有异常 #245

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.打开www.google.com.hk
2.网页区域截图
3.

What is the expected output? What do you see instead?
我看到截图后的编辑工具栏不正常显示,点击工具栏,出来��
�选项被图片挡住了

What version of the product are you using? On what operating system?
截图工具版本:5.0.5,OS为XP PRO SP3

Please provide any additional information below.
我的邮箱testhwm@163.com;hwmweimin@163.com

Original issue reported on code.google.com by hwmwei...@gmail.com on 25 Oct 2012 at 4:04

Attachments:

GoogleCodeExporter commented 9 years ago
Goto your user folder like c:\users\yourname\AppData\Local\Google\Chrome\User 
Data\Default\Extensions\cpngackimfmofbokmjmljamhdncknpmg\5.0.5_0

Open showimage.css by notepad,add z-index to .toolbar{}
like this:
.toolbar {
  position:fixed;
  height: 30px;
  margin-left: 10px;
  padding-top: 6px;
  z-index: 99999999; //add this line
}

Original comment by ratsu...@gmail.com on 30 Nov 2012 at 11:44