Bug 146486 - [EFL] Top menu bar is moved though it is defined as css fixed position
Summary: [EFL] Top menu bar is moved though it is defined as css fixed position
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit EFL (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Gyuyoung Kim
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-30 18:39 PDT by Gyuyoung Kim
Modified: 2017-03-11 10:38 PST (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Gyuyoung Kim 2015-06-30 18:39:28 PDT
When we go http://tvcast.naver.com/v/438490/list/40855 on MiniBrowser, top menu bar is moved during scrolling. However it doesn't happen when fixed layout is off.
Comment 1 Gyuyoung Kim 2015-07-01 01:59:09 PDT
When commenting out *setFixedVisibleContentRect()*, this problem is almost disappeared.


bool ScrollingCoordinatorCoordinatedGraphics::requestScrollPositionUpdate(FrameView& frameView, const IntPoint& scrollPosition)
{
    if (!frameView.delegatesScrolling())
        return false;

    // frameView.setFixedVisibleContentRect(IntRect(scrollPosition, frameView.visibleContentRect().size()));
    frameView.hostWindow()->delegatedScrollRequested(scrollPosition);
    return true;
}
Comment 2 Michael Catanzaro 2017-03-11 10:38:47 PST
Closing this bug because the EFL port has been removed from trunk.

If you feel this bug applies to a different upstream WebKit port and was closed in error, please either update the title and reopen the bug, or leave a comment to request this.