enyo / opentip

Opentip is an open source javascript tooltip based on the protoype framework.
http://www.opentip.org
1.25k stars 401 forks source link

opentip object api #99

Open rlagoue opened 10 years ago

rlagoue commented 10 years ago

I'm trying to use opentip in my gwt application. What I'm doing is:

  1. instantiate a new instance: new $wnd.Opentip(element);
  2. set the content: toolTip.setContent(content);
  3. call the method show: toolTip.show();

(The methods are called inside the native methods. as usual in GWT)

The problems are:

  1. the tooltip is empty
  2. the tooltip is displayed and is localized at the cursor position and not on the text input field, where I want it to be.

What could be the problem (I'm blocking on this for 2 weeks now)?

I'm using the the native canvas version.

Thank you for any help

hegdeashwin commented 10 years ago

+1