MAPG-229 make .controlItem relative so it's children can be sized more properly #45
Loading…
x
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 divhad no exact sizes. To have exact sizes, the parent element should berelativeso the sizes will be relative to the parent element.(
-ms-transformis also removed because this is only for IE9 and IE is not really supported.)