Similar to http://drupal.org/node/177829 reported for core, hook_nodeapi 'view' and 'alter' stages are not called for nodes in list view and table view. This introduces some inconsistencies between different view types, e.g. between teaser list and list/table views.
Actually I dont know if this is for purpose (ie. performance) or was simply overlooked ... bug or feature?

Comments

sun’s picture

Status: Active » Closed (won't fix)

This happens intentionally, because we save us a node_load() for each list/row item and are passing the contents to the appropriate field formatters instead.