Looks like another TreeModifier regression, the image node is getting constructed before the children have been populated, so the CE node thinks it shouldn't render a caption.
Description
Description
Details
Details
Related Changes in Gerrit:
| Subject | Repo | Branch | Lines +/- | |
|---|---|---|---|---|
| Wait for tree to finish building before updating caption | mediawiki/extensions/VisualEditor | master | +6 -3 |
Related Objects
Related Objects
Event Timeline
Comment Actions
Change 379053 had a related patch set uploaded (by Esanders; owner: Esanders):
[mediawiki/extensions/VisualEditor@master] Wait for tree to finish building before updating caption
Comment Actions
Change 379053 merged by jenkins-bot:
[mediawiki/extensions/VisualEditor@master] Wait for tree to finish building before updating caption
Comment Actions
Ed's workaround was removed in rEVED26e7728272e2: ve.ce.MWBlockImageNode: Allow normal CE rendering to handle the caption. I think we can consider this properly fixed.