[Webkit-unassigned] [Bug 8811] REGRESSION: TinyMCE: Style toolbar buttons don't work

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Sun Jun 4 16:40:23 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=8811





------- Comment #1 from darin at apple.com  2006-06-04 16:40 PDT -------
The immediate cause for the fact that the bold button doesn't work is that the
page calls window.selection.setBaseAndExtent to change the selection, and all 4
parameters are "undefined". This results in clearing the selection.

I don't know what previous problem causes it to try to set the selection to
undefined, undefined, undefined, undefined. There are two calls to
setBaseAndExtent in the TinyMCE JavaScript, and the one that could pass those
values looks like the one in moveToBookmark.


-- 
Configure bugmail: http://bugzilla.opendarwin.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