Details

    • Type: Improvement Improvement
    • Status: Closed
    • Priority: Minor Minor
    • Resolution: Fixed
    • Affects Version/s: 1.7DR#2
    • Fix Version/s: 1.8.1
    • Component/s: Sample Apps
    • Labels:
      None
    • Environment:
      ICEfaces, WebMC

      Description

       - tabbing out of the first name / last name fields results in a loss of
      focus.
      - Enter/Return button doesn't work you have to click join. I might be wrong
      but I thought we had adjusted this one once before.
      - When you go to upload a presentation, the upload pop-up has buttons that
      are partially truncated. (ie. You can't read the upload button. I just
      happen to know where it is).
      - Once you start uploading the pop-up sometimes stays around to give you an
      indication of status, sometimes it dissappears.
      - If you try to upload a second file in the same session it pretty much
      crashes everything. We either would need to fix it or disable the upload
      button so that it activates once per session.

      As the moderator, things are a bit tougher. The truncated button is a big
      problem, as is the trying to load a second file. The rest of the functions
      seemed to work just fine.

        Activity

        Repository Revision Date User Message
        ICEsoft Public SVN Repository #15285 Fri Nov 30 16:13:41 MST 2007 ted.goddard added panel groups so that error messages preserve focus (ICE-2453)
        Files Changed
        Commit graph MODIFY /projects/webmc/trunk/webmc/web/login.jspx
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #15286 Fri Nov 30 17:08:08 MST 2007 ted.goddard adjusted width of file upload (ICE-2453)
        Files Changed
        Commit graph MODIFY /projects/webmc/trunk/webmc/web/index.jspx
        Ted Goddard created issue -
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #15527 Thu Jan 10 10:26:28 MST 2008 ted.goddard skype:call opens in separate window (ICE-2453)
        Files Changed
        Commit graph MODIFY /projects/webmc/trunk/webmc/src/com/icesoft/faces/presenter/presentation/Presentation.java
        Commit graph MODIFY /projects/webmc/trunk/webmc/web/index.jspx
        Hide
        Ted Goddard added a comment -

        Skype integration failed on firefox because the skype:?call URL caused the onbeforeunload callback to be invoked. This terminated the page interaction, even though the page was not actually unloaded.

        The fix used is to open a new window in response to the onclick on the skype icon, thereby avoiding the onbeforeunload.

        Show
        Ted Goddard added a comment - Skype integration failed on firefox because the skype:?call URL caused the onbeforeunload callback to be invoked. This terminated the page interaction, even though the page was not actually unloaded. The fix used is to open a new window in response to the onclick on the skype icon, thereby avoiding the onbeforeunload.
        Ken Fyten made changes -
        Field Original Value New Value
        Priority Major [ 3 ] Minor [ 4 ]
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #15909 Mon Mar 03 17:00:21 MST 2008 ted.goddard removed replaceUserFilename (ICE-2453)
        Files Changed
        Commit graph MODIFY /projects/webmc/trunk/webmc/src/com/icesoft/faces/presenter/document/PptPresentationDocument.java
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #15989 Mon Mar 10 17:35:18 MDT 2008 ted.goddard non-redirect navigation rule to fix reload behavior (ICE-2453)
        Files Changed
        Commit graph MODIFY /projects/webmc/trunk/webmc/web/WEB-INF/faces-config.xml
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #17819 Thu Oct 23 16:22:53 MDT 2008 ted.goddard fixed path in powerpoint import (ICE-2453)
        Files Changed
        Commit graph MODIFY /projects/webmc/trunk/webmc/web/WEB-INF/web.xml
        Commit graph MODIFY /projects/webmc/trunk/webmc/src/com/icesoft/faces/presenter/document/PptPresentationDocument.java
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #17957 Wed Dec 03 09:56:38 MST 2008 ted.goddard almost working PowerPoint 2008 support(ICE-2453)
        Files Changed
        Commit graph ADD /projects/webmc/trunk/webmc/web/WEB-INF/PowerPointExport.scpt
        Commit graph MODIFY /projects/webmc/trunk/webmc/src/com/icesoft/faces/presenter/document/PptPresentationDocument.java
        Hide
        Ken Fyten added a comment -

        Another issue is that the app. is supposed to be pre-loading the next slide images into the browser so they display immediately (no loading lag visible to the user). This isn't working. The new resource loading API in the bridge may be used for this

        Show
        Ken Fyten added a comment - Another issue is that the app. is supposed to be pre-loading the next slide images into the browser so they display immediately (no loading lag visible to the user). This isn't working. The new resource loading API in the bridge may be used for this
        Hide
        Ted Goddard added a comment -

        Prototype integration with PowerPoint 2008 (Mac) has been checked in. A full solution should allow either PowerPoint 2004 or 2008 to be used (perhaps configured via web.xml). The 2008 integration is more clumsy than the 2004 integration. Due to the removal of VBScript and no addition of an "export" Applescript function, it was necessary to use GUI scripting. The integration is not yet complete since the export directory is lost between successive exports. The best solution may be to open and export the converted PowerPoint files from a common temporary directory.

        Show
        Ted Goddard added a comment - Prototype integration with PowerPoint 2008 (Mac) has been checked in. A full solution should allow either PowerPoint 2004 or 2008 to be used (perhaps configured via web.xml). The 2008 integration is more clumsy than the 2004 integration. Due to the removal of VBScript and no addition of an "export" Applescript function, it was necessary to use GUI scripting. The integration is not yet complete since the export directory is lost between successive exports. The best solution may be to open and export the converted PowerPoint files from a common temporary directory.
        Hide
        Ted Goddard added a comment -

        If opening and exporting files results in export to the user's Documents folder by default, it is also possible that this should be assumed by the script.

        Show
        Ted Goddard added a comment - If opening and exporting files results in export to the user's Documents folder by default, it is also possible that this should be assumed by the script.
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #17980 Thu Dec 04 13:20:44 MST 2008 ted.goddard initial PowerPoint 2008 support(ICE-2453)
        Files Changed
        Commit graph MODIFY /projects/webmc/trunk/webmc/src/com/icesoft/faces/presenter/document/CommonPresentationDocument.java
        Commit graph MODIFY /projects/webmc/trunk/webmc/web/WEB-INF/PowerPointExport.scpt
        Commit graph MODIFY /projects/webmc/trunk/webmc/src/com/icesoft/faces/presenter/document/PptPresentationDocument.java
        Hide
        Patrick Corless added a comment -

        Leave this one for later. Hopefully when you get to this you'll have a little more experience with css and layout.

        Show
        Patrick Corless added a comment - Leave this one for later. Hopefully when you get to this you'll have a little more experience with css and layout.
        Patrick Corless made changes -
        Assignee Igor Pustylnick [ igor.pustylnick ]
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #18140 Mon Jan 05 08:14:28 MST 2009 ted.goddard fixing unterminated comment (ICE-2453)
        Files Changed
        Commit graph MODIFY /projects/webmc/trunk/webmc/src/com/icesoft/faces/presenter/document/PptPresentationDocument.java
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #18321 Tue Feb 10 13:07:15 MST 2009 ted.goddard async.server false (ICE-2453)
        Files Changed
        Commit graph MODIFY /projects/webmc/trunk/webmc/web/WEB-INF/web.xml
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #18322 Tue Feb 10 13:48:28 MST 2009 ted.goddard using getCanonicalPath for slide storage (ICE-2453)
        Files Changed
        Commit graph MODIFY /projects/webmc/trunk/webmc/src/com/icesoft/faces/presenter/document/PptPresentationDocument.java
        Commit graph MODIFY /projects/webmc/trunk/webmc/src/com/icesoft/faces/presenter/document/ZipPresentationDocument.java
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #18323 Tue Feb 10 14:49:54 MST 2009 ted.goddard removing println (ICE-2453)
        Files Changed
        Commit graph MODIFY /projects/webmc/trunk/webmc/src/com/icesoft/faces/presenter/document/ZipPresentationDocument.java
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #18324 Tue Feb 10 15:38:31 MST 2009 ted.goddard do not delete the built-in presentations on exit (ICE-2453)
        Files Changed
        Commit graph MODIFY /projects/webmc/trunk/webmc/src/com/icesoft/faces/presenter/document/CommonPresentationDocument.java
        Commit graph MODIFY /projects/webmc/trunk/webmc/src/com/icesoft/faces/presenter/presentation/Presentation.java
        Commit graph MODIFY /projects/webmc/trunk/webmc/src/com/icesoft/faces/presenter/document/base/PresentationDocument.java
        Commit graph MODIFY /projects/webmc/trunk/webmc/src/com/icesoft/faces/presenter/document/ZipPresentationDocument.java
        Ken Fyten made changes -
        Salesforce Case []
        Assignee Igor Pustylnick [ igor.pustylnick ] Ted Goddard [ ted.goddard ]
        Hide
        Ted Goddard added a comment -

        Create new bugs for specific WebMC issues.

        Show
        Ted Goddard added a comment - Create new bugs for specific WebMC issues.
        Ted Goddard made changes -
        Status Open [ 1 ] Resolved [ 5 ]
        Fix Version/s 1.8.1 [ 10170 ]
        Resolution Fixed [ 1 ]
        Ken Fyten made changes -
        Status Resolved [ 5 ] Closed [ 6 ]
        Assignee Ted Goddard [ ted.goddard ]

          People

          • Assignee:
            Unassigned
            Reporter:
            Ted Goddard
          • Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: