diegoles / closure-library

Automatically exported from code.google.com/p/closure-library
0 stars 0 forks source link

[IE7]Permission Denied for goog.events.ListenableType in AdvancedToolTip #582

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago

What steps will reproduce the problem?
1. Open a new AdvancedToopTip for several times
2. Permissin Denied error will happens in IE7

What is the expected output? What do you see instead?
No JS error and the opened tooltip can be hidden
But when the JS error happens, the tooltip won't be hidden anymore

What version of the product are you using? On what operating system?
The latest version

Please provide any additional information below.
Here is the call stack for this issue:
obj[goog.events.Listenable.IMPLEMENT_BY_PROP]
goog.events.Listenable.isImplementBy
goog.events.removeAll
goog.ui.PopupBase.hide_
goog.ui.PopupBase.setVisible
goog.ui.AdvancedTooltip.manbeHide

Note: we cannot accept patches without the contributor license agreement
being signed. See http://code.google.com/p/closure-
library/wiki/Contributors for more info.

Original issue reported on code.google.com by dangyunf...@gmail.com on 7 Aug 2013 at 7:43