Posted by ksenzee on October 30, 2009 at 9:10pm
10 followers
| Project: | Drupal core |
| Version: | 7.x-dev |
| Component: | overlay.module |
| Category: | bug report |
| Priority: | major |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
From http://drupal.org/node/610234#comment-2202806 :
6. The #id fragments on the permissions page do not work correctly in the overlay. So for example, if you click on "Help" in the toolbar, then "Taxonomy", then "Configure permissions", it takes you to the permissions page and then seems to flash you down to the correct (taxonomy) portion of the page, but then jumps you right back to the top of the page a second later. I assume this happens when the URL fragment parsing code kicks in, but not sure.
Comments
#1
Retitling and un-tagging.
#2
looks 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
#3
Reminder to write a patch for this.
#4
Three-line-fix.
#5
#6
Lovely. Another bug bites the dust.
#7
I guess that works too o.O
#8
This is committed?
#9
right, http://drupal.org/cvs?commit=306108
#10
Is 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
#12
You're right. we should substract sum of heights of elements with overlay-displace-top class.
#13
Should be fixed since #668640: Overlay shouldn't be based on jQuery UI Dialog.
#14
Automatically closed -- issue fixed for 2 weeks with no activity.
#15
Is 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.
#16
#787940: Generic approach for position:fixed elements like Toolbar, tableHeader
#17
Its 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.
#18
#19
An issue for this regression was already opened a while ago at #1129578: Overlay doesn't scroll to the right position for anchor links.
Not sure if we need a dedicated issue (in the toolbar module) for Moshe's comment in #15...