[Webkit-unassigned] [Bug 135031] Fixed position elements are misplaced when a WK1 view has contentInsets set

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 17 16:03:02 PDT 2014


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





--- Comment #2 from Tim Horton <thorton at apple.com>  2014-07-17 16:03:14 PST ---
(From update of attachment 235098)
View in context: https://bugs.webkit.org/attachment.cgi?id=235098&action=review

> Source/WebCore/platform/mac/ScrollViewMac.mm:127
> +        IntSize frameSize = IntSize([scrollView() frame].size);

No need for the " = IntSize"

> Source/WebCore/platform/mac/ScrollViewMac.mm:135
>      END_BLOCK_OBJC_EXCEPTIONS;

does this need to be before return? I think it might, but I am not sure

> Source/WebCore/platform/mac/ScrollViewMac.mm:137
>      return IntRect();

why is this still here?

-- 
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