FLUID-4238: PHP image uploader demo goes into infinite loop in IE when you adjust any settings

Metadata

Source
FLUID-4238
Type
Bug
Priority
Major
Status
Closed
Resolution
Won't Fix
Assignee
Colin Clark
Reporter
Cindy Li
Created
2011-05-16T11:25:29.627-0400
Updated
2015-06-09T13:23:51.478-0400
Versions
  1. 1.4
Fixed Versions
N/A
Component
  1. Uploader

Description

To produce:

1. Open IE
2. Go to http://build.fluidproject.org/uploader/hourly/uploader.html
3. In the input field "allowed file type", enter "*.gif"
4. Click anywhere on the page
5. Pop up error message: 'null' is null or not an object
6. Click "close" button to close the error popup window, the following error pops up infinitely: object required

Environments

IE 7, 8. Not tried yet with IE 6 & 9

Attachments

Comments

  • Colin Clark commented 2011-05-16T19:47:22.304-0400

    I've fixed this bug in my branch of Cindy's image-gallery repo: https://github.com/colinbdclark/image-gallery
    This also includes a pretty wild refactoring of the code to IoCify it in the process.

  • Anastasia Cheetham commented 2011-09-30T14:36:25.494-0400

    Cindy thinks this might be related: The attached image (uploader-strange-error.png) shows an error message I see after two clicks on any file type checkboxes. I don't get any pop-ups.

  • Justin Obara commented 2015-06-09T13:23:51.476-0400

    The image uploader demo no longer exists.