I have inserted a graph in VisualEditing mode. Saved the page. Reopened the page in VisualEditing. Resized the graph using the arrows in the lowerright corner. Saved the paged. Checked the source and found the JSON specification has been collapsed from block to inline formatting.
Description
Description
Details
Details
Event Timeline
Comment Actions
This is due to the graph extension stylesheet not being loaded the first time a graph is created on a page, resulting in VE wrongly displaying them as blocks. According to the stylesheet graphs should always be displayed as an inline-block.
Comment Actions
Change 312794 had a related patch set uploaded (by Ferdbold):
Display graphs as inline-blocks at first creation Fix popup widget displaying as anchored after resizing a graph
Comment Actions
Change 312794 merged by jenkins-bot:
Display graphs as inline-blocks at first creation Fix popup widget displaying as anchored after resizing a graph