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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 9 13:54:07 PST 2007


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





------- Comment #3 from justin.garcia at apple.com  2007-03-09 13:54 PDT -------
The execCommands to insert these types of elements expect a string as the third
argument execCommand((commandID, userInterface, value)), and use that argument
to set the id of the inserted element.  At first I thought that FCKEditor might
be omitting the value argument (which we support) since we turn omitted string
arguments into "undefined", but then I found that FCKEditor is *actually*
passing "undefined" for value.  The reason you don't see id="undefined" in
FireFox is because they ignore the value parameter and don't use it to set the
id of inserted elements, as per the spec.


-- 
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