Enclavely / tailor

Build beautiful page layouts quickly and easily using your favourite WordPress theme.
https://www.tailorwp.com
GNU General Public License v3.0
1.05k stars 102 forks source link

Custom logic in update() widget method doesn't execute #128

Open brendanlawton opened 7 years ago

brendanlawton commented 7 years ago

Steps to reproduce issue:

Expected result: Custom logic is executed.

Actual result: Custom logic is not executed.

andrew-worsfold commented 7 years ago

@brendanlawton -

The update() method is not currently called, due to the (relatively restrictive) way that WordPress widgets work. Updates are performed using JavaScript. It may be possible to approach widgets differently to allow this, which I will investigate for a future release.