Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
overlay.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
31 Dec 2009 at 02:16 UTC
Updated:
8 May 2010 at 15:23 UTC
Jump to comment: Most recent file
Comments
Comment #1
vm commentedisn't this disbaled by default in the minimal drupal install?
Comment #2
nvanhove commentedI have the same problems. Scrolling works on Firefox, but not on Google Chrome.
I'm using the Chrome Dev Channel, 4.0.266.0.
Comment #3
aspilicious commentedI used the normal one, I tought the minimal lacked some features but its just the number of features that are preinstalled...
Interesting that the overlay is seen as something most of the users use...
Comment #4
casey commentedThis is a webkit issue.
http://dev.jqueryui.com/ticket/4671
https://bugs.webkit.org/show_bug.cgi?id=19033
Patch makes it work for us.
Comment #5
aspilicious commentedNice fix!
Who commit this to head?
Im gonna try learning to make my own patches after my exams...
Comment #6
Bojhan commentedTried it out and seems it fixed it.
Comment #7
aspilicious commentedcheck check double check...
It works indeed...
but its lagging a tiny bit...
good for now
Comment #8
dries commentedThe code comment is great, but it fails to explain _why_ we are doing this. Could be tweaked a bit for those who don't have the context. Can we take a shot at extending or reworking the documentation a bit?
Comment #9
vm commentedHere's my crack at adding the context per #8
Essentially I combined and reworded the first two sentences which may address Dries concern with context.
Casey, I'm not going to mark this needs review. Please take a look and double check that I've properly addressed context concern in #8.
I altered to read:
Comment #10
aspilicious commentedWasn't there an 80 character a line rule?
Comment #11
vm commentederp, yep thanks.
changed:
to:
Comment #12
casey commentedThis is also needed for the click event, so I included this patch into patch in #31 of #668104: Make overlay respect other click handlers.
Comment #13
casey commentedOk that patch landed.