okonet / cooltips

CoolTips is a replacement for conventional web-browser tooltips. Cooltips is fully unobtrusive Class based on Prototype & Script.aculo.us, which is functional without any images (pure CSS).
http://code.google.com/p/tooltips/
39 stars 11 forks source link

Error: 'this.appearingFX' is null or not an object #2

Open gmolish opened 14 years ago

gmolish commented 14 years ago

What steps will reproduce the problem?

  1. In IE 7 I am serving an asp.net page. When the page initially loads the tool tips work as expected. When I select a page filter that trims down the results of the page I get the error message mentioned above.

What is the expected output? What do you see instead? Expected output is the cooltip. Instead I see nothing.

What version of the product are you using? On what operating system? I am using the latest version as of 1/11/2010. I have IIS 7 running on Windows 2008 server.

okonet commented 14 years ago

Please check the dependent libraries (prototype & effects.js)

gmolish commented 14 years ago

Both prototype.js and effects.js were updated to the latest versions. I believe this error is unique to asp.net auto postback. It appears to be working fine everywhere else (when no postback is involved). I've gone with a pure css solution since I couldn't find a way to make it work with an asp.net page that involved auto postback. Thanks for your response.