yourhead / s3

public info about s3
8 stars 7 forks source link

changing page scoped properties can affect page templates in edit mode #743

Closed yourhead closed 7 years ago

yourhead commented 7 years ago

currently the top node is only sent a refresh when nodes are added or removed. page scoped properties should be able to send a very limited refresh to top node. it should only affect the page/top page/bottom head/top and head/bottom content.

yourhead commented 7 years ago

implemented a "quick fix" for this. the real fix should be to segment the scoped top/bottom body/head content into other divs and just refresh those divs rather than refreshing the entire top div

yourhead commented 7 years ago

added bug to do the final fix: #744