You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wookie.apache.org by "Steve Lee (JIRA)" <ji...@apache.org> on 2012/05/22 15:23:41 UTC

[jira] [Created] (WOOKIE-341) Wlakthrough widget actions show as 'undefined' in IE

Steve Lee created WOOKIE-341:
--------------------------------

             Summary: Wlakthrough widget actions show as 'undefined' in IE
                 Key: WOOKIE-341
                 URL: https://issues.apache.org/jira/browse/WOOKIE-341
             Project: Wookie
          Issue Type: Bug
          Components: Sample Widgets
            Reporter: Steve Lee


When an item is selected in the Walkthrough widget question text the action that is displayed showa 'undefined' as the action text in IE.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (WOOKIE-341) Wlakthrough widget actions show as 'undefined' in IE

Posted by "Steve Lee (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WOOKIE-341?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steve Lee updated WOOKIE-341:
-----------------------------

    Attachment: patch.txt

Path to fix problem in IE. One line to use jQuery text() method that hides the IE differences with text access in the DOM
                
> Wlakthrough widget actions show as 'undefined' in IE
> ----------------------------------------------------
>
>                 Key: WOOKIE-341
>                 URL: https://issues.apache.org/jira/browse/WOOKIE-341
>             Project: Wookie
>          Issue Type: Bug
>          Components: Sample Widgets
>            Reporter: Steve Lee
>              Labels: patch
>         Attachments: patch.txt
>
>
> When an item is selected in the Walkthrough widget question text the action that is displayed shows 'undefined' as the action text in IE.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (WOOKIE-341) Walkthrough widget actions show as 'undefined' in IE

Posted by "Steve Lee (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WOOKIE-341?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steve Lee updated WOOKIE-341:
-----------------------------

    Summary: Walkthrough widget actions show as 'undefined' in IE  (was: Wlakthrough widget actions show as 'undefined' in IE)
    
> Walkthrough widget actions show as 'undefined' in IE
> ----------------------------------------------------
>
>                 Key: WOOKIE-341
>                 URL: https://issues.apache.org/jira/browse/WOOKIE-341
>             Project: Wookie
>          Issue Type: Bug
>          Components: Sample Widgets
>    Affects Versions: 0.9.2
>            Reporter: Steve Lee
>              Labels: patch
>             Fix For: 0.11.0
>
>         Attachments: patch.txt
>
>
> When an item is selected in the Walkthrough widget question text the action that is displayed shows 'undefined' as the action text in IE.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (WOOKIE-341) Wlakthrough widget actions show as 'undefined' in IE

Posted by "Steve Lee (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WOOKIE-341?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steve Lee updated WOOKIE-341:
-----------------------------

    Description: When an item is selected in the Walkthrough widget question text the action that is displayed shows 'undefined' as the action text in IE.  (was: When an item is selected in the Walkthrough widget question text the action that is displayed showa 'undefined' as the action text in IE.)
    
> Wlakthrough widget actions show as 'undefined' in IE
> ----------------------------------------------------
>
>                 Key: WOOKIE-341
>                 URL: https://issues.apache.org/jira/browse/WOOKIE-341
>             Project: Wookie
>          Issue Type: Bug
>          Components: Sample Widgets
>            Reporter: Steve Lee
>              Labels: patch
>
> When an item is selected in the Walkthrough widget question text the action that is displayed shows 'undefined' as the action text in IE.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (WOOKIE-341) Wlakthrough widget actions show as 'undefined' in IE

Posted by "Ross Gardler (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WOOKIE-341?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13280948#comment-13280948 ] 

Ross Gardler commented on WOOKIE-341:
-------------------------------------

This patch is not generated against our SVN and therefore cannot be applied. However, since its such a simple patch I've been able to port it. Thanks.
                
> Wlakthrough widget actions show as 'undefined' in IE
> ----------------------------------------------------
>
>                 Key: WOOKIE-341
>                 URL: https://issues.apache.org/jira/browse/WOOKIE-341
>             Project: Wookie
>          Issue Type: Bug
>          Components: Sample Widgets
>    Affects Versions: 0.9.2
>            Reporter: Steve Lee
>              Labels: patch
>         Attachments: patch.txt
>
>
> When an item is selected in the Walkthrough widget question text the action that is displayed shows 'undefined' as the action text in IE.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (WOOKIE-341) Wlakthrough widget actions show as 'undefined' in IE

Posted by "Steve Lee (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WOOKIE-341?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13281027#comment-13281027 ] 

Steve Lee commented on WOOKIE-341:
----------------------------------

My apologies - I submitted the wrong patch file. I've checked the trunk and what you applied is correct so I won't re submit. Thanks for covering my sloppiness.

                
> Wlakthrough widget actions show as 'undefined' in IE
> ----------------------------------------------------
>
>                 Key: WOOKIE-341
>                 URL: https://issues.apache.org/jira/browse/WOOKIE-341
>             Project: Wookie
>          Issue Type: Bug
>          Components: Sample Widgets
>    Affects Versions: 0.9.2
>            Reporter: Steve Lee
>              Labels: patch
>         Attachments: patch.txt
>
>
> When an item is selected in the Walkthrough widget question text the action that is displayed shows 'undefined' as the action text in IE.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (WOOKIE-341) Wlakthrough widget actions show as 'undefined' in IE

Posted by "Scott Wilson (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WOOKIE-341?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Scott Wilson updated WOOKIE-341:
--------------------------------

    Fix Version/s: 0.11.0

Assigning as fixed in 0.11.0
                
> Wlakthrough widget actions show as 'undefined' in IE
> ----------------------------------------------------
>
>                 Key: WOOKIE-341
>                 URL: https://issues.apache.org/jira/browse/WOOKIE-341
>             Project: Wookie
>          Issue Type: Bug
>          Components: Sample Widgets
>    Affects Versions: 0.9.2
>            Reporter: Steve Lee
>              Labels: patch
>             Fix For: 0.11.0
>
>         Attachments: patch.txt
>
>
> When an item is selected in the Walkthrough widget question text the action that is displayed shows 'undefined' as the action text in IE.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira