The following code:
markText(start, end, {css: "background: orange"})
sets the orange background color. When the orange range is selected, it still looks the same if it wasn’t:
Is there any way to make the selection styles work?
Reduction: http://jsbin.com/goquguluno/edit?js,output