Details

    • Type: New Feature New Feature
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: None
    • Fix Version/s: 4.0.BETA, 4.0
    • Component/s: ACE-Components
    • Labels:
      None
    • Environment:
      ICEfaces 4
    • Affects:
      Documentation (User Guide, Ref. Guide, etc.), Sample App./Tutorial

      Description

      qrcode displays a QR code value.

        Activity

        Ken Fyten created issue -
        Ken Fyten made changes -
        Field Original Value New Value
        Summary New ace:qrCode component New ace:qrcode component
        Ken Fyten made changes -
        Assignee Arran Mccullough [ arran.mccullough ] Arturo Zambrano [ artzambrano ]
        Description ace:splitPane renders a div with two children that can be defined for page layout. It can be scrollable, have columnDivider at certain location. Requires a left and right facet for two, side by side, panels. Eventually will also be resizable. qrcode displays a QR code value.
        Ken Fyten made changes -
        Link This issue depends on MOBI-907 [ MOBI-907 ]
        Hide
        Carmen Cristurean added a comment -

        In showcase (IF4 trunk rev# 40043), qrcode is still on showcase-mobile demo page, and must be moved to the ACE components.

        Show
        Carmen Cristurean added a comment - In showcase (IF4 trunk rev# 40043), qrcode is still on showcase-mobile demo page, and must be moved to the ACE components.
        Hide
        Arturo Zambrano added a comment -

        Moved qrcode demo from mobi to ace section at revision 40070.

        Show
        Arturo Zambrano added a comment - Moved qrcode demo from mobi to ace section at revision 40070.
        Arturo Zambrano made changes -
        Status Open [ 1 ] Resolved [ 5 ]
        Resolution Fixed [ 1 ]
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #40070 Tue Feb 25 11:15:20 MST 2014 art.zambrano ICE-9846 moved qrcode demo from mobi to ace section
        Files Changed
        Commit graph DEL /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/mobi/qr
        Commit graph ADD /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/qrcode/qrcodeOverview.xhtml
        Commit graph ADD /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/qrcode/QrcodeBean.java
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/webapp/showcase-mobile.xhtml
        Commit graph ADD /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/ace/documentationResources/QrcodeResources.java
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/resources/org/icefaces/samples/showcase/view/resources/messages.properties
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/view/navigation/AceMenu.java
        Commit graph ADD /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/qrcode
        Commit graph ADD /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/qrcode
        Hide
        Liana Munroe added a comment - - edited

        Added to ACE components. revision # 40070.
        Test applications are located at:
        http://dev.icesoft.com/svn/repo/qa/trunk/Regression-Icefaces4/Sparkle/Manual/qrCode

        Show
        Liana Munroe added a comment - - edited Added to ACE components. revision # 40070. Test applications are located at: http://dev.icesoft.com/svn/repo/qa/trunk/Regression-Icefaces4/Sparkle/Manual/qrCode
        Hide
        Liana Munroe added a comment -

        Tab index does not work with the QR Code object itself. Apparently tabindex only works with input type fields. There is now a QR Code test application but it uses the input fields with the tabindex attribute. Is this desired?

        qr code in nested Ace:dataTable.

        In a nested Ace table, the first submission of data is not persisted but the second and third are persisted. This is not the case in a nested h:dataTable, all submission work correctly.

        Show
        Liana Munroe added a comment - Tab index does not work with the QR Code object itself. Apparently tabindex only works with input type fields. There is now a QR Code test application but it uses the input fields with the tabindex attribute. Is this desired? qr code in nested Ace:dataTable. In a nested Ace table, the first submission of data is not persisted but the second and third are persisted. This is not the case in a nested h:dataTable, all submission work correctly.
        Liana Munroe made changes -
        Resolution Fixed [ 1 ]
        Status Resolved [ 5 ] Reopened [ 4 ]
        Liana Munroe made changes -
        Comment [ Tab index does not work with the QR Code object itself. Apparently tabindex only works with input type fields. There is now a QR Code test application but it uses the input fields with the tabindex attribute. Is this desired?

        qr code in nested Ace:dataTable.
        In a nested Ace table, the first submission of data is not persisted but the second and third are persisted. This is not the case in a nested h:dataTable, all submission work correctly. ]
        Hide
        Arturo Zambrano added a comment -

        Removed tabindex attribute, since ace:qrcode is not an input component, at revision 40306.

        I couldn't reproduce issue with the nested ace:dataTables. The qr image was updated every time a new string was submitted in any row. In any case, it wouldn't be a qrCode issue, but a more general data table issue. If this issue is still reproducible for you, please provide detailed steps on how to reproduce it.

        Show
        Arturo Zambrano added a comment - Removed tabindex attribute, since ace:qrcode is not an input component, at revision 40306. I couldn't reproduce issue with the nested ace:dataTables. The qr image was updated every time a new string was submitted in any row. In any case, it wouldn't be a qrCode issue, but a more general data table issue. If this issue is still reproducible for you, please provide detailed steps on how to reproduce it.
        Arturo Zambrano made changes -
        Status Reopened [ 4 ] Resolved [ 5 ]
        Resolution Fixed [ 1 ]
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #40306 Tue Mar 11 15:16:16 MDT 2014 art.zambrano ICE-9846 removed tabindex attribute since, ace:qrCode is not an input component
        Files Changed
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/qrcode/QRCodeMeta.java
        Hide
        Liana Munroe added a comment -

        Confirmed fixed Icefaces 4 trunk revision #40351.
        Adding comment for nested ace:dataTable issue to ICE-9895 which is now open for the general nested dataTable issue.

        Show
        Liana Munroe added a comment - Confirmed fixed Icefaces 4 trunk revision #40351. Adding comment for nested ace:dataTable issue to ICE-9895 which is now open for the general nested dataTable issue.
        Ken Fyten made changes -
        Fix Version/s 4.0 [ 11382 ]
        Ken Fyten made changes -
        Status Resolved [ 5 ] Closed [ 6 ]

          People

          • Assignee:
            Arturo Zambrano
            Reporter:
            Ken Fyten
          • Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: