[Webkit-unassigned] [Bug 16118] Selection must be always visible when designMode="on"

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Nov 24 15:21:47 PST 2007


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





------- Comment #3 from fredck at fredck.com  2007-11-24 15:21 PDT -------
(In reply to comment #2)
> This is actually better demonstrated by:
> http://www.fckeditor.net/_temp/browsers_bugs/safari/1462.html

Actually Eric, the above URL shows the problem we have today, which made us
opening this ticket, but not the problem described in this ticket.

In FCKeditor, we have a custom implementation for the enter key. So by code, we
generate the paragraphs and put the selection (caret) there. To make the
selection visible, we are currently using scrollIntoView(false).

But, as described at bug 16117, scrollIntoView(false) has an undesired behavior
in Safari, making FCKeditor unusable.

As discusses at #webkit, bug 16117 is invalid and is not supposed to be fixed,
as the current is the behavior in IE. So, the alternative for us would be stop
using scrollIntoView.

To do that WebKit itself must guarantee that the selection will be visible
automatically, as does IE, so we came out with this bug report.

I really hope all this thing make sense. Thanks for your comments.


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