Version: 1.3.0 (using KDE KDE 3.5.1) OS: Linux The reload button does not refresh remote (http) data. The user expects that when reload is pressed, everything is checked for possible changes and reloaded as neccesary.
This one is particularly interesting. reset() is implemented as a fast-path in ascii. It bypasses the long routine for performance reasons. As a result, the file isn't downloaded again. Making this properly efficient and functional is not entirely simple.
Shouldn't reload.... reload? The user expects this to be slow. The ascii file should be reparsed. Is this related to 115670?
This is one of the challenges of KIO integration at the moment. We reparse the file - we don't refetch it.
Could be still open in Kst 1.
Fixed for 2.x Wontfix for 1.x