Results 17 issues of Razvan Caliman

Steps: - click on `` container - try to edit/create a shape Result: - editor does not trigger

bug

Some users are confused by the margin-box clipping oversized shapes. Example of bug report: ![unnamed](https://cloud.githubusercontent.com/assets/63899/4075669/820e099a-2eb2-11e4-94d9-3ba0bc59c1ae.png) **Solution** Add a visual indicator of shape maximum surface (float area). Perhaps fade in the...

enhancement
feature

From Bear: If you delete the inline style in the DOM panel, the style remains in the Shapes panel.

bug

From Bear: The default circle/ellipses are slightly off center (they position at something like 50.05%)

bug

From Bear: Some formatting is lost: non-px units are converted to px, and all positions are converted to 2 value positions. Would be nice to keep the original formatting (though...

enhancement
needs-review

From Bear: Resizing an ellipse by the corner handles preserves the aspect ratio, but I would rather this be done with the shift key.

enhancement

From Bear: Alt-key support for keeping the element centered and resizing around the middle. One of the first things I tried, so I imagine it would be helpful if it’s...

enhancement

A clean demo exemplifying the CSS Regions polyfill features. - basic css syntax - basic CSSOM features

Currently naively assuming center in 50% 50% Consolidate compute method into CSSUtils for use by circle() Acceptance tests: - [ ] ellipse(closest-side at 10% 70%) - [ ] ellipse(closest-side farthest-side...

CSSUtils.getContentBoxOf(): there’s a TODO here about not handling cases other than content-box. Will that affect anything? ~~Editor.setupEditorHolder(): the way it calls itself back is a bit confusing - it seems...