﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
6314	Checkbox Properties not available in the context menu	Wiktor Walc		"After creating the checkbox element, the ""Checkbox Properties"" item is available, but after switching to source mode and back I do not see it anymore.

To reproduce:
 * create the form element
 * create the checkbox element inside of it
 * switch to source mode
 * switch to wysiwyg mode
 * right click on that checkbox
 * result: ""Checkbox Properties"" is not available

another way to reproduce it, paste the following in source mode and switch to wysiwyg mode:

{{{
<form action=""fdfgdfg"" method=""get"" name=""dfgd"">
	<input name=""dfgdf"" type=""checkbox"" value=""dfgdfg"" />&nbsp;</form>}}}

Just like in #6312, double clicking on that element works fine.

Confirmed in Safari 5.0.2 @ Snow Leopard. I did not check versions older than 3.4."	Bug	closed	Normal		General	3.4	duplicate	Safari Mac	
