oliviaramos / simile-widgets

Automatically exported from code.google.com/p/simile-widgets
0 stars 0 forks source link

Image format tooltip not working #350

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
When I try to use the tooltip format of images it fails in trunk. Part of
the reason is that in trunk (r2080) a typo sliped in, line 216 reads:
img.title = this._tootlip;
and should read:
img.title = this._tooltip;
the t and l switch places.

If the tooltip is an expression it also fails. On line 219 I see a
_uiContext.getSetting("itemID") is called, however nowhere in exhibit I can
find that "itemID" is assigned. My guess is that views should add the next
line at the appropriate place:
self._uiContext.putSetting("itemID", item.id);
For tabular-view I would suggest around line 320 and 329.

Original issue reported on code.google.com by m.d.na...@hetnet.nl on 15 Feb 2010 at 10:06

GoogleCodeExporter commented 8 years ago

Original comment by ryan...@csail.mit.edu on 23 Jun 2011 at 10:11