[Webkit-unassigned] [Bug 117888] New: REGRESSION(r143270-r143346): non-disabled textarea can't be selected or edited

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 21 12:18:45 PDT 2013


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

           Summary: REGRESSION(r143270-r143346): non-disabled textarea
                    can't be selected or edited
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
               URL: http://jwysiwyg.github.io/jwysiwyg/help/examples/02-fu
                    ll.html
        OS/Version: Mac OS X 10.8
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P1
         Component: Forms
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: pmorse at concord.org


Created an attachment (id=205207)
 --> (https://bugs.webkit.org/attachment.cgi?id=205207&action=review)
HTML reduction showing the problem

The jWYSIWYG rich-text editor for jQuery stores HTML in a textarea element, and toggles the `display` CSS of that element to allow users to edit raw HTML if they wish to tweak what jWYSIWYG produces.

We found that textarea can't be edited in the current stable version of Chrome (27.0.1453.116, specifically) but worked fine in previous versions (e.g. 26.) Safari 6.0.5 works fine as well. I expect to be able to click in the textarea and have it receive focus, and for the text inside to be selectable and editable; instead, none of that is the case, and clicks in the textarea are (apparently) ignored.

I verified that the problem existed in r151773, the nightly for June 20, 2013, then ran a binary search on the nightly builds to narrow the regression down from r143270 (the latest build I could find which doesn't show the problem) to r143346 (the oldest build which does show the problem). 

The jWYSIWYG example page linked above demonstrates the issue. I am attaching a reduction starting from that page.

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