You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When searching and an object appears in the first pane, the details are often missing until something triggers them to appear. (Scrolling down and back up, or hiding and redisplaying the interface.) I’m having a hard time reproducing this now for some reason, but I’ve seen it many times.
If the row height for the results list is below 34, details aren't shown in the results, but are shown in the gutter underneath instead. Under these conditions, interfaces that normally show details in the panes (Primer and Nostromo) no longer show the details, even though the amount of available space in the interface itself is unchanged.
When details are shown in the gutter, they aren't updated correctly. When searching, you see the details for the previous object until you move around with the arrows.
The text was updated successfully, but these errors were encountered:
Previously, the `details` method would need to be invoked *twice* to yield the correct result. (The first invocation would cache the details, and the second would return it from the cache.)
close#1148
Two things:
The text was updated successfully, but these errors were encountered: