Dalimil Hajek

Results 11 comments of Dalimil Hajek

Couple of changes here. I believe users should not try to style `.hwt-content` class - this is our internal class. Let them style their actual `textarea` or any classes that...

Hmmm, I suppose I also have a slightly different use case for the plugin. Currently, the styling of `.hwt-content` works fine if the highlight function of the plugin is applied...

@GrayedFox I believe I got it to work for my purposes, but it's been such a long time ago I honestly don't remember the code details... : https://github.com/Dalimil/highlight-within-textarea

The alignment should be fixed after applying this: https://github.com/lonekorean/highlight-within-textarea/pull/19

It's frustrating and it needs to be fixed, but in the meantime, you could write this as a workaround: If you were passing the `ImgSrc` data in some variable to...

We are experiencing the same issue. Since columns keep changing widths, clicking sort asc/desc on the column header can cause column width to change and the tooltip stays open forever,...

`Document.execCommand` proved very unreliable, because `execCommand` operates on the active cursor selection, which can be programmatically set by manipulating the `Selection` object, but since there's no way to tell it...

Yeah, unfortunately the Chrome API only allows me to create a new item in the context menu when the user selects some text (there's no way to differentiate between editable...

Fixing this would mean implementing find & replace for any HTML. This is currently out of scope. See https://github.com/Dalimil/Find-and-Replace-Browser-Extension/commit/798b432ad229ad134503e78aab3eee68ebf105d8

CodeMirror is using hidden textareas for input from the user and then they are shadowing this in a formatted DOM that is displayed to the user. This is how CodeMirror...