Michael Lehenbauer

Results 19 issues of Michael Lehenbauer

See #172 and https://github.com/firebase/firepad/commit/99cddffe4c4266af33f75021330d73e65e133f03 firepad's dynamically generated firepad-li-N styles need to take precedence over the firepad.css styles, regardless of where you put your firepad.css include.

Right now if you just copy/paste the "dependencies" and "initializing firepad" snippets from http://www.firepad.io/docs/ the editor is broken because the firepad div isn't big enough.

From Guy: firepad.setHtml("    X    ") [spaces are actually & nbsp but github is rendering them as spaces] doesn't work right. I hacked it by commenting out the cleanLine_() code, but I think...

Via Guy Goldstein: setHtml() doesn't work correctly when your last line is indented - it always adds a blank non-indented line after. This comes up when I getHtml() a value,...

Clement reports that this doesn't always happen.

When you're bolding text, the bold icon should be highlighted, etc.

The problem is CodeMirror draws your selection on a layer behind the text, but other users' selections are drawn as a background color on the text itself, so they completely...

I don't understand why, but messages often don't get threaded into a single conversation for some reason: ![image](https://user-images.githubusercontent.com/206364/57656343-f8b51900-758c-11e9-8f76-6ac7b25924ca.png)

This bug drives me absolutely crazy. If I select text with the mouse left-to-right, then extending/reducing the selection with shift-arrow keys should always extend/reduce from the right side of the...