[Webkit-unassigned] [Bug 12249] FCKeditor: <hr>, <ul> and <ol> have id="undefined"

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Mar 11 14:24:24 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=12249





------- Comment #16 from sam at webkit.org  2007-03-11 14:24 PDT -------
Disregarding the issue of conversion from undefined to null in the IDL for a
moment for a moment, it seems we still don't have the correct behavior for
null.  As far as I can tell, according to MS's "spec" calling

  document.execCommand('InsertHorizontalRule', false, null);

should be the same as calling

  document.execCommand('InsertHorizontalRule');

due to the text "Optional. String that specifies an id attribute for the
horizontal line. May be set to null or omitted."

Now, regarding the conversion issue, I don't think we have an extended
attribute (those things we enclose in square brackets ie.
[ConvertNullToNullString]) but adding one is not that difficult.  I am going to
add a test case that illustrate the first point in moment. 


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list