Results 150 comments of Matt Robinson

> where are the 5.1 hashes ? https://github.com/mattyrob/exploit-scanner-hashes

The current line in ClassicPress differs from that which was patched upstream, we have: `this.$el.hide().undelegate( 'keydown' );` It seems that `.undelegate()` is deprecated in jQuery now but for the time...

@viktorix - It certainly seems it only happens after migrations to jQuery 3.x as I cannot reproduce the issue in the current ClassicPress code. I suppose we have a decision...

I suspect this auto closed due to fork where PR originated being deleted.

In my testing I think this still needs work. Basic content as follows: ``` Paragraph One starts the content. Paragraph Two is the middle of the content. Paragraph Three is...

Perhaps I'm missing something then but the addition of the line breaks and the ` ` seems incorrect to me - the content should not be changing when switching between the...

I think we are talking across purposes, those 2 functions are there to ensure consistent display in the Visual and Text tabs, but the two functions cycle and if you...

> so perhaps there was another subtle change in that last Tiny update that worked for WP but not CP. I don;t think so, I can reproduce this same issue...

I've done some testing on this a little more now, I really like the approach of storing and replacing the comment blocks but I think I may have identified a...

I had noted you'd commented that section which is part of why I checked more deeply what it was doing. If you take a starting point from current `develop` and...