yourhead / s3

public info about s3
8 stars 7 forks source link

page scoped properties on popups don't affect popup selected index on all stacks #741

Closed yourhead closed 7 years ago

yourhead commented 7 years ago

page scoped properties correctly propagate their value to all other stacks on the page. (i.e. template replacements will all show the correct propagated value)

however the value does not seem to influence the currently selected menu item for a popup (select) menu. the selected index remains at the last selected index that the chose on that particular stack.

the correct behavior should be for the selected index to update along with the value on all stacks.

this likely affects other controls where the value is disjoint from the control's binding: images, links, etc.

//cc @bbyrdhouse

yourhead commented 7 years ago

tested, also affects color controls

yourhead commented 7 years ago

dear god, this was a really difficult bug to fix. it fought back. i'm still not entirely convinced that i won the battle.

i'm betting that a few stragglers (regressions) snuck under the wire. time will tell.