e16ff43cfd
This upstream bug prevents creation of an anchor with a hyperlink where the content has a block-like display. The workaround is to wrap the content in a span, set the display to inline, call the `createLink` command on the span, move the content out of the span, and then remove it. This is only done for Firefox-based browsers.