Custom Query (13852 matches)
Results (19 - 21 of 13852)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#5019 | invalid | AUTO REFRESH USING JQUERY | ||
Description |
Hi,
Please give me any solution for this. Thanks in Advance |
|||
#7849 | invalid | ie6 卡死 | ||
Description |
ie6运行卡死 |
|||
#12462 | wontfix | getComputedStyle is used without checking the node | ||
Description |
In firefox 14,when run this code
it will get error message "NS_ERROR_XPC_BAD_CONVERT_JS:Could not convert JavaScript argument arg 0 [nsIDOMWindow.getComputedStyle]" The reason is that the 'getComputedStyle' method is called without checking the node whether can apply this method.(when the elem is a textnode,it with got error).In the previous version like 1.7.2 you did check this。 |