ICEmobile
  1. ICEmobile
  2. MOBI-570

DeviceCoreRenderer accept type interferes with desktop uploads

    Details

    • Type: Bug Bug
    • Status: Resolved
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 1.2 Beta
    • Fix Version/s: 1.2 Final
    • Component/s: Faces, Spring
    • Labels:
      None
    • Environment:
      ICEmobile

      Description

      DeviceCoreRenderer sets the accept type which provides features on mobile devices but interferes with desktop uploads. The following code should be disabled for desktop browsers:


                  if (comptype.equals("camera")){
                      writer.writeAttribute("accept", "image/*");
                  }
                  if (comptype.equals("camcorder")){
                      writer.writeAttribute("accept", "video/*");
                  }
                  if (comptype.equals("microphone")){
                      writer.writeAttribute("accept", "audio/*");
                  }

        Activity

        Ted Goddard created issue -
        Ted Goddard made changes -
        Field Original Value New Value
        Assignee Steve Maryka [ steve.maryka ] Judy Guglielmin [ judy.guglielmin ]
        Judy Guglielmin made changes -
        Status Open [ 1 ] Resolved [ 5 ]
        Resolution Fixed [ 1 ]

          People

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

            Dates

            • Created:
              Updated:
              Resolved: