Opened 11 years ago

Closed 11 years ago

#278 closed defect (fixed)

Cannot delete element or component in Flex UI

Reported by: twagoo Owned by: olhsha
Priority: blocker Milestone: ComponentRegistry-1.13
Component: ComponentRegistry Version:
Keywords: Cc:

Description

Clicking the red cross does not remove a child element or component

Change History (3)

comment:1 Changed 11 years ago by twagoo

In ComponentEdit, line 150, _component is null

		private function removeElement(event:Event):void {
			var elem:CMDComponentElement = ElementEdit(event.currentTarget).element;
			_component.removeElement(elem);
			removeChild(event.currentTarget as DisplayObject);
		}

lux16 and local

comment:2 Changed 11 years ago by twagoo

Owner: changed from twagoo to olhsha
Status: newassigned

comment:3 Changed 11 years ago by twagoo

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.