Details
-
Type:
New Feature
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 4.0
-
Component/s: MOBI-Components
-
Labels:None
-
Environment:ICEfaces 4, BridgeIt app.
-
Assignee Priority:P1
-
Affects:Documentation (User Guide, Ref. Guide, etc.), Sample App./Tutorial
Description
Renders a button to access the camera on supported clients, and allows uploading and storing an image from the camera or image gallery.
** Only supported on mobile devices supported by the native BridgeIt app. **
** Only supported on mobile devices supported by the native BridgeIt app. **
Activity
Field | Original Value | New Value |
---|---|---|
Description |
camcorder renders a button to access the device video recording capabilities. For non-supported clients it renders an input type file. The recorded or selected video file can be uploaded to the server.
** Only supported on mobile devices supported by the native BridgeIt app. ** |
Renders a button to access the camera on supported clients, and allows uploading and storing an image from the camera or image gallery. The component will fallback to a input file type on unsupported browsers.
** Only supported on mobile devices supported by the native BridgeIt app. ** |
Description |
Renders a button to access the camera on supported clients, and allows uploading and storing an image from the camera or image gallery. The component will fallback to a input file type on unsupported browsers.
** Only supported on mobile devices supported by the native BridgeIt app. ** |
Renders a button to access the camera on supported clients, and allows uploading and storing an image from the camera or image gallery.
** Only supported on mobile devices supported by the native BridgeIt app. ** |
Link | This issue depends on MOBI-972 [ MOBI-972 ] |
Fix Version/s | 4.0 [ 11382 ] | |
Fix Version/s | 4.0.BETA [ 10770 ] |
Assignee Priority | P1 [ 10010 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #41566 | Wed Jul 02 12:56:09 MDT 2014 | art.zambrano | |
Files Changed | ||||
![]() |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #41569 | Wed Jul 02 13:14:13 MDT 2014 | art.zambrano | |
Files Changed | ||||
![]() ![]() |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #41586 | Thu Jul 03 17:30:27 MDT 2014 | art.zambrano | |
Files Changed | ||||
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #41782 | Tue Jul 15 11:28:42 MDT 2014 | art.zambrano | |
Files Changed | ||||
![]() ![]() ![]() ![]() ![]() |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #41785 | Tue Jul 15 12:18:35 MDT 2014 | art.zambrano | |
Files Changed | ||||
![]() ![]() ![]() ![]() ![]() |
Status | Resolved [ 5 ] | Closed [ 6 ] |
ICEfaces4 revision# 40103 Test Results
Test app located at: http://dev.icesoft.com/svn/repo/qa/trunk/Regression-Icefaces4/Sparkle/Manual/camera
1) When disabled=true the camera button can still be clicked on and an image taken, however, the image will not upload. Just wanted to check if this is correct behaviour.
2) maxheight/maxwidth attributes don't seem to function
3) useNative attribute doesn't seem to do anything, is it still relevant in ICEfaces4?
4) style and styleClass attributes are not getting applied to the component
5) tabindex attribute is not functioning (probably not important since it's a mobile component)
6) The image will not upload when the component is nested inside an f:ajax tag