Bug 11536

Summary: REGRESSION: Disabled text field draws focus ring when selection is active
Product: WebKit Reporter: Mark Rowe (bdash) <mrowe>
Component: FormsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Major Keywords: Regression
Priority: P1    
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   
URL: data:text/html,%20<input%20type="text"%20value="Lorem%20ipsum%20dolor%20sit%20amet,%20consectetur%20adipisicing%20elit."%20readonly>

Description Mark Rowe (bdash) 2006-11-06 17:06:30 PST
To reproduce:
1) Click inside the text field and drag to start a selection.

Expected results:
The text is selected, and no focus ring is drawn.

Actual:
The text is selected, and a focus ring is drawn.
Comment 1 Matt Lilek 2006-11-06 18:14:06 PST

*** This bug has been marked as a duplicate of 8705 ***