Le 2011-07-15 00:25, Aris Feryanto a écrit :
----- Original Message -----
From: Marc Delisle marc@infomarc.info
Le 2011-07-13 21:57, Aris Feryanto a écrit :
I pushed code for the new tooltip. I used Tyron's suggestion to create a function PMA_createqTip() and added one parameter,
"content"
*. It looks very similar to the old tooltip, except for some behavior, like the tooltip sometimes not update its position while in the animation phase.
Please check the demo at http://demo.phpmyadmin.net/gsoc-aris.
Aris, column highlighting conflict is fixed, however the problem under IE9 persists: I can't read a thing in these tooltips.
Fixed in my git. After went through the qTip code, I found there was a bug in qTip. The bug make tooltips initialized with empty string always have 20px width in (my) IE. I'll report this bug to qTip community.
Thank you for the feedback.
Merged to official. Next time, let's use non-minified versions of the libraries during development (they are compressed at release time).