civet

Results 4 issues of civet

I define a BasicPicker after DatePicker. When I click on DatePicker, console show error: "**No InputElement Specified**". finally I found that they are sharing some objects, such as `oElemValid`, `oInputElemValid`...

虽然不太影响功能,但为了像素完美…… 此外,很多地方left,top,width,height都没做浮点数的取整处理

发不出好友消息。核对过参数貌似没问题,会不会跟cookie有关? ``` javascript qq.on('message', function(msg) { var pollType = msg['poll_type']; if(pollType == 'message') { var from = msg['from_uin']; qq.sendBuddyMsg(from, ['hi']); //直接回复 } }); ``` 此外修改了sendBuddyMsg()一行代码: ``` javascript chunks.concat([['font', font]]) ```

bug
fixed

I am currently using Blender2.63, import-pmg addons works well, but import-frm got some wrong bones. Then I try Blender2.57, both of them does not work! would you please tell me...