Jeremy Ruston
Jeremy Ruston
Thanks @pmario I am afraid there is a merge conflict but otherwise this looks good to go.
Hi @pmario I am concerned that the CSS selector here may trigger some false positives. The most obvious anomaly would be something like this: ``` This is bold This is...
Thank you @saqimtiaz. I've spent some time on this preparatory to the v5.2.6 release, and I'm just as stumped. I added some instrumentation to the end of the dragstart handler...
> I think it's a "same origin" problem. There may be some subtle info in the mdn docs. Usually such problems are only mentioned in a sentence somewhere without any...
Thanks @pmario – I'm not seeing anything about cross domain (or cross origin) on that page.
Thanks @pmario
Hi @pmario I think I get the idea of driving the recursion limit from a variable, but I don't understand why there needs to be special treatment for the button...
OK @pmario so the idea is that the impact of recursively nesting button widgets is so severe that it is worth making special arrangements to limit it. That makes me...
Thanks @pmario, I appreciate your work on this. It is very helpful to have concrete code to help us explore the options. I remain fundamentally sceptical of the way that...