Len Case
2006-08-30, 10:47 PM
So, buried in the item: We now restore vertical scroll position when loading workspaces. is actually a really neat feature.
We no longer "reload" when loading a workspace. Instead we now use "protocol validation" which means that urls load as if you had clicked on a link to them instead of forcing them and all their subresources (images, etc.) to be reloaded regardless of expires headers and caching.
This also means that partially filled out forms get restored to the state you left them--as of the last workspace save (barring weird javascripty forms like in these forums). Just changing values in a form isn't enough to cause the workspace to be dirty so you might have to minimize a window or something to get the form values saved correctly if you are trying to test out this feature.
We no longer "reload" when loading a workspace. Instead we now use "protocol validation" which means that urls load as if you had clicked on a link to them instead of forcing them and all their subresources (images, etc.) to be reloaded regardless of expires headers and caching.
This also means that partially filled out forms get restored to the state you left them--as of the last workspace save (barring weird javascripty forms like in these forums). Just changing values in a form isn't enough to cause the workspace to be dirty so you might have to minimize a window or something to get the form values saved correctly if you are trying to test out this feature.