[Webkit-unassigned] [Bug 133818] Web Inspector: Selected DOM element highlights invisible near bottom of the viewport (topContentInset?)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 1 12:42:14 PDT 2014


https://bugs.webkit.org/show_bug.cgi?id=133818





--- Comment #13 from Beth Dakin <bdakin at apple.com>  2014-07-01 12:42:30 PST ---
(In reply to comment #12)
> Different sizes, but still gets clipped:
> 
> (lldb) p viewportSize // unscaledUnobscuredVisibleContentSize()
> (WebCore::IntSize) $14 = (m_width = 1218, m_height = 667)
> 
> (lldb) p frameViewFullSize // unscaledUnobscuredVisibleContentSize((ScrollableArea::IncludeScrollbars)
> (WebCore::IntSize) $16 = (m_width = 1218, m_height = 667)

I'm sorry; I'm getting myself confused. Of course we don't want the unobscured rects. Please try:

unscaledTotalVisibleContentSize()
unscaledTotalVisibleContentSize(ScrollableArea::IncludeScrollbars))

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list