Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
overlay.module
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Oct 2009 at 21:10 UTC
Updated:
8 Feb 2012 at 13:52 UTC
Jump to comment: Most recent file
Comments
Comment #1
ksenzeeRetitling and un-tagging.
Comment #2
seutje commentedlooks like forcing the right src on
$('#overlay-element')(entire path like http://example.com/foo#bar) seems to fix it, for FF 3.5.5 at leastnote #567754: Wrong anchor adjustment in tableheader.js which might make it seem not to work
Comment #3
casey commentedReminder to write a patch for this.
Comment #4
casey commentedThree-line-fix.
Comment #5
casey commentedComment #6
ksenzeeLovely. Another bug bites the dust.
Comment #7
seutje commentedI guess that works too o.O
Comment #8
casey commentedThis is committed?
Comment #9
tobiasbright, http://drupal.org/cvs?commit=306108
Comment #10
seutje commentedIs it possible that the height of the toolbar is counted twice?
clicking the permissions for image resulted in this which seems to be exactly the height of the toolbar
I apologise if this isn't the correct issue for this
Comment #12
casey commentedYou're right. we should substract sum of heights of elements with overlay-displace-top class.
Comment #13
casey commentedShould be fixed since #668640: Overlay shouldn't be based on jQuery UI Dialog.
Comment #15
moshe weitzman commentedIs there any way a bright person here could fix this even without the overlay? if one goes to /admin/people/permissions#module-filter, the filter grouping is obscured by the toolbar. Its not that bad n perm page, but it gets debilitating in other places ... Sorry for the noise here.
Comment #16
casey commented#787940: Generic approach for position:fixed elements like Toolbar, tableHeader
Comment #17
Bojhan commentedIts not fixed, and we have seen from various people in our module page interviews - that they consider this functionality useless due to it.
I am marking this major, because its a pretty important function of the module page and it now does not work.
Comment #18
xjmComment #19
David_Rothstein commentedAn issue for this regression was already opened a while ago at #1129578: Overlay doesn't respect internal anchor links.
Not sure if we need a dedicated issue (in the toolbar module) for Moshe's comment in #15...