58
edits
| Line 105: | Line 105: | ||
===INPUT type="checkbox"=== | ===INPUT type="checkbox"=== | ||
# widget doesn't handle any events. As the result it is impossible to change the valued of checked attribute ([[http://hgaid.ispvds.com/mozilla_editor_with_widgets/firefox4.html video]]) | # widget doesn't handle any events. As the result it is impossible to change the valued of checked attribute ([[http://hgaid.ispvds.com/mozilla_editor_with_widgets/firefox4.html video]]) | ||
# if in the element DIV with contentEditable='true' there is SPAN with contentEditable='false' and in SPAN there is INPUT type=checkbox and the caret is directly after SPAN then caret disappears after pressing the Left key. The after next pressing Left key the caret will appears directly before SPAN | # if in the element DIV with contentEditable='true' there is SPAN with contentEditable='false' and in SPAN there is INPUT type=checkbox and the caret is directly after SPAN then caret disappears after pressing the Left key. The after next pressing Left key the caret will appears directly before SPAN ([http://hgaid.ispvds.com/mozilla_editor_with_widgets/firefox7.html video]) | ||
([http://hgaid.ispvds.com/mozilla_editor_with_widgets/firefox7.html video]) | |||
===INPUT type="radio"=== | ===INPUT type="radio"=== | ||
edits