Adrian Jones

Results 229 comments of Adrian Jones

What about this: https://jsfiddle.net/gHN8G/ which uses an `insertAtCaret()` function. Obviously this currently requires jQuery, but surely could be converted to use vanilla JS?

Or this version: https://github.com/Toutouwai/InputfieldTextareaHannaTags/blob/a611aea312acac786b6e50de90ae207591a04fda/InputfieldTextareaHannaTags.js#L15-L56

@sirion89 - take a look at the PR mentioned in this other issue: https://github.com/andreruffert/rangeslider.js/issues/47 I copied those changes and it works now for me.

Thanks @brunoais for the PR to fix this. This is surely critical functionality for every use case (for accessibility, if nothing else). @andreruffert - thanks for your great work on...

@sweco-sekrsv - the example is broken because no API key is provided, but I can confirm that it works if you add your own API key.

Firefox does seem to have a MUCH subtler change and not always. The issue is definitely there is Safari though if you could test there. I am not sure what...

Hi @ryancramerdesign - thanks for reporting this. Are you suggesting that all I need to is simply check if arg1 one of that hook is severe before throwing the exception?...

Sounds good @ryancramerdesign - the key thing is that PW converts the exceptions it does throw to a string and that breaks Tracy's bluescreen (red) output. You can read more...

@ryancramerdesign - yes, I think you have it - it converts it to a string and sends it to `trigger_error(()` - that's the point I make in the initial post...

> The only thing I want to mention is that the ability to hook multiple things in the same string is relatively now to PW Good catch, thanks - I...