When placing any types of heads on any block it will not cause the block to update. However, it will update when you break the head.
Reproducable by placing still sand (use MCEdit) and then placing heads on top.
Related issues
is duplicated by
Attachments
Comments


Confirmed in 13w22a.

Yes, it is.

Still occurs in 14w11b.

Still occurs in 1.7.10, 14w28b, and 14w29b. Also applies to cocoa beans.
I note that most other items that place blocks pass 3 as the last parameter to the method that actually places the block in the world, while skulls and cocoa beans pass 2. And looking into that function, it appears that bit 0 clear does specifically prevent the place-block method from triggering an update.
Door items also pass 2 to that method, but they trigger updates "manually" immediately after placing the door-blocks into the world.

Fixed in 14w31a

Confirmed fixed.