[Webkit-unassigned] [Bug 10177] REGRESSION: Successfully dragging text into a read-only field

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Tue Aug 1 08:41:22 PDT 2006


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


opendarwin.org at mitzpettel.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |opendarwin.org at mitzpettel.co
                   |                            |m




------- Comment #4 from opendarwin.org at mitzpettel.com  2006-08-01 08:41 PDT -------
Dragging is allowed since the user-modify property of the text field's inner
div is set according to the rule
element->isReadOnlyControl() ? READ_ONLY : READ_WRITE_PLAINTEXT_ONLY
(appearing in two places in RenderTextControl). The fix may be as simple as
changing it to
element->isReadOnlyControl() || element->disabled() ? READ_ONLY :
READ_WRITE_PLAINTEXT_ONLY


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