yui-tooltip latency..

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

yui-tooltip latency..

richhl
any one has this problem?. (see image atached)

I've tried to solve it by modifying the delay time set (hard-coded) in xforms.js. See code below, i've changed it from 200 to 100 but with no result.

any advice?

thx a lot.

--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws

yui_tooltip_latency.png (653K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: yui-tooltip latency..

richhl
sorry. i've forgot to include the code i've modified in xforms.js. Here u r:

        // Control tooltip
            if (ORBEON.xforms.Globals.hintTooltipForControl[target.id] == null
                    && ! ORBEON.util.Dom.hasClass(document.body, "xforms-disable-hint-as-tooltip")) {
                var message = ORBEON.xforms.Controls.getHintMessage(target);
                ORBEON.xforms.Events._showToolTip(ORBEON.xforms.Globals.hintTooltipForControl, target.id, target.id, "-orbeon-hint-tooltip", message, 1000, event);
            }

thx

rich


--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws