Bug 250119
Summary: | Copying text on a GitHub pull request in split mode sometimes lowercases the first letter | ||
---|---|---|---|
Product: | WebKit | Reporter: | Wenson Hsieh <wenson_hsieh> |
Component: | HTML Editing | Assignee: | Wenson Hsieh <wenson_hsieh> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | ap, heycam, webkit-bug-importer, wenson_hsieh |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: |
https://bugs.webkit.org/show_bug.cgi?id=253708 https://bugs.webkit.org/show_bug.cgi?id=255150 |
Wenson Hsieh
To reproduce:
1. Copy "ResizeObserver::create" in https://github.com/WebKit/WebKit/pull/7829/files?diff=split&w=0
2. Paste anywhere.
Expected: pastes as "ResizeObserver::create"
Observed: pastes as "resizeObserver::create"
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
I wasn't able to reproduce this. There are three instances of this string on the page, and I tried all of them.
Alexey Proskuryakov
Also, how would this even be possible?..
Radar WebKit Bug Importer
<rdar://problem/104152606>
Wenson Hsieh
Pull request: https://github.com/WebKit/WebKit/pull/11335
Alexey Proskuryakov
rdar://105603708
EWS
Committed 261516@main (cb882e942695): <https://commits.webkit.org/261516@main>
Reviewed commits have been landed. Closing PR #11335 and removing active labels.