Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
overlay.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
14 Oct 2010 at 09:19 UTC
Updated:
3 Jan 2014 at 02:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
David_Rothstein commentedThis should fix it, although it's a little bit ugly. I guess this page is really a special case though.
Comment #2
JayNL commentedWith a hardcoded URI it is indeed a bit ugly. It does work though, but there must be a better solution for it. Is the
phpinfo()page the only page that jumps out the overlay? I'll investigate. Thanks for your feedback and actions so far.Comment #3
bleen commentedThis may be just as ugly (if not, uglier) ... but we could create a page with the phpinfo page in an iframe and show that in the overlay.
Comment #4
JayNL commentedI've been clicking -every- link I could find in whole DP7.x.dev version, but none jumped out the overlay, so yes... I guess the phpinfo() is special case for now... We cannot look into the future though, so perhaps a nice and clean fix would be appropriate.
Comment #5
mo6I don't think it's ugly to have a special case for the phpinfo() page, especially as this is an exception because the content is generated outside of Drupal, by php itself. So I'd opt for the #1 solution.
Patch tested, is working as advertised.
Comment #6
webchickAgreed; I can't think of a better way either. The comment makes it clear why this was done.
Committed to HEAD. Thanks!