[Webkit-unassigned] [Bug 7508] TinyMCE: Major regression in TinyMCE's Safari-specific selection code
bugzilla-daemon at opendarwin.org
bugzilla-daemon at opendarwin.org
Mon Jun 5 08:29:17 PDT 2006
http://bugzilla.opendarwin.org/show_bug.cgi?id=7508
------- Comment #3 from darin at apple.com 2006-06-05 08:29 PDT -------
It looks like this section of the moveToBookmark function is the buggy
Safari-specific TinyMCE code:
if (tinyMCE.isSafari) {
sel.setBaseAndExtent(bookmark.startContainer, bookmark.startOffset,
bookmark.endContainer, bookmark.endOffset);
return true;
}
That should be bookmark.rng.startContainer, bookmark.rng.startOffset, etc. A
bookmark doesn't have properties with those names.
--
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