FLUID-3811: Previous changes / selections are persisting despite page being reloaded in IE8

Metadata

Source
FLUID-3811
Type
Bug
Priority
Major
Status
Closed
Resolution
Cannot Reproduce
Assignee
N/A
Reporter
Jonathan Hung
Created
2010-10-18T15:32:55.490-0400
Updated
2013-09-06T13:53:00.797-0400
Versions
  1. 1.3
Fixed Versions
  1. 1.4
Component
  1. Infusion Builder
  2. Inline Edit

Description

In Inline Edit, previous saved edits are persisting even though the user has refreshed the demo page.

To reproduce:
1. Make an edit. (i.e. Change "Untitled" to "foo")
2. Save.
3. Refresh.
4. Edited text resets to "Untitled".
5. Edit "Untitled".
6. "foo" appears in Edit mod.

In Builder, previous selections are persisting even though user has refreshed the page.

To reproduce:
1. Load the builder: http://forge.fluidproject.org/infusionBuilder/html/InfusionBuilder.html
2. Make any selection.
3. Refresh page.
4. Notice that checkboxes are still selected, but Download is disabled and "selection" style is not applied to checked elements.
(See attached image).

Environments

Windows 7, IE8

Attachments

Comments

  • Justin Obara commented 2010-10-20T09:55:56.059-0400

    "Bug Parade Infusion 1.3"

  • Jonathan Hung commented 2010-12-08T12:39:49.803-0500

    The accepted solution to disable IE caching does not work for our demo. http://support.microsoft.com/kb/234067

    Turning off caching in all browsers (http://stackoverflow.com/questions/1341089/using-meta-tags-to-turn-off-caching-in-all-browsers) doesn't have any effect either.

    One solution suggested to put the META tags in a HEAD element after the closing BODY element, but this did not work (not to mention causing bad structure).

  • Jonathan Hung commented 2010-12-08T12:54:31.386-0500

    I wonder if this problem is caused by the fact the text field is not inside a FORM element? More investigation is required.

  • heidi valles commented 2010-12-13T13:13:37.447-0500

    some options here: http://stackoverflow.com/questions/52213/browser-refresh-behaviour

  • Jonathan Hung commented 2010-12-17T12:45:56.209-0500

    Screenshot of the builder page after selection was made previously and the page is refreshed. Checkboxes are cached, but download is disabled and no selection styling is applied.

  • Jonathan Hung commented 2010-12-17T12:48:19.179-0500

    This could be related to FLUID-3845 - disabling autocomplete may fix this problem in IE.

  • Anastasia Cheetham commented 2011-10-17T13:31:15.255-0400

    I can't reproduce either or these issued. If they can be reproduced, they should probably be two separate issues.