You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "james strachan (JIRA)" <ji...@apache.org> on 2006/06/21 07:00:52 UTC

[jira] Created: (AMQ-767) avoid use of XHTML in activemq-web-console so things work great in IE 6

avoid use of XHTML in activemq-web-console so things work great in IE 6
-----------------------------------------------------------------------

         Key: AMQ-767
         URL: https://issues.apache.org/activemq/browse/AMQ-767
     Project: ActiveMQ
        Type: Bug

    Versions: 4.0.1    
    Reporter: james strachan
     Fix For: 4.1




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


[jira] Updated: (AMQ-767) avoid use of XHTML in activemq-web-console so things work great in IE 6

Posted by "Hiram Chirino (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/AMQ-767?page=all ]

Hiram Chirino updated AMQ-767:
------------------------------

    Fix Version/s: 4.2
                       (was: 4.1.0)

> avoid use of XHTML in activemq-web-console so things work great in IE 6
> -----------------------------------------------------------------------
>
>                 Key: AMQ-767
>                 URL: https://issues.apache.org/activemq/browse/AMQ-767
>             Project: ActiveMQ
>          Issue Type: Bug
>    Affects Versions: 4.0.1
>            Reporter: james strachan
>             Fix For: 4.2.0
>
>


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

        

[jira] Commented: (AMQ-767) avoid use of XHTML in activemq-web-console so things work great in IE 6

Posted by "Ken Gallo (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/AMQ-767?page=comments#action_37460 ] 
            
Ken Gallo commented on AMQ-767:
-------------------------------

When activemq-web-console is deployed on IE 6, it just shows a blank page.

<script type="" src=""/> doesnt work on IE 6

it should be:
<script type="" src=""></script>

I've attached a patch. :)

> avoid use of XHTML in activemq-web-console so things work great in IE 6
> -----------------------------------------------------------------------
>
>                 Key: AMQ-767
>                 URL: https://issues.apache.org/activemq/browse/AMQ-767
>             Project: ActiveMQ
>          Issue Type: Bug
>    Affects Versions: 4.0.1
>            Reporter: james strachan
>             Fix For: 4.2.0
>
>


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

        

[jira] Commented: (AMQ-767) avoid use of XHTML in activemq-web-console so things work great in IE 6

Posted by "Christopher G. Stach II (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/AMQ-767?page=comments#action_37462 ] 
            
Christopher G. Stach II commented on AMQ-767:
---------------------------------------------

IE 6 was doing the right thing.

http://www.w3.org/TR/html4/interact/scripts.html#h-18.2.1

http://www.w3.org/TR/xhtml1/#guidelines


> avoid use of XHTML in activemq-web-console so things work great in IE 6
> -----------------------------------------------------------------------
>
>                 Key: AMQ-767
>                 URL: https://issues.apache.org/activemq/browse/AMQ-767
>             Project: ActiveMQ
>          Issue Type: Bug
>    Affects Versions: 4.0.1
>            Reporter: james strachan
>             Fix For: 4.2.0
>
>         Attachments: mainDecorator.patch
>
>


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

        

[jira] Updated: (AMQ-767) avoid use of XHTML in activemq-web-console so things work great in IE 6

Posted by "Ken Gallo (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/AMQ-767?page=all ]

Ken Gallo updated AMQ-767:
--------------------------

    Attachment: mainDecorator.patch

changed <script/> to <script></script> for main.jsp in decorators

> avoid use of XHTML in activemq-web-console so things work great in IE 6
> -----------------------------------------------------------------------
>
>                 Key: AMQ-767
>                 URL: https://issues.apache.org/activemq/browse/AMQ-767
>             Project: ActiveMQ
>          Issue Type: Bug
>    Affects Versions: 4.0.1
>            Reporter: james strachan
>             Fix For: 4.2.0
>
>         Attachments: mainDecorator.patch
>
>


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

        

[jira] Commented: (AMQ-767) avoid use of XHTML in activemq-web-console so things work great in IE 6

Posted by "Christopher G. Stach II (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/AMQ-767?page=comments#action_37219 ] 
            
Christopher G. Stach II commented on AMQ-767:
---------------------------------------------

All of our XHTML works perfectly in IE 6.  What's the issue?

> avoid use of XHTML in activemq-web-console so things work great in IE 6
> -----------------------------------------------------------------------
>
>                 Key: AMQ-767
>                 URL: https://issues.apache.org/activemq/browse/AMQ-767
>             Project: ActiveMQ
>          Issue Type: Bug
>    Affects Versions: 4.0.1
>            Reporter: james strachan
>             Fix For: 4.1
>
>


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