Auto embed doesn't work with bottom toolbar #3000
Labels
plugin:autoembed
The plugin which probably causes the issue.
plugin:notification
The plugin which probably causes the issue.
status:confirmed
An issue confirmed by the development team.
type:bug
A bug.
Milestone
Type of report
Bug
Provide detailed reproduction steps (if any)
"type error f is null' (line is 670 position 86 in my custom build)
Expected result
placement of embedded video
Actual result
"type error f is null' (line is 670 position 86 in my custom build)
Other details
FOR PROOF OF CAUSE IN THE MY TROUBLESHOOTING EFFORT I FIXED THIS SIMPLY BY EDITING LINE 670 TO READ
c.toolbar&&(f=c.ui.space("bottom")
INSTEAD OF
c.toolbar&&(f=c.ui.space("top")
The text was updated successfully, but these errors were encountered: