[wp-trac] [WordPress Trac] #28734: Back button doesn't work when in the theme previewer
WordPress Trac
noreply at wordpress.org
Sun Feb 1 23:32:32 UTC 2015
#28734: Back button doesn't work when in the theme previewer
--------------------------+-----------------------------
Reporter: iseulde | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Future Release
Component: Themes | Version: 3.9
Severity: normal | Resolution:
Keywords: needs-patch | Focuses: administration
--------------------------+-----------------------------
Comment (by istein):
Hello. I can duplicate this issue on 4.1. Could we tackle this with some
jQuery?
{{{
$( window ).unload(function(event) {
if ($('a.close-full-overlay').length > 0){
$('a.close-full-overlay').click();
}
});
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/28734#comment:4>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list