Skip to content

builder: Fix handling of `<binding>`

Matthias Clasen requested to merge builder-binding-ordering into master

We were only applying <binding> elements when the object is constructed, which can be triggered by various things (e.g. a <style> element). Defer this until we reach </object>, so we can be sure that we pick up all the bindings.

Testcase included.

Fixes: #4147 (closed)

Edited by Matthias Clasen

Merge request reports