Files
blockly/core
Neil Fraser a4e0091d4e Fix style matching in Firefox 67 (#2485)
Chrome returns ‘transform: translate(107px, 0px);’ whereas Firefox now returns ‘transform: translate(107px);’ if the y value is 0.  This is consistent with existing behaviour in the translate SVG attribute.

The comment in our code specifically states:
// Accounts for same exceptions as XY_REGEX_
Yet that was not true at all.

This PR makes the y argument optional (as falsely described in the comment).  It also merges the 2D and 3D regeps together to simplify the code.

Resolves issue #2482.  Needs to be cherrypicked to Master and everything rebuilt and pushed.
2019-05-24 08:43:22 -07:00
..
2019-02-06 14:24:41 -08:00
2018-10-16 11:34:10 -07:00
2019-03-29 15:24:37 -07:00
2019-04-23 08:49:07 -07:00
2019-05-17 16:48:40 -07:00
2019-04-29 16:53:59 -07:00
2019-05-17 15:04:39 -07:00
2017-10-24 14:06:29 -07:00
2019-05-17 15:04:39 -07:00
2019-05-17 16:48:40 -07:00
2019-05-17 15:19:14 -07:00
2019-05-17 15:19:14 -07:00
2019-05-17 15:19:14 -07:00
2019-05-17 16:48:40 -07:00
2019-05-17 16:48:40 -07:00
2019-05-17 16:48:40 -07:00
2018-11-14 11:18:32 -08:00
2019-03-29 15:24:37 -07:00
2018-02-21 17:47:01 -08:00
2019-03-27 15:47:29 -07:00
2018-10-16 11:34:10 -07:00
2019-03-29 15:24:37 -07:00
2019-05-17 15:04:39 -07:00
2019-03-29 15:24:37 -07:00
2019-05-17 15:04:39 -07:00
2019-03-29 15:24:37 -07:00
2019-05-17 15:04:39 -07:00
2018-07-11 12:20:02 -07:00
2018-10-16 11:34:10 -07:00
2018-07-11 12:20:02 -07:00
2019-03-29 15:24:37 -07:00
2019-05-17 15:04:39 -07:00
2019-02-18 15:28:51 -08:00
2019-03-29 15:24:37 -07:00
2019-05-17 16:48:40 -07:00
2019-05-17 16:48:40 -07:00