A family of Microsoft word processing software products for creating web, email, and print documents.
I can confirm that this behavior occurs, although what I see is a little different -- if the cursor is in a row that contains a locked content control, neither the Insert Row Above nor the Insert Row Below command does anything. It doesn't have to be content controls in two adjacent rows; the one selected row is enough.
Further, if I try to add the row in a macro, the Add command fails if the BeforeRow parameter is set to a row containing a locked content control (error 4198, "command failed").
The behavior is the same in Word 2007, 2010, and 2013, so I suspect it's "by design". The only workaround I can see involves temporarily turning off the "cannot be deleted" option in all content controls in the selected row, adding the new row, and turning the option on again. That would be easy to do in a macro, but definitely a PITA if you need to do it manually.
Thanks Jay. Rather than turning off Cannot be deleted, I'll enable Design mode when editing. I don't need to insert rows in VBA so it's not a big deal, it just threw me a bit when it happened.
Regards
Gordon