thomascube / roundcube-elastic4mobile

Elastic skin for mobile devices Roundcube plugin
2 stars 2 forks source link

logout goes to desktop login page #5

Closed nuess0r closed 4 years ago

nuess0r commented 5 years ago

Today I updated to roundcube-1.4-rc2 and did also a php composer update. I use the elastic4mobile plug-in to provide the new elastic skin to mobile phone users. Default skin is not elastic.

During testing I saw a flaw that I overlooked before: After logout on a mobile device the browser first returns to the default login page. When I reload this login page it changes again to the expected elastic login page.

AndNovAtor commented 4 years ago

Same with roundcube-1.4.1. I made some dirty workaround. Btw, @alecpl, what does https://github.com/thomascube/roundcube-elastic4mobile/blob/master/elastic4mobile.php#L14 mean (public $task = '?(?!logout).*';)?

alecpl commented 4 years ago

It means the plugin is used on all tasks except the logout task.