Bug 189161
Summary: | Searching for lowercase delta finds capital delta | ||
---|---|---|---|
Product: | WebKit | Reporter: | Myles C. Maxfield <mmaxfield> |
Component: | Text | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | ap, mmaxfield, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | Other | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Myles C. Maxfield
1. Open https://www.khronos.org/registry/vulkan/specs/1.1/html/vkspec.html#_texel_input_operations
2. ⌘F
3. Search for U+03B4 δ
Expected: U+0394 Δ is not found
Actual: U+0394 Δ is found
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/43925547>
Alexey Proskuryakov
> Expected: U+0394 Δ is not found
That's not intuitively correct. Why is that the expectation?
Myles C. Maxfield
(In reply to Alexey Proskuryakov from comment #2)
> > Expected: U+0394 Δ is not found
>
> That's not intuitively correct. Why is that the expectation?
These characters are used as variables in math formulas. They represent distinct variables.
Alexey Proskuryakov
How will we distinguish that case from when they are used in genuine Greek text?
Myles C. Maxfield
(In reply to Alexey Proskuryakov from comment #4)
> How will we distinguish that case from when they are used in genuine Greek
> text?
No idea. It's still a bug, though.
Alexey Proskuryakov
I don't see anything actionable here. All letters have different meanings in math depending on case, so it doesn't makes sense to nitpick on delta.
Consider "o(N)" and "O(N)" - would that be a reason to claim that case insensitive search for "o" shouldn't match "O"? Delta is no different.