Bug 72217 - REGRESSION (WebKit2): Lookup bubble sized and positioned incorrectly (vertically off)
Summary: REGRESSION (WebKit2): Lookup bubble sized and positioned incorrectly (vertica...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.7
: P1 Normal
Assignee: mitz
URL:
Keywords: InRadar, Regression
Depends on:
Blocks:
 
Reported: 2011-11-12 13:46 PST by mitz
Modified: 2011-11-12 14:13 PST (History)
0 users

See Also:


Attachments
Use the WebCore::Font’s ascender height instead of the derived NSFont’s ascender. (2.52 KB, patch)
2011-11-12 13:50 PST, mitz
hyatt: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2011-11-12 13:46:06 PST
REGRESSION (WebKit2): Lookup bubble sized and positioned incorrectly (vertically off)
Comment 1 mitz 2011-11-12 13:47:38 PST
<rdar://problem/10294191>

* SUMMARY
In WebKit2 windows, the Lookup bubble does not line up exactly with the text. Its top is two pixels above where it should be, and the content is shifted up by two pixels.

* NOTES
Sometimes it’s only off by one, and sometimes the bubble height is wrong as well.
Comment 2 mitz 2011-11-12 13:50:17 PST
Created attachment 114842 [details]
Use the WebCore::Font’s ascender height instead of the derived NSFont’s ascender.
Comment 3 mitz 2011-11-12 14:13:57 PST
Fixed in <http://trac.webkit.org/r100083>.