kgiszewski / Archetype

Archetype is an Umbraco 7 property editor that wraps other installed property editors.
https://github.com/kgiszewski/ArchetypeManual
MIT License
89 stars 54 forks source link

Cannot delete items/properties! #346

Closed hyrmedia closed 8 years ago

hyrmedia commented 8 years ago

Clicking the "X" icon to delete an item does not work for me.

When either creating/modifying an Archetype data type, I can add new properties or modify existing ones; but clicking the "X" on a property does not delete the property.

In the Content area, when viewing a list of items managed by an Archetype-based property editor, clicking the "X" icon does not delete does not delete the item.

In fact, clicking the "X" in either of these cases does absolutely nothing -- it doesn't even generate a JS error in the console. Everything else still works -- adding items/properties, modifying existing properties and so on -- I just can't delete anything.

This is a big problem; as a content editor there's just no way to delete an item, and as a developer, I could delete and re-add the entire property, but then they'd have to add all the original content again.

umbraco-archetype-delete-bug-20160330

Nicholas-Westby commented 8 years ago

Which version of Archetype are you on? I'm on 1.12.3 (currently, the latest) with Umbraco 7.4.1 and I don't have this issue.

kjac commented 8 years ago

I can't reproduce this either, tested on both 7.3 and 7.4

kgiszewski commented 8 years ago

I can't reproduce either. Please provide some steps to reproduce. Is it possible that another package might have conflicting styles? We can reopen if more details can be provided.

iTanyusha commented 8 years ago

I've had exactly the same issue and in my case it turned out to be because Google Chrome decided not to show confirm window until it's been updated to the last version, and that's what is used in removeRow function in App_Plugins\Archetype\js\archetype.js