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...
> 
> 1) Log off from Roundcube
> 2) Close the Roundcube tab/window
> 3) Clear the FF cache
> 4) "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-and-ignore-cache.aspx

> 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

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
Roundcube Development discussion mailing list
[email protected]
http://lists.roundcube.net/mailman/listinfo/dev

Reply via email to