This post is related to the commit quoted below.
In fact, I still couldn't see any move/copy icons in FF 26.0. Although the commit was successfully applied on the server.
To make these icons visible, I had to...
Step 2) is quite important, omitting it still didn't resolve the issue.
This is (was) a default FF installation, with default website cache settings applied. I have now limited the cache to 1 MB.
I'm not a web developer, but isn't it possible to implement those kind of changes in a way that any cache contents/settings don't matter at all?
The casual user will of course not realize this problem, as he will not be subscribed to the SVN list and therefore won't even expect any change (= additional icons).
Michael Heydekamp Co-Admin freexp.de Düsseldorf/Germany
Am 17.01.2014 13:56, schrieb GitHub:
Branch: refs/heads/master Home: https://github.com/roundcube/roundcubemail Commit: fac59dc441d25f7204fb6013bf88db90c01ae34b
https://github.com/roundcube/roundcubemail/commit/fac59dc441d25f7204fb6013bf... Author: Aleksander Machniak alec@alec.pl Date: 2014-01-17 (Fri, 17 Jan 2014)
Changed paths: M plugins/managesieve/skins/classic/managesieve_mail.css M skins/classic/images/messageactions.gif M skins/classic/images/messageactions.png M skins/classic/mail.css
Log Message:
Added move/copy icons, improved edit icon and some icon positions
Roundcube SVN commits mailing list svn@lists.roundcube.net http://lists.roundcube.net/mailman/listinfo/svn
Am 20.01.2014 23:40, schrieb Michael Heydekamp:
This post is related to the commit quoted below.
In fact, I still couldn't see any move/copy icons in FF 26.0. Although the commit was successfully applied on the server.
To make these icons visible, I had to...
- Log off from Roundcube
- Close the Roundcube tab/window
- Clear the FF cache
- "Restart" Roundcube in FF
Step 2) is quite important, omitting it still didn't resolve the issue.
nobody has open his tab over months otherwise he would not apply any browser update why should he care about a web-application update in that case?
This is (was) a default FF installation, with default website cache settings applied. I have now limited the cache to 1 MB
your browser also has a reload option http://betterbuiltsupport.com/KB/a26/how-to-force-firefox-to-reload-the-page...
I'm not a web developer, but isn't it possible to implement those kind of changes in a way that any cache contents/settings don't matter at all?
surely, you can sent no-cache headers all the time mobile users and users with small bandwith would love you for sure doing so
your server................
<IfModule mod_expires.c> ExpiresActive On ExpiresByType image/jpeg A60 ExpiresByType image/jpg A60 ExpiresByType image/gif A60 ExpiresByType image/png A60 ExpiresByType text/css A60 ExpiresByType text/html A60 ExpiresByType text/javascript A60 ExpiresByType text/comma-separated-values A60 ExpiresByType text/tab-separated-values A60 ExpiresByType application/javascript A60 ExpiresByType application/x-javascript A60 ExpiresByType application/xhtml+xml A60 ExpiresByType application/xml A60 </IfModule>
The casual user will of course not realize this problem, as he will not be subscribed to the SVN list and therefore won't even expect any change (= additional icons)
the casual user does not have any problem at all
On 01/20/2014 11:40 PM, Michael Heydekamp wrote:
- Log off from Roundcube
- Close the Roundcube tab/window
- Clear the FF cache
- "Restart" Roundcube in FF
Step 2) is quite important, omitting it still didn't resolve the issue.
Hitting F5 two times should be enough. We have also bin/updatecss.sh which updates css files forcing browsers to load modified image files.
Am Dienstag, 21. Januar 2014, 13.20:37 schrieb A.L.E.C:
On 01/20/2014 11:40 PM, Michael Heydekamp wrote:
- Log off from Roundcube
- Close the Roundcube tab/window
- Clear the FF cache
- "Restart" Roundcube in FF
Step 2) is quite important, omitting it still didn't resolve the issue.
Hitting F5 two times should be enough. We have also bin/updatecss.sh which updates css files forcing browsers to load modified image files.
have you tried Ctrl+F5 for reloading without cache?
Andreas
Am 21.01.2014 20:53, schrieb Andreas Dick:
Hitting F5 two times should be enough. We have also bin/updatecss.sh which updates css files forcing browsers to load modified image files.
have you tried Ctrl+F5 for reloading without cache?
Yesterday I had the same issue after an update of my PhpMyAdmin installation. They modified the CSS file (some positioned background images) and Firefox showed the wrong icons, even after pressing Ctrl + F5 several times.
After restarting Firefox everything was displayed correctly. So that's probably a bug in the latest firefox...
Dennis