--
You received this message because you are subscribed to the Google Groups "Blockly" group.
To unsubscribe from this group and stop receiving emails from it, send an email to blockly+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to blockly+u...@googlegroups.com.
We will never support IE8 or earlier, which do not support SVG.
No, we aren't supporting back to 6.2 (and neither is Apple). Of course, if you find that it's a simple thing to debug and want to submit a patch, we'll take a look.
And for completeness, Blockly is 90% working in IE9 and we could bring that to 100% with some work. But a survey of developers last year couldn't find a single person who wanted this. That, coupled with IE9's ever declining market share means we decided not to support it.IE10+ is fully supported.
--
To unsubscribe from this group and stop receiving emails from it, send an email to blockly+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Blockly" group.
To unsubscribe from this group and stop receiving emails from it, send an email to blockly+unsubscribe@googlegroups.com.
Yes, please file those bug reports.
We should work on IE 10, but our test machines are all windows 10 so our windows tests are in IE11 and Edge.
On 26 January 2017 at 11:43, 'Rachel Fenichel' via Blockly <blo...@googlegroups.com> wrote:No, we aren't supporting back to 6.2 (and neither is Apple). Of course, if you find that it's a simple thing to debug and want to submit a patch, we'll take a look.
I'll take a look at it sometime over the next week to see what the damage is.
Thanks for the fixes!For block dragging this is a bit of a stab in the dark, but, do you know if the regex's in https://github.com/google/blockly/blob/f5f6d69d5ef86d92e249054004c39690b0961f61/core/utils.js#L126 are matching correctly? I think they should be even with the -webkit prefix since the non vendor specific one is set too, but that would be one of the first things I double checked.