Mark Croxton

Results 50 comments of Mark Croxton

I should add that you should ensure that your ajax requests are POSTed. If that isn't possible then you could add a parameter to the request (e.g. `ajax=1`) and then...

You should have a line in your htaccess rewrite rules to exclude ACT requests if they are in the query string: # Exclude when css, ACT, URL or 'preview' in...

So as you haven't misunderstood, this is what the combined htaccess for FastCGI environments when static caching homepage looks like (replace [site_id] as usual) ``` RewriteEngine on ################################################################################# # START...

Also seeing this in Edge only. Any solutions?

Long shot, but does this bug happen after using Live Preview? I'm wondering if this pr for a long standing JS error would fix other odd issues like this too:...

I've had editors report this bug but I've never been able to reproduce it. My editors say it happens randomly but there must be a cause. Would you mind pasting...

Thank you! I can reproduce the problem exactly as per your video. Some initial observations: * It occurs when you attempt to link italicized text. * Any existing links _preceding_...

I've sort of figured out roughly why this happens. After selecting some text and wrapping with a tag - for example, `` or ``, the selection start point remains the...

Ok, here's a crude workaround. It will unselect a text selection after you apply an inline style in Redactor, thus forcing the editor to reselect the text they wish to...

Here's another stab at that which (as far as I can tell) solves the issue, by forcing Redactor to select the contents of the newly inserted wrapping element. The editor...