| Summary: | [EFL] Top menu bar is moved though it is defined as css fixed position | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Gyuyoung Kim <gyuyoung.kim> |
| Component: | WebKit EFL | Assignee: | Gyuyoung Kim <gyuyoung.kim> |
| Status: | RESOLVED WONTFIX | ||
| Severity: | Normal | CC: | gyuyoung, gyuyoung.kim, lucas.de.marchi, mcatanzaro |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
|
Description
Gyuyoung Kim
2015-06-30 18:39:28 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;
}
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. |