MAPG-229 make .controlItem relative so it's children can be sized more properly #45
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "bugfix/MAPG-229-circle-controls-won-t-show-up-in-firefox"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Circle controls couldn't be seen in Firefox. The root cause was that
.circleControl .controlItem div
had no exact sizes. To have exact sizes, the parent element should berelative
so the sizes will be relative to the parent element.(
-ms-transform
is also removed because this is only for IE9 and IE is not really supported.)