[Webkit-unassigned] [Bug 12257] FCKeditor: Form fields are enabled in the editing area

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 23 01:53:39 PST 2007


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





------- Comment #2 from fredck at fredck.com  2007-11-23 01:53 PDT -------
(In reply to comment #1)

We are already doing "click", "mousedown" and "mouseup" events handling to try
to avoid this thing. We are able to not make them active (except for select
fields, which always open), but no lucky on making them selectable. You can
test it in the above URL.

Making a custom control selection instead, other than being a massive job in
JavaScript, would not solve problems like drag and drop or copy/cut. Also, as
explained above, it doesn't work for all kinds of fields.

To conclude, I think that it would be weird to have applications that need
active form fields inside an editable document. Even if needed, those would be
a great minority, and would certainly be compatible with Safari only at this
point.


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