flack

Results 60 issues of flack

To reproduce: - Add a new child element somewhere - Click save - select the child element - Click delete result: ``` TypeError: model.change is not a function create.js Line...

I just noticed that for some reason, I get multiple add buttons in collections. F.x., on http://demo.createphp.org/#with If you go to edit mode, create.js will render three Add buttons instead...

If you press return once in an editable field, a br tag will be added that cannot be removed any more. For example: 1: go to http://demo.createphp.org/#for 2: Click edit...

in themes/create-ui/css/create-ui.css, there are a number of references to image files which do not exist, at least not in this repo: - https://github.com/bergie/create/blob/master/themes/create-ui/css/create-ui.css#L733 - https://github.com/bergie/create/blob/master/themes/create-ui/css/create-ui.css#L747 - https://github.com/bergie/create/blob/master/themes/create-ui/css/create-ui.css#L750 - https://github.com/bergie/create/blob/master/themes/create-ui/css/create-ui.css#L753 -...

Default UI

We need an editor popover for the properties of an entity that don't have an editable RDFa representation. Use case: I have a "category" field for blog posts, but it's...

Default UI
Blocker

ATM, if you're in edit mode, you have to click on "Cancel" to leave it, which is a bit confusing, because after clicking Save, you have to click Cancel, which...

Default UI

ATM, the "Add" button for collections seems to be added to the DOM right after the collection holder. This is nice in principle, but can be inconvenient in some situations,...

Default UI

Something in the notification CSS seems to be wrong, because when there is a lot of text, half of it is invisible, as seen here: ![invisible text](http://www.contentcontrol-berlin.de/overflow.png)

Default UI

When acessing http://createjs.org/demo/hallo/, I get the following error in Firefox: ``` The operation is insecure. http://createjs.org/js/create.js Line 108 ``` I haven't looked at the code yet, but a quick search...

Core

It would be great if create had builtin support for client-side validation (things like required fields, maximum/minimum input length and so on). Validation has to be done by the REST...

Core