Bug 11536
| Summary: | REGRESSION: Disabled text field draws focus ring when selection is active | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Mark Rowe (bdash) <mrowe> |
| Component: | Forms | Assignee: | 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> | ||
Mark Rowe (bdash)
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.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Matt Lilek
*** This bug has been marked as a duplicate of 8705 ***