yiran29 / sunpinyin

Automatically exported from code.google.com/p/sunpinyin
0 stars 0 forks source link

候选框有的时候会闪一下 #69

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
当输入拼音的时候,候选词列表会晃一下才回到正确的位置��
�
具体情况请见附件,附件的视频是按照正常的1/8速度播放的��
�这样能看的比较明显。

1. 
根据现象初步分析,应该是候选词窗口会先根据新生成的候��
�词的长度调整size。
     然后再将候选词放上去,两者之间的时间差比较大的时候,会看到 这个现象。
2. 
候选词在窗口中的对齐方式似乎是居中对齐,如果改成靠左��
�齐应该效果有所改善。

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
2.0 on Mac OSX 10.6.2

Add a label for it to identify the area this issue belongs to.
Mac

Original issue reported on code.google.com by zongyao.qu on 25 Mar 2010 at 3:27

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by tchai...@gmail.com on 26 Mar 2010 at 4:53

GoogleCodeExporter commented 8 years ago
我看了一下,应该没有设置居中对齐 ... 
转给jjgod帮忙看一看,对cocoa编程还是很不通 ...

Original comment by find...@gmail.com on 26 Mar 2010 at 1:15

GoogleCodeExporter commented 8 years ago
我看了最新的代码,yongsun好像已经修复了这个bug。
把之前的 由window的resize引起的渲染去掉了。

不过不知道drawRect里面为什么用的是居中对齐
纯粹是个人看法:
y方向的是居中对齐,应该没有问题。
x方向个人觉得没有必要,因为从视觉上,数字的margin和汉字�
��margin不一样,所以即使用了居中对齐,视觉上可能也不是居
中的。

Original comment by zongyao.qu on 26 Mar 2010 at 2:55

GoogleCodeExporter commented 8 years ago
should have been fixed in 2.0.1

Original comment by find...@gmail.com on 7 Apr 2010 at 2:26