Closed (outdated)
Project:
Drupal core
Version:
7.x-dev
Component:
toolbar.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Apr 2010 at 19:09 UTC
Updated:
8 Aug 2010 at 16:11 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
aspilicious commentedIs this the first time you see this? Never saw this before o_O
Comment #2
sivaji_ganesh_jojodae commentedI can reproduce this very badly in chrome 5.0 dev release. It works fine in beta.
Comment #3
damien tournoud commentedThis is because of a regression introduced by a performance improvement patch in Webkit recently.
Faulty patch: https://bugs.webkit.org/show_bug.cgi?id=33150
Fix: https://bugs.webkit.org/show_bug.cgi?id=36652
As far as I know, there is nothing we can do, we are not doing anything wrong and we not the only affected system.
Comment #4
damien tournoud commentedThe issue is directly created by the fixed positioning of the toolbar.
Comment #5
damien tournoud commentedSo, the refresh bug was fixed just before Chrome 5 was released, but recent nightlies seems to exhibit a slightly different bug. It seems that the quest of Webkit to optimize the refresh of pages with position:fixed elements is not complete yet :(