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
Original issue reported on code.google.com by
m.d.na...@hetnet.nl
on 15 Feb 2010 at 10:06