Problem does not seem to appear in 1.11 (Yes, i even tested it.. But Single player only)
A command which uses the tag item id (Atch:1)
/summon item ~ ~1 ~ {Item:{id:"minecraft:ender_pearl",Count:1b},Age:-32768,PickupDelay:32767}
Stacking it(Atch:2)
/give @p minecraft:written_book 1 0 {title:"book",author:"",generation:0,pages:["{text:\"eye\",color:black,clickEvent:{action:'run_command',value:\"/summon item ~ ~1 ~ {Item:{id:minecraft:ender_pearl,Count:1b},Age:-32768,PickupDelay:32767}\"}}"]}
error points out that >"data tag parsing" failed because : from minecraft: isn't ignored
you must add quotes around any string that contains anything but "A-Za-z0-9+-_.".