I haven't had a need to be too picky about positioning, so I'm not
sure what the tricky conditions are (though I'm sure they're there).
You didn't mention how you're doing your positioning, but I can
imagine you're using either AbsolutePanel or PopupPanel. I had
suggested PopupPanel because it has a showRelativeTo(UIObject) method
that might be helpful. According to the docs, though:
from
http://google-web-toolkit.googlecode.com/svn/javadoc/1.6/com/google/gwt/user/client/ui/PopupPanel.html#showRelativeTo(com.google.gwt.user.client.ui.UIObject)
"Normally, the popup is positioned directly below the relative target,
with its left edge aligned with the left edge of the target. Depending
on the width and height of the popup and the distance from the target
to the bottom and right edges of the window, the popup may be
displayed directly above the target, and/or its right edge may be
aligned with the right edge of the target."
So it looks like the algorithm that it uses for positioning may be too
variable for your needs.
One final note is that, assuming you manage to cover up the link in
the table cell, you probably don't have to remove it, which might
cause the table to shift around.
-Brian
> >
google-web-tool...@googlegroups.com<google-web-toolkit%2Bunsubs
cr...@googlegroups.com>
> > .