Bug 14971

Summary: REGRESSION: cannot select reporter's e-mail in bugzilla
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: HTML EditingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: justin.garcia, mitz
Priority: P1 Keywords: Regression
Version: 523.x (Safari 3)   
Hardware: Mac   
OS: OS X 10.4   
Attachments:
Description Flags
Screenshot of selection
none
patch darin: review+

Description Alexey Proskuryakov 2007-08-15 05:48:16 PDT
Try drag-selecting reporter name and e-mail in this Bugzilla report. It's possible (though tricky) in shipping Safari/WebKit, but I couldn't do it with r25065 nightly at all.

See also: bug 14546.
Comment 1 David Kilzer (:ddkilzer) 2007-08-15 06:24:32 PDT
Created attachment 15976 [details]
Screenshot of selection

Select the email address like this?  I started from the end (">") and dragged left and up.  Used a local debug build of WebKit r25066 with Safari 3 Public Beta v. 3.0.3 (522.12.1) on Mac OS X 10.4.10 (8R218).
Comment 2 mitz 2007-08-15 07:37:38 PDT
I think <http://trac.webkit.org/projects/webkit/changeset/25057> made it impossible to drag-select inside -webkit-user-select: ignore elements, not only start the selection in them.
Comment 3 Alexey Proskuryakov 2007-08-15 09:57:09 PDT
(In reply to comment #1)
> Select the email address like this?

Yes, trying harder, I can select... But it is way easier in shipping Safari/WebKit.
Comment 4 Justin Garcia 2007-08-15 13:55:59 PDT
Created attachment 15987 [details]
patch
Comment 5 Justin Garcia 2007-08-15 13:56:35 PDT
(In reply to comment #2)
> I think <http://trac.webkit.org/projects/webkit/changeset/25057> made it
> impossible to drag-select inside -webkit-user-select: ignore elements, not only
> start the selection in them.

Exactly.
Comment 6 Darin Adler 2007-08-15 14:01:20 PDT
Comment on attachment 15987 [details]
patch

r=me
Comment 7 Justin Garcia 2007-08-15 14:35:04 PDT
r25101