CodeIgniter Forums
Pages are being "shadowed" - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24)
+--- Thread: Pages are being "shadowed" (/showthread.php?tid=64103)



Pages are being "shadowed" - drew.robertson - 01-14-2016

I'm using CI locally on a development server and have come across a peculiar situation.

When first loading my development page, the screen comes up blank, when I refresh the page however, everything appears as it should. It also creates "shadows" of pages when I navigate.


 If I'm not explaining that correctly, here's the jist;

The development site is locally routed to: project-management.dev ( keep in mind I have other installations of codeigniter on this server for various projects and have never had this issue before )

I have a controller called Certificates ( project-management.dev/certificates ) 

I have a link on a view that goes to project-management.dev/certificates/add_certificate

When I click back on the browser ( or on a link that goes back to /certificates ) the add_certificate view is still in place.

The view that /certificates index() uses, is not add_certificate.

Any suggestions?



Quick Edit: This issue is only happening on Chrome (latest version to date)