Found this content helpful? Log in or sign up to leave a like!

video display defaults: rich text vs raw HTML

AlanIsaac
Community Participant

In the rich text editor for a Canvas page, if I create a link to a YouTube link to using the rich text editor, it displays like a link with no thumbnail. Good. But if I do this in the HTML editory, a thumbnail displays. Looking at the HTML, the reason is that the rich text editor adds `class="inline_disabled"` to the anchor. This means that the default Canvas style sheet is imposing a non-standard display, which moreover differs from the rich text display.

Why? Why is this non-standard display the default when the behavior of the rich-text editor indicates that Instructure knows most users do not want this. (It quickly becomes cluttered and ugly.)

Here are some solutions I would find acceptable, in ranked order.

1. A change the default style sheet by Instructure or by my institution. My institution (somewhat naturally) prefers not to meddle at all with the default stylesheet.

2. Ability to choose my own style sheet at the course or user level. My institution claims this requires the creation of a subaccount, and (for reason not fully transparent to me) prefers not to do so.

3. Ability to add style at the page level. This is much less useful but I could live with it. However, although it is valid HTML (I believe), `style` elements added to a page are immediately removed by Canvas, at least at my institution.

I know many, many users want more higher-level control over styling. Is Instructure making any moves in towards any of these solutions?

Labels (1)
0 Likes