Bug 141801
| Summary: | Web Inspector: When first inspecting text styled with a web font, Inspector selects a random resource instead | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Nick Heer <nick> |
| Component: | Web Inspector | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | Normal | CC: | bburg, graouts, joepeck, jonowells, mattbaker, nick, nvasilyev, timothy, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | 528+ (Nightly build) | ||
| Hardware: | Mac | ||
| OS: | OS X 10.10 | ||
Nick Heer
Acutal WebKit version 600.3.18 (Safari 8.0.3).
When inspecting an element that is styled with a web font, the Inspector will instead show a random resource (usually a font file, but sometimes an image).
Closing the Web Inspector and inspecting the element a second time will exhibit correct/expected behaviour.
Reproduce:
1. Visit http://www.apple.com/watch/timekeeping/
2. Right/secondary click on the "Apple Watch is first and foremost an incredibly accurate…" paragraph at the top of the page, and select Inspect Element
3. Web Inspector will reliably show one of the page's resources instead of showing the HTML source with the paragraph highlighted (the expected behaviour)
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/19890738>
Blaze Burg
I cannot reproduce. Can you find or make a smaller/recent test case?