Details

    • Type: New Feature New Feature
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: None
    • Fix Version/s: 2.0-Beta2, 2.0.0
    • Component/s: ACE-Components
    • Labels:
      None
    • Environment:
      jsf2.0, ICEfaces2.0, compat
    • Affects:
      Documentation (User Guide, Ref. Guide, etc.), Sample App./Tutorial

      Description

      Once progressMonitor is completed, then this component can be done in a similar fashion.

        Issue Links

          Activity

          Hide
          Mark Collette added a comment -

          Outstanding features are:

          • Disabled styling
          • Handle required property
          • Handle singleSubmit property
          • Add validator, validatorMessage properties
          • Progress: HTML 4
          • Multi-file: HTML 4 user interface and PhaseListener
          • Multi-file: HTML 5 user interface
          • Callback support

          Not doing:

          Progress via HTML 5 : This turned out to be a non-feature, since the progress is not on the input element, but just in XmlHttpRequest, and right now we're not supporting HTML XmlHttpRequest. So, we're only doing HTML 4 (and above) progress.

          ARIA support : There is no ARIA input type=file widget. There is no role. We could in theory still fulfill the basic roletype requirements. Also, when we add the interface for multiple files, those elements could have ARIA support.

          Show
          Mark Collette added a comment - Outstanding features are: Disabled styling Handle required property Handle singleSubmit property Add validator, validatorMessage properties Progress: HTML 4 Multi-file: HTML 4 user interface and PhaseListener Multi-file: HTML 5 user interface Callback support Not doing: Progress via HTML 5 : This turned out to be a non-feature, since the progress is not on the input element, but just in XmlHttpRequest, and right now we're not supporting HTML XmlHttpRequest. So, we're only doing HTML 4 (and above) progress. ARIA support : There is no ARIA input type=file widget. There is no role. We could in theory still fulfill the basic roletype requirements. Also, when we add the interface for multiple files, those elements could have ARIA support.
          Hide
          Mark Collette added a comment -

          Added @Component tlddoc.

          Subversion 22720

          Show
          Mark Collette added a comment - Added @Component tlddoc. Subversion 22720
          Hide
          Ken Fyten added a comment -

          Re-opened due to IE8 JS error issue, and IE7 styling issue.

          Show
          Ken Fyten added a comment - Re-opened due to IE8 JS error issue, and IE7 styling issue.
          Hide
          Mark Collette added a comment -

          IE8 was getting a javascript exception, since it added support for some of the DOM features that Firefox and WebKit support, and was going down the non-IE code path, which didn't work because it still didn't support some other features. Added more precise feature detecting.

          Subversion 22960

          Show
          Mark Collette added a comment - IE8 was getting a javascript exception, since it added support for some of the DOM features that Firefox and WebKit support, and was going down the non-IE code path, which didn't work because it still didn't support some other features. Added more precise feature detecting. Subversion 22960
          Hide
          Mark Collette added a comment -

          Fixed IE7 alignment issue for fileEntry by removing overflow:hidden styling from the themes. Then noticed that rime style class was "rime", instead of "ice-skin-rime", as it was in other files, and modified it to match.

          Subversion 22961

          Show
          Mark Collette added a comment - Fixed IE7 alignment issue for fileEntry by removing overflow:hidden styling from the themes. Then noticed that rime style class was "rime", instead of "ice-skin-rime", as it was in other files, and modified it to match. Subversion 22961

            People

            • Assignee:
              Mark Collette
              Reporter:
              Judy Guglielmin
            • Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: