opentip icon indicating copy to clipboard operation
opentip copied to clipboard

opentip object api

Open rlagoue opened this issue 11 years ago • 1 comments

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

rlagoue avatar Feb 18 '14 22:02 rlagoue

+1

hegdeashwin avatar May 07 '14 16:05 hegdeashwin