You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Kent Tong (JIRA)" <ta...@jakarta.apache.org> on 2006/12/26 10:22:21 UTC

[jira] Created: (TAPESTRY-1215) Autocomplete triggers a syntax error in dojo.js when getValues() returns an empty list

Autocomplete triggers a syntax error in dojo.js when getValues() returns an empty list
--------------------------------------------------------------------------------------

                 Key: TAPESTRY-1215
                 URL: http://issues.apache.org/jira/browse/TAPESTRY-1215
             Project: Tapestry
          Issue Type: Bug
          Components: JavaScript
    Affects Versions: 4.1.1
         Environment: WinXP. FireFox 2.0. Tomcat 5.5.
            Reporter: Kent Tong


1. Open the Home page.
2. Type something into the autocompleter.
3. The browser will display:
DEBUG: [SyntaxError: syntax error, file: http://localhost:8080/DynamicForms/app?service=asset&path=%2Fdojo%2Fdojo.js, line: 15]
DEBUG: 

Home.html, Home.page and Home.java are attached.

BTW, the code in dojo is using dojo.debug() to output the message. This by-passes the log level set (defaulted 
to WARNING) and makes this issue much more visible.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Updated: (TAPESTRY-1215) Autocomplete triggers a syntax error in dojo.js when getValues() returns an empty list

Posted by "Kent Tong (JIRA)" <ta...@jakarta.apache.org>.
     [ http://issues.apache.org/jira/browse/TAPESTRY-1215?page=all ]

Kent Tong updated TAPESTRY-1215:
--------------------------------

    Attachment: Home.java

> Autocomplete triggers a syntax error in dojo.js when getValues() returns an empty list
> --------------------------------------------------------------------------------------
>
>                 Key: TAPESTRY-1215
>                 URL: http://issues.apache.org/jira/browse/TAPESTRY-1215
>             Project: Tapestry
>          Issue Type: Bug
>          Components: JavaScript
>    Affects Versions: 4.1.1
>         Environment: WinXP. FireFox 2.0. Tomcat 5.5.
>            Reporter: Kent Tong
>         Attachments: Home.html, Home.java, Home.page, User.java
>
>
> 1. Open the Home page.
> 2. Type something into the autocompleter.
> 3. The browser will display:
> DEBUG: [SyntaxError: syntax error, file: http://localhost:8080/DynamicForms/app?service=asset&path=%2Fdojo%2Fdojo.js, line: 15]
> DEBUG: 
> Home.html, Home.page and Home.java are attached.
> BTW, the code in dojo is using dojo.debug() to output the message. This by-passes the log level set (defaulted 
> to WARNING) and makes this issue much more visible.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Updated: (TAPESTRY-1215) Autocomplete triggers a syntax error in dojo.js when getValues() returns an empty list

Posted by "Kent Tong (JIRA)" <ta...@jakarta.apache.org>.
     [ http://issues.apache.org/jira/browse/TAPESTRY-1215?page=all ]

Kent Tong updated TAPESTRY-1215:
--------------------------------

    Attachment: User.java

> Autocomplete triggers a syntax error in dojo.js when getValues() returns an empty list
> --------------------------------------------------------------------------------------
>
>                 Key: TAPESTRY-1215
>                 URL: http://issues.apache.org/jira/browse/TAPESTRY-1215
>             Project: Tapestry
>          Issue Type: Bug
>          Components: JavaScript
>    Affects Versions: 4.1.1
>         Environment: WinXP. FireFox 2.0. Tomcat 5.5.
>            Reporter: Kent Tong
>         Attachments: Home.html, Home.java, Home.page, User.java
>
>
> 1. Open the Home page.
> 2. Type something into the autocompleter.
> 3. The browser will display:
> DEBUG: [SyntaxError: syntax error, file: http://localhost:8080/DynamicForms/app?service=asset&path=%2Fdojo%2Fdojo.js, line: 15]
> DEBUG: 
> Home.html, Home.page and Home.java are attached.
> BTW, the code in dojo is using dojo.debug() to output the message. This by-passes the log level set (defaulted 
> to WARNING) and makes this issue much more visible.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Updated: (TAPESTRY-1215) Autocomplete triggers a syntax error in dojo.js when getValues() returns an empty list

Posted by "Kent Tong (JIRA)" <ta...@jakarta.apache.org>.
     [ http://issues.apache.org/jira/browse/TAPESTRY-1215?page=all ]

Kent Tong updated TAPESTRY-1215:
--------------------------------

    Description: 
1. Open the Home page.
2. Type "a" (or anything that has no match) into the autocompleter.
3. The browser will display:
DEBUG: [SyntaxError: syntax error, file: http://localhost:8080/DynamicForms/app?service=asset&path=%2Fdojo%2Fdojo.js, line: 15]
DEBUG: 

Home.html, Home.page and Home.java are attached.

BTW, the code in dojo is using dojo.debug() to output the message. This by-passes the log level set (defaulted 
to WARNING) and makes this issue much more visible.

  was:
1. Open the Home page.
2. Type something into the autocompleter.
3. The browser will display:
DEBUG: [SyntaxError: syntax error, file: http://localhost:8080/DynamicForms/app?service=asset&path=%2Fdojo%2Fdojo.js, line: 15]
DEBUG: 

Home.html, Home.page and Home.java are attached.

BTW, the code in dojo is using dojo.debug() to output the message. This by-passes the log level set (defaulted 
to WARNING) and makes this issue much more visible.


> Autocomplete triggers a syntax error in dojo.js when getValues() returns an empty list
> --------------------------------------------------------------------------------------
>
>                 Key: TAPESTRY-1215
>                 URL: http://issues.apache.org/jira/browse/TAPESTRY-1215
>             Project: Tapestry
>          Issue Type: Bug
>          Components: JavaScript
>    Affects Versions: 4.1.1
>         Environment: WinXP. FireFox 2.0. Tomcat 5.5.
>            Reporter: Kent Tong
>         Attachments: Home.html, Home.java, Home.page, User.java
>
>
> 1. Open the Home page.
> 2. Type "a" (or anything that has no match) into the autocompleter.
> 3. The browser will display:
> DEBUG: [SyntaxError: syntax error, file: http://localhost:8080/DynamicForms/app?service=asset&path=%2Fdojo%2Fdojo.js, line: 15]
> DEBUG: 
> Home.html, Home.page and Home.java are attached.
> BTW, the code in dojo is using dojo.debug() to output the message. This by-passes the log level set (defaulted 
> to WARNING) and makes this issue much more visible.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Resolved: (TAPESTRY-1215) Autocomplete triggers a syntax error in dojo.js when getValues() returns an empty list

Posted by "Jesse Kuhnert (JIRA)" <de...@tapestry.apache.org>.
     [ https://issues.apache.org/jira/browse/TAPESTRY-1215?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jesse Kuhnert resolved TAPESTRY-1215.
-------------------------------------

    Resolution: Fixed
      Assignee: Jesse Kuhnert

This looks to be resolved in the most current versions.

> Autocomplete triggers a syntax error in dojo.js when getValues() returns an empty list
> --------------------------------------------------------------------------------------
>
>                 Key: TAPESTRY-1215
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1215
>             Project: Tapestry
>          Issue Type: Bug
>          Components: JavaScript
>    Affects Versions: 4.1.1
>         Environment: WinXP. FireFox 2.0. Tomcat 5.5.
>            Reporter: Kent Tong
>         Assigned To: Jesse Kuhnert
>             Fix For: 4.1.2
>
>         Attachments: Home.html, Home.java, Home.page, User.java
>
>
> 1. Open the Home page.
> 2. Type "x" (or anything that has no match) into the autocompleter.
> 3. The browser will display:
> DEBUG: [SyntaxError: syntax error, file: http://localhost:8080/DynamicForms/app?service=asset&path=%2Fdojo%2Fdojo.js, line: 15]
> DEBUG: 
> Home.html, Home.page and Home.java are attached.
> BTW, the code in dojo is using dojo.debug() to output the message. This by-passes the log level set (defaulted 
> to WARNING) and makes this issue much more visible.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Updated: (TAPESTRY-1215) Autocomplete triggers a syntax error in dojo.js when getValues() returns an empty list

Posted by "Kent Tong (JIRA)" <ta...@jakarta.apache.org>.
     [ http://issues.apache.org/jira/browse/TAPESTRY-1215?page=all ]

Kent Tong updated TAPESTRY-1215:
--------------------------------

    Attachment: Home.html

> Autocomplete triggers a syntax error in dojo.js when getValues() returns an empty list
> --------------------------------------------------------------------------------------
>
>                 Key: TAPESTRY-1215
>                 URL: http://issues.apache.org/jira/browse/TAPESTRY-1215
>             Project: Tapestry
>          Issue Type: Bug
>          Components: JavaScript
>    Affects Versions: 4.1.1
>         Environment: WinXP. FireFox 2.0. Tomcat 5.5.
>            Reporter: Kent Tong
>         Attachments: Home.html
>
>
> 1. Open the Home page.
> 2. Type something into the autocompleter.
> 3. The browser will display:
> DEBUG: [SyntaxError: syntax error, file: http://localhost:8080/DynamicForms/app?service=asset&path=%2Fdojo%2Fdojo.js, line: 15]
> DEBUG: 
> Home.html, Home.page and Home.java are attached.
> BTW, the code in dojo is using dojo.debug() to output the message. This by-passes the log level set (defaulted 
> to WARNING) and makes this issue much more visible.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Updated: (TAPESTRY-1215) Autocomplete triggers a syntax error in dojo.js when getValues() returns an empty list

Posted by "Kent Tong (JIRA)" <ta...@jakarta.apache.org>.
     [ http://issues.apache.org/jira/browse/TAPESTRY-1215?page=all ]

Kent Tong updated TAPESTRY-1215:
--------------------------------

    Description: 
1. Open the Home page.
2. Type "x" (or anything that has no match) into the autocompleter.
3. The browser will display:
DEBUG: [SyntaxError: syntax error, file: http://localhost:8080/DynamicForms/app?service=asset&path=%2Fdojo%2Fdojo.js, line: 15]
DEBUG: 

Home.html, Home.page and Home.java are attached.

BTW, the code in dojo is using dojo.debug() to output the message. This by-passes the log level set (defaulted 
to WARNING) and makes this issue much more visible.

  was:
1. Open the Home page.
2. Type "a" (or anything that has no match) into the autocompleter.
3. The browser will display:
DEBUG: [SyntaxError: syntax error, file: http://localhost:8080/DynamicForms/app?service=asset&path=%2Fdojo%2Fdojo.js, line: 15]
DEBUG: 

Home.html, Home.page and Home.java are attached.

BTW, the code in dojo is using dojo.debug() to output the message. This by-passes the log level set (defaulted 
to WARNING) and makes this issue much more visible.


> Autocomplete triggers a syntax error in dojo.js when getValues() returns an empty list
> --------------------------------------------------------------------------------------
>
>                 Key: TAPESTRY-1215
>                 URL: http://issues.apache.org/jira/browse/TAPESTRY-1215
>             Project: Tapestry
>          Issue Type: Bug
>          Components: JavaScript
>    Affects Versions: 4.1.1
>         Environment: WinXP. FireFox 2.0. Tomcat 5.5.
>            Reporter: Kent Tong
>         Attachments: Home.html, Home.java, Home.page, User.java
>
>
> 1. Open the Home page.
> 2. Type "x" (or anything that has no match) into the autocompleter.
> 3. The browser will display:
> DEBUG: [SyntaxError: syntax error, file: http://localhost:8080/DynamicForms/app?service=asset&path=%2Fdojo%2Fdojo.js, line: 15]
> DEBUG: 
> Home.html, Home.page and Home.java are attached.
> BTW, the code in dojo is using dojo.debug() to output the message. This by-passes the log level set (defaulted 
> to WARNING) and makes this issue much more visible.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Updated: (TAPESTRY-1215) Autocomplete triggers a syntax error in dojo.js when getValues() returns an empty list

Posted by "Kent Tong (JIRA)" <ta...@jakarta.apache.org>.
     [ http://issues.apache.org/jira/browse/TAPESTRY-1215?page=all ]

Kent Tong updated TAPESTRY-1215:
--------------------------------

    Attachment: Home.page

> Autocomplete triggers a syntax error in dojo.js when getValues() returns an empty list
> --------------------------------------------------------------------------------------
>
>                 Key: TAPESTRY-1215
>                 URL: http://issues.apache.org/jira/browse/TAPESTRY-1215
>             Project: Tapestry
>          Issue Type: Bug
>          Components: JavaScript
>    Affects Versions: 4.1.1
>         Environment: WinXP. FireFox 2.0. Tomcat 5.5.
>            Reporter: Kent Tong
>         Attachments: Home.html, Home.java, Home.page, User.java
>
>
> 1. Open the Home page.
> 2. Type something into the autocompleter.
> 3. The browser will display:
> DEBUG: [SyntaxError: syntax error, file: http://localhost:8080/DynamicForms/app?service=asset&path=%2Fdojo%2Fdojo.js, line: 15]
> DEBUG: 
> Home.html, Home.page and Home.java are attached.
> BTW, the code in dojo is using dojo.debug() to output the message. This by-passes the log level set (defaulted 
> to WARNING) and makes this issue much more visible.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Commented: (TAPESTRY-1215) Autocomplete triggers a syntax error in dojo.js when getValues() returns an empty list

Posted by "Paul Stanton (JIRA)" <de...@tapestry.apache.org>.
    [ https://issues.apache.org/jira/browse/TAPESTRY-1215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12569100#action_12569100 ] 

Paul Stanton commented on TAPESTRY-1215:
----------------------------------------

jesse,

do you know what version this was fixed in? i've upgraded to 4.1.5 but it has broken something else (https://issues.apache.org/jira/browse/TAPESTRY-2157) so i need to roll back to an earlier version where (hopefully) both work.

thanks, p.

> Autocomplete triggers a syntax error in dojo.js when getValues() returns an empty list
> --------------------------------------------------------------------------------------
>
>                 Key: TAPESTRY-1215
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1215
>             Project: Tapestry
>          Issue Type: Bug
>          Components: JavaScript
>    Affects Versions: 4.1.1
>         Environment: WinXP. FireFox 2.0. Tomcat 5.5.
>            Reporter: Kent Tong
>            Assignee: Jesse Kuhnert
>             Fix For: 4.1.2
>
>         Attachments: Home.html, Home.java, Home.page, User.java
>
>
> 1. Open the Home page.
> 2. Type "x" (or anything that has no match) into the autocompleter.
> 3. The browser will display:
> DEBUG: [SyntaxError: syntax error, file: http://localhost:8080/DynamicForms/app?service=asset&path=%2Fdojo%2Fdojo.js, line: 15]
> DEBUG: 
> Home.html, Home.page and Home.java are attached.
> BTW, the code in dojo is using dojo.debug() to output the message. This by-passes the log level set (defaulted 
> to WARNING) and makes this issue much more visible.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Commented: (TAPESTRY-1215) Autocomplete triggers a syntax error in dojo.js when getValues() returns an empty list

Posted by "Michael Gloegl (JIRA)" <ta...@jakarta.apache.org>.
    [ https://issues.apache.org/jira/browse/TAPESTRY-1215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12462168 ] 

Michael Gloegl commented on TAPESTRY-1215:
------------------------------------------

I can confirm this one - looks really ugly in my app :)

> Autocomplete triggers a syntax error in dojo.js when getValues() returns an empty list
> --------------------------------------------------------------------------------------
>
>                 Key: TAPESTRY-1215
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1215
>             Project: Tapestry
>          Issue Type: Bug
>          Components: JavaScript
>    Affects Versions: 4.1.1
>         Environment: WinXP. FireFox 2.0. Tomcat 5.5.
>            Reporter: Kent Tong
>         Attachments: Home.html, Home.java, Home.page, User.java
>
>
> 1. Open the Home page.
> 2. Type "x" (or anything that has no match) into the autocompleter.
> 3. The browser will display:
> DEBUG: [SyntaxError: syntax error, file: http://localhost:8080/DynamicForms/app?service=asset&path=%2Fdojo%2Fdojo.js, line: 15]
> DEBUG: 
> Home.html, Home.page and Home.java are attached.
> BTW, the code in dojo is using dojo.debug() to output the message. This by-passes the log level set (defaulted 
> to WARNING) and makes this issue much more visible.

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

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Updated: (TAPESTRY-1215) Autocomplete triggers a syntax error in dojo.js when getValues() returns an empty list

Posted by "Jesse Kuhnert (JIRA)" <ta...@jakarta.apache.org>.
     [ https://issues.apache.org/jira/browse/TAPESTRY-1215?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jesse Kuhnert updated TAPESTRY-1215:
------------------------------------

    Fix Version/s: 4.1.2

> Autocomplete triggers a syntax error in dojo.js when getValues() returns an empty list
> --------------------------------------------------------------------------------------
>
>                 Key: TAPESTRY-1215
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1215
>             Project: Tapestry
>          Issue Type: Bug
>          Components: JavaScript
>    Affects Versions: 4.1.1
>         Environment: WinXP. FireFox 2.0. Tomcat 5.5.
>            Reporter: Kent Tong
>             Fix For: 4.1.2
>
>         Attachments: Home.html, Home.java, Home.page, User.java
>
>
> 1. Open the Home page.
> 2. Type "x" (or anything that has no match) into the autocompleter.
> 3. The browser will display:
> DEBUG: [SyntaxError: syntax error, file: http://localhost:8080/DynamicForms/app?service=asset&path=%2Fdojo%2Fdojo.js, line: 15]
> DEBUG: 
> Home.html, Home.page and Home.java are attached.
> BTW, the code in dojo is using dojo.debug() to output the message. This by-passes the log level set (defaulted 
> to WARNING) and makes this issue much more visible.

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

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org