jquery-cluetip icon indicating copy to clipboard operation
jquery-cluetip copied to clipboard

Dynamically resizing a cluetip in IE

Open plindelauf opened this issue 14 years ago • 2 comments

In my cluetip I have a bit of hidden text that can be shown (JQuery's slideToggle) with a mouse click. In Chrome and Firefox, the box resizes nicely when the hidden text is revealed. In IE 8, however, the cluetip sticks to its original size.

plindelauf avatar Jun 01 '10 14:06 plindelauf

Do you have a test case up on the web somewhere that I can take a look at?

kswedberg avatar Jun 02 '10 21:06 kswedberg

I have tried to isolate the problem in an example, but unfortunately I cannot reproduce it. So it looks like it is more of a contextual problem; I'm guessing CSS positioning of other DOM elements cause this problem. I'm expecting to have the site with this problem up in a month or so. I'll add another comment with a link as soon as it is up.

For now, the workaround I implemented is to explicitly set the cluetip-outer's height to 100% after the slideDown. The drawback is that it doesn't shrink anymore after a slideUp.

plindelauf avatar Jun 03 '10 09:06 plindelauf