Oliver Geer

Results 43 issues of Oliver Geer

What should scroll - the `textarea` and `pre code` or the `code-input` element? Currently, `code-input` scrolls but with a blur/focus each time a character is entered, to fix bug #93...

bug
area:core
priority:medium
breaking-change

https://github.com/panphora/overtype Works very similarly to code-input.js, but Markdown-only. Contains a toolbar that could be ported to a code-input.js plugin, as well as some listed README quality-of-life features that could suit...

enhancement
area:core
area:new-plugin
priority:low

JSDelivr used to import code-input.js, hljs, Prism in interactive demos. * Way to use c-i.js website instead, with crossorigin limiting? * Specify versions as major or major.minor.patch? * HTML attrs:...

documentation
priority:medium

Aesthetic but annoying; WebKit (e.g. GNOME Web, Safari) only. Open tests/i18n.html; keyboard navigate to right-to-left element with plugins then to the end of the longest line so scrolls left. Keyboard...

bug
area:browser
priority:medium

Currently they are not passed and do nothing since code-input elements aren't focusable and making them focusable would be illogical. The consistency is with the focus event, `selectionStart`, `selectionEnd`, etc.

enhancement
area:tests
priority:medium

For this code: ``` // Create a function for autocompletion var tags = ["!DOCTYPE html", "html", "head", "body", "title", "style", "script", "link", "meta", "h1", "h2", "h3", "h4", "h5", "h6", "em",...

bug
area:tests
priority:medium

Using these special characters (all ASCII chars from 0000 to 007F), on Firefox 140: ```   !"#$%&'()*+,-./0123456789:;?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~ ``` Out of the full-plugin demos here, only with highlight.js and not...

bug
help wanted
area:existing-plugin
priority:medium

## Steps to reproduce * Open tests/i18n.html (in the repository). * Alternatively, create a code-input element and input some Devangari (e.g. Hindi) or Hebrew text into it. * Make the...

bug
area:core
area:browser
priority:medium

Currently, if no find-and-replace query has been executed before, the first match found will be the first in all the code. The expected result mirrored in IDEs is starting at...

bug
good first issue
area:existing-plugin
priority:medium

The autocomplete-created pre to find where to place the popup does not handle special character sizes. Potentially autocomplete should use the pre element. This is part of #106.

bug
area:existing-plugin
priority:low