[Webkit-unassigned] [Bug 36423] Object.defineProperty implementation doesn't match behavior of IE8+/FF3.7

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jul 31 11:34:58 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=36423


Alfonso Martínez de Lizarrondo <amla70 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |amla70 at gmail.com




--- Comment #4 from Alfonso Martínez de Lizarrondo <amla70 at gmail.com>  2011-07-31 11:34:58 PST ---
A use case for overriding a native property is described here: http://alfonsoml.blogspot.com/2009/09/hooking-textareavalue-with-ckeditor.html

By overriding the "value" of a textarea, it's possible to use CKEditor but at the same time keep using the same scripts on the page that used to work with plain textareas.

Sure, it's not a ground breaking feature, but it can be nice to have, because based on this feature it could be possible to map even more properties to make the use of existing code integrate automatically with CKEditor.

Currently if anyone uses the provided script they must tell their users that Safari isn't supported. It can try to be fast, but it doesn't do the job that it's expected to do.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list