Skuzzzy / rikaikun

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

A type error with hide_popup on a certain site. Functionality preserved. #14

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
on http://freezingmoon.org/ I get an error:

TypeError
arguments: Array
message: "Object [object DOMWindow] has no method 'hidePopup'"
stack: "TypeError: Object [object DOMWindow] has no method 'hidePopup' at 
chrome-extension://jipdnfibhld…"
type: "undefined_method"

Probably hidePopup is being called in an event handler and is using this 
instead of rcxContent.

Original issue reported on code.google.com by melin...@gmail.com on 6 Jan 2010 at 4:16

GoogleCodeExporter commented 9 years ago
Fixed in revision 17.  The call backs have to be absolute in their naming.

Original comment by melin...@gmail.com on 7 Jan 2010 at 1:25