Marek Lewandowski

Results 122 comments of Marek Lewandowski

@knolleary I believe that the first issue requesting for non-blocking connect feature is #147. I think it make sense to close this issue and #579 as duplicates of #147 and...

@spatnynick would you like to share the code?

Thanks for sharing @spatnynick! Blocking behavior is a really big issue for my projects as unresponsive device seems to be a broken device. I'll give it a try soon 🙂

There's another case related to that: cksource/ckeditor5-internal#3160 (handling ctrl + a ) related to selectstart event.

Another engine suggested in #253 is [pa11y](http://pa11y.org/).

@ZachRHale That would be lovely. What you need to do is to implement a custom Engine class that derives from `Engine` type. I'd suggest just starting by copying `EngineQuail` type...

> Is a manual test in order here? Definitely yes, remember to include ticket number and target version as a tag.

Hi @BarisW we're currently consumed with tasks around CKEditor 4 and CKEditor 5, and having hard time reviewing this issue. Here we need to review the issue so it's more...

Here's a code listing that might do the trick, however I just mocked it and can't verify: ``` var baseDir = '/ckeditor-dev/plugins/a11ychecker'; requirejs.config( { baseUrl: baseDir, paths: { jquery: baseDir...

Yea, I can see Quail is inlined. Without Quail built plugin.js is 43KB compared to 175KB when Quail is added.