Apache Geronimo > Discussion Forums  User List | Dev List | Wiki | Issue Tracker  

[jira] Created: (GERONIMO-4025) Accessibility issues: No caption tag or summary property, no column and row scope property for data tables in admin console

View: New views
19 Messages — Rating Filter:   Alert me  

[jira] Created: (GERONIMO-4025) Accessibility issues: No caption tag or summary property, no column and row scope property for data tables in admin console

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Accessibility issues: No caption tag or summary property, no column and row scope property for data tables in admin console
---------------------------------------------------------------------------------------------------------------------------

                 Key: GERONIMO-4025
                 URL: https://issues.apache.org/jira/browse/GERONIMO-4025
             Project: Geronimo
          Issue Type: Bug
      Security Level: public (Regular issues)
          Components: console
    Affects Versions: 2.1.1
         Environment: Windows XP SP2, IE 6.0
JAWS 8.0
            Reporter: Xia Ming


To enable accessibility feature for data tables in the admin console, these techniques should be used:
1. Add caption tag or summary property to data table, for example
<table border="1" >
<caption>Server information</caption>
OR
<table border="1" summary="Server information">
2. Add scope property to column and row headers, for example
<tr>
<th scope="col">Property name</th>
<th scope="col">Property value</th>
</tr>
<tr>
<td>Geronimo Version</td>
<td>2.1.1</td>
</tr>


The data tables on these pages shall be improved:
Server->Information
Server->Java System Info
server->Web Server
Server->Thread Pools
Server->JMS Server
Server->Monitoring
Services->Database Pools
Services->JMS Resources
Applications->Web App WARs
Applications->System modules
Applications->Application EARs
Applications->EJB JARs
Applications->J2EE Connectors
Applications->App Clients
Security->Users and Groups
Security->Keystores
Security->Security Realms
Embedded DB->DB Info
Embedded DB->DB Manager


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


[jira] Updated: (GERONIMO-4025) Accessibility issues: No caption tag or summary property, no column and row scope property for data tables in admin console

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


     [ https://issues.apache.org/jira/browse/GERONIMO-4025?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rex Wang updated GERONIMO-4025:
-------------------------------

    Attachment: GERONIMO-4025-DB.patch

I create a patch "GERONIMO-4025-DB.patch", which modifies 3 files under the \plugins\system-database\sysdb-portlets\src\main\webapp\WEB-INF\view directory.

This will bring some style changes on the tables in the DB Info and DB Manager portlet.

If this patch is reasonable, I will provide more about the rest pages of the admin console.

> Accessibility issues: No caption tag or summary property, no column and row scope property for data tables in admin console
> ---------------------------------------------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-4025
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4025
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues)
>          Components: console
>    Affects Versions: 2.1.1
>         Environment: Windows XP SP2, IE 6.0
> JAWS 8.0
>            Reporter: Xia Ming
>         Attachments: GERONIMO-4025-DB.patch
>
>
> To enable accessibility feature for data tables in the admin console, these techniques should be used:
> 1. Add caption tag or summary property to data table, for example
> <table border="1" >
> <caption>Server information</caption>
> OR
> <table border="1" summary="Server information">
> 2. Add scope property to column and row headers, for example
> <tr>
> <th scope="col">Property name</th>
> <th scope="col">Property value</th>
> </tr>
> <tr>
> <td>Geronimo Version</td>
> <td>2.1.1</td>
> </tr>
> The data tables on these pages shall be improved:
> Server->Information
> Server->Java System Info
> server->Web Server
> Server->Thread Pools
> Server->JMS Server
> Server->Monitoring
> Services->Database Pools
> Services->JMS Resources
> Applications->Web App WARs
> Applications->System modules
> Applications->Application EARs
> Applications->EJB JARs
> Applications->J2EE Connectors
> Applications->App Clients
> Security->Users and Groups
> Security->Keystores
> Security->Security Realms
> Embedded DB->DB Info
> Embedded DB->DB Manager

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


[jira] Updated: (GERONIMO-4025) Accessibility issues: No caption tag or summary property, no column and row scope property for data tables in admin console

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


     [ https://issues.apache.org/jira/browse/GERONIMO-4025?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Donald Woods updated GERONIMO-4025:
-----------------------------------

    Affects Version/s: 2.2
                       2.1.x
                       2.1.2
        Fix Version/s: 2.2

Marking target Fix Version as 2.2

> Accessibility issues: No caption tag or summary property, no column and row scope property for data tables in admin console
> ---------------------------------------------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-4025
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4025
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues)
>          Components: console
>    Affects Versions: 2.1.1, 2.1.2, 2.1.x, 2.2
>         Environment: Windows XP SP2, IE 6.0
> JAWS 8.0
>            Reporter: Xia Ming
>             Fix For: 2.2
>
>         Attachments: GERONIMO-4025-DB.patch
>
>
> To enable accessibility feature for data tables in the admin console, these techniques should be used:
> 1. Add caption tag or summary property to data table, for example
> <table border="1" >
> <caption>Server information</caption>
> OR
> <table border="1" summary="Server information">
> 2. Add scope property to column and row headers, for example
> <tr>
> <th scope="col">Property name</th>
> <th scope="col">Property value</th>
> </tr>
> <tr>
> <td>Geronimo Version</td>
> <td>2.1.1</td>
> </tr>
> The data tables on these pages shall be improved:
> Server->Information
> Server->Java System Info
> server->Web Server
> Server->Thread Pools
> Server->JMS Server
> Server->Monitoring
> Services->Database Pools
> Services->JMS Resources
> Applications->Web App WARs
> Applications->System modules
> Applications->Application EARs
> Applications->EJB JARs
> Applications->J2EE Connectors
> Applications->App Clients
> Security->Users and Groups
> Security->Keystores
> Security->Security Realms
> Embedded DB->DB Info
> Embedded DB->DB Manager

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


[jira] Commented: (GERONIMO-4025) Accessibility issues: No caption tag or summary property, no column and row scope property for data tables in admin console

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


    [ https://issues.apache.org/jira/browse/GERONIMO-4025?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12611408#action_12611408 ]

Donald Woods commented on GERONIMO-4025:
----------------------------------------

Applied GERONIMO-4025-DB.patch to trunk as r674680.
Made a small change to put the new stings in the resource bundles.
Please add any new portlet strings to the appropriate resource bundle in future patches.
Rex, thanks for the patch and keep them coming.



> Accessibility issues: No caption tag or summary property, no column and row scope property for data tables in admin console
> ---------------------------------------------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-4025
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4025
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues)
>          Components: console
>    Affects Versions: 2.1.1, 2.1.2, 2.1.x, 2.2
>         Environment: Windows XP SP2, IE 6.0
> JAWS 8.0
>            Reporter: Xia Ming
>             Fix For: 2.2
>
>         Attachments: GERONIMO-4025-DB.patch
>
>
> To enable accessibility feature for data tables in the admin console, these techniques should be used:
> 1. Add caption tag or summary property to data table, for example
> <table border="1" >
> <caption>Server information</caption>
> OR
> <table border="1" summary="Server information">
> 2. Add scope property to column and row headers, for example
> <tr>
> <th scope="col">Property name</th>
> <th scope="col">Property value</th>
> </tr>
> <tr>
> <td>Geronimo Version</td>
> <td>2.1.1</td>
> </tr>
> The data tables on these pages shall be improved:
> Server->Information
> Server->Java System Info
> server->Web Server
> Server->Thread Pools
> Server->JMS Server
> Server->Monitoring
> Services->Database Pools
> Services->JMS Resources
> Applications->Web App WARs
> Applications->System modules
> Applications->Application EARs
> Applications->EJB JARs
> Applications->J2EE Connectors
> Applications->App Clients
> Security->Users and Groups
> Security->Keystores
> Security->Security Realms
> Embedded DB->DB Info
> Embedded DB->DB Manager

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


[jira] Updated: (GERONIMO-4025) Accessibility issues: No caption tag or summary property, no column and row scope property for data tables in admin console

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


     [ https://issues.apache.org/jira/browse/GERONIMO-4025?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rex Wang updated GERONIMO-4025:
-------------------------------

    Attachment: GERONIMO-4025-activemq-and-monitoring.patch

The Patch "GERONIMO-4025-activemq-and-monitoring.patch" is for the files in
plugins\activemq\activemq-portlets\src\main\webapp\WEB-INF\view
&
plugins\monitoring\mconsole-war\src\main\webapp\WEB-INF\view.

Also modified the style of tables. Since there are a lot of place using the same style,  I add a css style in the main.css file and use it in the jsps.

For monitoringNormal.jsp, I notice that there is no resource bundle defined for this portlet, so I think we should open another jira for the globalization issues.



> Accessibility issues: No caption tag or summary property, no column and row scope property for data tables in admin console
> ---------------------------------------------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-4025
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4025
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues)
>          Components: console
>    Affects Versions: 2.1.1, 2.1.2, 2.1.x, 2.2
>         Environment: Windows XP SP2, IE 6.0
> JAWS 8.0
>            Reporter: Xia Ming
>             Fix For: 2.2
>
>         Attachments: GERONIMO-4025-activemq-and-monitoring.patch, GERONIMO-4025-DB.patch
>
>
> To enable accessibility feature for data tables in the admin console, these techniques should be used:
> 1. Add caption tag or summary property to data table, for example
> <table border="1" >
> <caption>Server information</caption>
> OR
> <table border="1" summary="Server information">
> 2. Add scope property to column and row headers, for example
> <tr>
> <th scope="col">Property name</th>
> <th scope="col">Property value</th>
> </tr>
> <tr>
> <td>Geronimo Version</td>
> <td>2.1.1</td>
> </tr>
> The data tables on these pages shall be improved:
> Server->Information
> Server->Java System Info
> server->Web Server
> Server->Thread Pools
> Server->JMS Server
> Server->Monitoring
> Services->Database Pools
> Services->JMS Resources
> Applications->Web App WARs
> Applications->System modules
> Applications->Application EARs
> Applications->EJB JARs
> Applications->J2EE Connectors
> Applications->App Clients
> Security->Users and Groups
> Security->Keystores
> Security->Security Realms
> Embedded DB->DB Info
> Embedded DB->DB Manager

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


[jira] Updated: (GERONIMO-4025) Accessibility issues: No caption tag or summary property, no column and row scope property for data tables in admin console

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


     [ https://issues.apache.org/jira/browse/GERONIMO-4025?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rex Wang updated GERONIMO-4025:
-------------------------------

    Attachment: GERONIMO-4025-DB-Properties_zh.patch

The patch "GERONIMO-4025-DB-Properties_zh.patch" modified the file
"plugins\system-database\sysdb-portlets\src\main\resources\systemdatabase_zh.properties".

It provides the unicode of the chinese characters that represent "item" and "value".

Thank you very much for reminding me, Donald.

Rex

> Accessibility issues: No caption tag or summary property, no column and row scope property for data tables in admin console
> ---------------------------------------------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-4025
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4025
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues)
>          Components: console
>    Affects Versions: 2.1.1, 2.1.2, 2.1.x, 2.2
>         Environment: Windows XP SP2, IE 6.0
> JAWS 8.0
>            Reporter: Xia Ming
>             Fix For: 2.2
>
>         Attachments: GERONIMO-4025-activemq-and-monitoring.patch, GERONIMO-4025-DB-Properties_zh.patch, GERONIMO-4025-DB.patch
>
>
> To enable accessibility feature for data tables in the admin console, these techniques should be used:
> 1. Add caption tag or summary property to data table, for example
> <table border="1" >
> <caption>Server information</caption>
> OR
> <table border="1" summary="Server information">
> 2. Add scope property to column and row headers, for example
> <tr>
> <th scope="col">Property name</th>
> <th scope="col">Property value</th>
> </tr>
> <tr>
> <td>Geronimo Version</td>
> <td>2.1.1</td>
> </tr>
> The data tables on these pages shall be improved:
> Server->Information
> Server->Java System Info
> server->Web Server
> Server->Thread Pools
> Server->JMS Server
> Server->Monitoring
> Services->Database Pools
> Services->JMS Resources
> Applications->Web App WARs
> Applications->System modules
> Applications->Application EARs
> Applications->EJB JARs
> Applications->J2EE Connectors
> Applications->App Clients
> Security->Users and Groups
> Security->Keystores
> Security->Security Realms
> Embedded DB->DB Info
> Embedded DB->DB Manager

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


[jira] Issue Comment Edited: (GERONIMO-4025) Accessibility issues: No caption tag or summary property, no column and row scope property for data tables in admin console

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


    [ https://issues.apache.org/jira/browse/GERONIMO-4025?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12611633#action_12611633 ]

rwonly edited comment on GERONIMO-4025 at 7/8/08 8:01 AM:
------------------------------------------------------------

The patch "GERONIMO-4025-DB-Properties_zh.patch" modified the file
"plugins\system-database\sysdb-portlets\src\main\resources\systemdatabase_zh.properties".

It provides the GBK code of the chinese characters that represent "item" and "value".

Thank you very much for reminding me, Donald.

Rex

      was (Author: rwonly):
    The patch "GERONIMO-4025-DB-Properties_zh.patch" modified the file
"plugins\system-database\sysdb-portlets\src\main\resources\systemdatabase_zh.properties".

It provides the unicode of the chinese characters that represent "item" and "value".

Thank you very much for reminding me, Donald.

Rex
 

> Accessibility issues: No caption tag or summary property, no column and row scope property for data tables in admin console
> ---------------------------------------------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-4025
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4025
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues)
>          Components: console
>    Affects Versions: 2.1.1, 2.1.2, 2.1.x, 2.2
>         Environment: Windows XP SP2, IE 6.0
> JAWS 8.0
>            Reporter: Xia Ming
>             Fix For: 2.2
>
>         Attachments: GERONIMO-4025-activemq-and-monitoring.patch, GERONIMO-4025-DB-Properties_zh.patch, GERONIMO-4025-DB.patch
>
>
> To enable accessibility feature for data tables in the admin console, these techniques should be used:
> 1. Add caption tag or summary property to data table, for example
> <table border="1" >
> <caption>Server information</caption>
> OR
> <table border="1" summary="Server information">
> 2. Add scope property to column and row headers, for example
> <tr>
> <th scope="col">Property name</th>
> <th scope="col">Property value</th>
> </tr>
> <tr>
> <td>Geronimo Version</td>
> <td>2.1.1</td>
> </tr>
> The data tables on these pages shall be improved:
> Server->Information
> Server->Java System Info
> server->Web Server
> Server->Thread Pools
> Server->JMS Server
> Server->Monitoring
> Services->Database Pools
> Services->JMS Resources
> Applications->Web App WARs
> Applications->System modules
> Applications->Application EARs
> Applications->EJB JARs
> Applications->J2EE Connectors
> Applications->App Clients
> Security->Users and Groups
> Security->Keystores
> Security->Security Realms
> Embedded DB->DB Info
> Embedded DB->DB Manager

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


[jira] Commented: (GERONIMO-4025) Accessibility issues: No caption tag or summary property, no column and row scope property for data tables in admin console

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


    [ https://issues.apache.org/jira/browse/GERONIMO-4025?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12611694#action_12611694 ]

Donald Woods commented on GERONIMO-4025:
----------------------------------------

Applied GERONIMO-4025-DB-Properties_zh.patch as r674884 in trunk (2.2-SNAPSHOT)

> Accessibility issues: No caption tag or summary property, no column and row scope property for data tables in admin console
> ---------------------------------------------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-4025
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4025
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues)
>          Components: console
>    Affects Versions: 2.1.1, 2.1.2, 2.1.x, 2.2
>         Environment: Windows XP SP2, IE 6.0
> JAWS 8.0
>            Reporter: Xia Ming
>             Fix For: 2.2
>
>         Attachments: GERONIMO-4025-activemq-and-monitoring.patch, GERONIMO-4025-DB-Properties_zh.patch, GERONIMO-4025-DB.patch
>
>
> To enable accessibility feature for data tables in the admin console, these techniques should be used:
> 1. Add caption tag or summary property to data table, for example
> <table border="1" >
> <caption>Server information</caption>
> OR
> <table border="1" summary="Server information">
> 2. Add scope property to column and row headers, for example
> <tr>
> <th scope="col">Property name</th>
> <th scope="col">Property value</th>
> </tr>
> <tr>
> <td>Geronimo Version</td>
> <td>2.1.1</td>
> </tr>
> The data tables on these pages shall be improved:
> Server->Information
> Server->Java System Info
> server->Web Server
> Server->Thread Pools
> Server->JMS Server
> Server->Monitoring
> Services->Database Pools
> Services->JMS Resources
> Applications->Web App WARs
> Applications->System modules
> Applications->Application EARs
> Applications->EJB JARs
> Applications->J2EE Connectors
> Applications->App Clients
> Security->Users and Groups
> Security->Keystores
> Security->Security Realms
> Embedded DB->DB Info
> Embedded DB->DB Manager

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


[jira] Commented: (GERONIMO-4025) Accessibility issues: No caption tag or summary property, no column and row scope property for data tables in admin console

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


    [ https://issues.apache.org/jira/browse/GERONIMO-4025?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12611697#action_12611697 ]

Donald Woods commented on GERONIMO-4025:
----------------------------------------

Applied GERONIMO-4025-activemq-and-monitoring.patch as r674888 in trunk (2.2-SNAPSHOT)



> Accessibility issues: No caption tag or summary property, no column and row scope property for data tables in admin console
> ---------------------------------------------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-4025
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4025
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues)
>          Components: console
>    Affects Versions: 2.1.1, 2.1.2, 2.1.x, 2.2
>         Environment: Windows XP SP2, IE 6.0
> JAWS 8.0
>            Reporter: Xia Ming
>             Fix For: 2.2
>
>         Attachments: GERONIMO-4025-activemq-and-monitoring.patch, GERONIMO-4025-DB-Properties_zh.patch, GERONIMO-4025-DB.patch
>
>
> To enable accessibility feature for data tables in the admin console, these techniques should be used:
> 1. Add caption tag or summary property to data table, for example
> <table border="1" >
> <caption>Server information</caption>
> OR
> <table border="1" summary="Server information">
> 2. Add scope property to column and row headers, for example
> <tr>
> <th scope="col">Property name</th>
> <th scope="col">Property value</th>
> </tr>
> <tr>
> <td>Geronimo Version</td>
> <td>2.1.1</td>
> </tr>
> The data tables on these pages shall be improved:
> Server->Information
> Server->Java System Info
> server->Web Server
> Server->Thread Pools
> Server->JMS Server
> Server->Monitoring
> Services->Database Pools
> Services->JMS Resources
> Applications->Web App WARs
> Applications->System modules
> Applications->Application EARs
> Applications->EJB JARs
> Applications->J2EE Connectors
> Applications->App Clients
> Security->Users and Groups
> Security->Keystores
> Security->Security Realms
> Embedded DB->DB Info
> Embedded DB->DB Manager

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


[jira] Updated: (GERONIMO-4025) Accessibility issues: No caption tag or summary property, no column and row scope property for data tables in admin console

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


     [ https://issues.apache.org/jira/browse/GERONIMO-4025?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rex Wang updated GERONIMO-4025:
-------------------------------

    Attachment: GERONIMO-4025-configmanager-and-infomanager.patch

The "GERONIMO-4025-configmanager-and-infomanager.patch" modified the files in the
"plugins\console\console-base-portlets\src\main\webapp\WEB-INF\view", and also added the related words in resource bundle.



> Accessibility issues: No caption tag or summary property, no column and row scope property for data tables in admin console
> ---------------------------------------------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-4025
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4025
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues)
>          Components: console
>    Affects Versions: 2.1.1, 2.1.2, 2.1.x, 2.2
>         Environment: Windows XP SP2, IE 6.0
> JAWS 8.0
>            Reporter: Xia Ming
>             Fix For: 2.2
>
>         Attachments: GERONIMO-4025-activemq-and-monitoring.patch, GERONIMO-4025-configmanager-and-infomanager.patch, GERONIMO-4025-DB-Properties_zh.patch, GERONIMO-4025-DB.patch
>
>
> To enable accessibility feature for data tables in the admin console, these techniques should be used:
> 1. Add caption tag or summary property to data table, for example
> <table border="1" >
> <caption>Server information</caption>
> OR
> <table border="1" summary="Server information">
> 2. Add scope property to column and row headers, for example
> <tr>
> <th scope="col">Property name</th>
> <th scope="col">Property value</th>
> </tr>
> <tr>
> <td>Geronimo Version</td>
> <td>2.1.1</td>
> </tr>
> The data tables on these pages shall be improved:
> Server->Information
> Server->Java System Info
> server->Web Server
> Server->Thread Pools
> Server->JMS Server
> Server->Monitoring
> Services->Database Pools
> Services->JMS Resources
> Applications->Web App WARs
> Applications->System modules
> Applications->Application EARs
> Applications->EJB JARs
> Applications->J2EE Connectors
> Applications->App Clients
> Security->Users and Groups
> Security->Keystores
> Security->Security Realms
> Embedded DB->DB Info
> Embedded DB->DB Manager

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


[jira] Updated: (GERONIMO-4025) Accessibility issues: No caption tag or summary property, no column and row scope property for data tables in admin console

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


     [ https://issues.apache.org/jira/browse/GERONIMO-4025?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rex Wang updated GERONIMO-4025:
-------------------------------

    Attachment: GERONIMO-4025-DB-style.patch

Since I added the style "TableLine" in the css file, the "GERONIMO-4025-DB-style.patch" changed the redundant style code of the db portlets.

> Accessibility issues: No caption tag or summary property, no column and row scope property for data tables in admin console
> ---------------------------------------------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-4025
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4025
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues)
>          Components: console
>    Affects Versions: 2.1.1, 2.1.2, 2.1.x, 2.2
>         Environment: Windows XP SP2, IE 6.0
> JAWS 8.0
>            Reporter: Xia Ming
>             Fix For: 2.2
>
>         Attachments: GERONIMO-4025-activemq-and-monitoring.patch, GERONIMO-4025-configmanager-and-infomanager.patch, GERONIMO-4025-DB-Properties_zh.patch, GERONIMO-4025-DB-style.patch, GERONIMO-4025-DB.patch
>
>
> To enable accessibility feature for data tables in the admin console, these techniques should be used:
> 1. Add caption tag or summary property to data table, for example
> <table border="1" >
> <caption>Server information</caption>
> OR
> <table border="1" summary="Server information">
> 2. Add scope property to column and row headers, for example
> <tr>
> <th scope="col">Property name</th>
> <th scope="col">Property value</th>
> </tr>
> <tr>
> <td>Geronimo Version</td>
> <td>2.1.1</td>
> </tr>
> The data tables on these pages shall be improved:
> Server->Information
> Server->Java System Info
> server->Web Server
> Server->Thread Pools
> Server->JMS Server
> Server->Monitoring
> Services->Database Pools
> Services->JMS Resources
> Applications->Web App WARs
> Applications->System modules
> Applications->Application EARs
> Applications->EJB JARs
> Applications->J2EE Connectors
> Applications->App Clients
> Security->Users and Groups
> Security->Keystores
> Security->Security Realms
> Embedded DB->DB Info
> Embedded DB->DB Manager

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


[jira] Updated: (GERONIMO-4025) Accessibility issues: No caption tag or summary property, no column and row scope property for data tables in admin console

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


     [ https://issues.apache.org/jira/browse/GERONIMO-4025?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rex Wang updated GERONIMO-4025:
-------------------------------

    Attachment: GERONIMO-4025-console.patch

The GERONIMO-4025-console.patch is the last one for this jira.

> Accessibility issues: No caption tag or summary property, no column and row scope property for data tables in admin console
> ---------------------------------------------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-4025
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4025
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues)
>          Components: console
>    Affects Versions: 2.1.1, 2.1.2, 2.1.x, 2.2
>         Environment: Windows XP SP2, IE 6.0
> JAWS 8.0
>            Reporter: Xia Ming
>             Fix For: 2.2
>
>         Attachments: GERONIMO-4025-activemq-and-monitoring.patch, GERONIMO-4025-configmanager-and-infomanager.patch, GERONIMO-4025-console.patch, GERONIMO-4025-DB-Properties_zh.patch, GERONIMO-4025-DB-style.patch, GERONIMO-4025-DB.patch
>
>
> To enable accessibility feature for data tables in the admin console, these techniques should be used:
> 1. Add caption tag or summary property to data table, for example
> <table border="1" >
> <caption>Server information</caption>
> OR
> <table border="1" summary="Server information">
> 2. Add scope property to column and row headers, for example
> <tr>
> <th scope="col">Property name</th>
> <th scope="col">Property value</th>
> </tr>
> <tr>
> <td>Geronimo Version</td>
> <td>2.1.1</td>
> </tr>
> The data tables on these pages shall be improved:
> Server->Information
> Server->Java System Info
> server->Web Server
> Server->Thread Pools
> Server->JMS Server
> Server->Monitoring
> Services->Database Pools
> Services->JMS Resources
> Applications->Web App WARs
> Applications->System modules
> Applications->Application EARs
> Applications->EJB JARs
> Applications->J2EE Connectors
> Applications->App Clients
> Security->Users and Groups
> Security->Keystores
> Security->Security Realms
> Embedded DB->DB Info
> Embedded DB->DB Manager

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


[jira] Assigned: (GERONIMO-4025) Accessibility issues: No caption tag or summary property, no column and row scope property for data tables in admin console

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


     [ https://issues.apache.org/jira/browse/GERONIMO-4025?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Donald Woods reassigned GERONIMO-4025:
--------------------------------------

    Assignee: Donald Woods

> Accessibility issues: No caption tag or summary property, no column and row scope property for data tables in admin console
> ---------------------------------------------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-4025
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4025
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues)
>          Components: console
>    Affects Versions: 2.1.1, 2.1.2, 2.1.x, 2.2
>         Environment: Windows XP SP2, IE 6.0
> JAWS 8.0
>            Reporter: Forrest Xia
>            Assignee: Donald Woods
>             Fix For: 2.2
>
>         Attachments: GERONIMO-4025-activemq-and-monitoring.patch, GERONIMO-4025-configmanager-and-infomanager.patch, GERONIMO-4025-console.patch, GERONIMO-4025-DB-Properties_zh.patch, GERONIMO-4025-DB-style.patch, GERONIMO-4025-DB.patch
>
>
> To enable accessibility feature for data tables in the admin console, these techniques should be used:
> 1. Add caption tag or summary property to data table, for example
> <table border="1" >
> <caption>Server information</caption>
> OR
> <table border="1" summary="Server information">
> 2. Add scope property to column and row headers, for example
> <tr>
> <th scope="col">Property name</th>
> <th scope="col">Property value</th>
> </tr>
> <tr>
> <td>Geronimo Version</td>
> <td>2.1.1</td>
> </tr>
> The data tables on these pages shall be improved:
> Server->Information
> Server->Java System Info
> server->Web Server
> Server->Thread Pools
> Server->JMS Server
> Server->Monitoring
> Services->Database Pools
> Services->JMS Resources
> Applications->Web App WARs
> Applications->System modules
> Applications->Application EARs
> Applications->EJB JARs
> Applications->J2EE Connectors
> Applications->App Clients
> Security->Users and Groups
> Security->Keystores
> Security->Security Realms
> Embedded DB->DB Info
> Embedded DB->DB Manager

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


[jira] Commented: (GERONIMO-4025) Accessibility issues: No caption tag or summary property, no column and row scope property for data tables in admin console

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


    [ https://issues.apache.org/jira/browse/GERONIMO-4025?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12661215#action_12661215 ]

Donald Woods commented on GERONIMO-4025:
----------------------------------------

GERONIMO-4025-configmanager-and-infomanager.patch applied to trunk as Rev732011

> Accessibility issues: No caption tag or summary property, no column and row scope property for data tables in admin console
> ---------------------------------------------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-4025
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4025
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues)
>          Components: console
>    Affects Versions: 2.1.1, 2.1.2, 2.1.x, 2.2
>         Environment: Windows XP SP2, IE 6.0
> JAWS 8.0
>            Reporter: Forrest Xia
>            Assignee: Donald Woods
>             Fix For: 2.2
>
>         Attachments: GERONIMO-4025-activemq-and-monitoring.patch, GERONIMO-4025-configmanager-and-infomanager.patch, GERONIMO-4025-console.patch, GERONIMO-4025-DB-Properties_zh.patch, GERONIMO-4025-DB-style.patch, GERONIMO-4025-DB.patch
>
>
> To enable accessibility feature for data tables in the admin console, these techniques should be used:
> 1. Add caption tag or summary property to data table, for example
> <table border="1" >
> <caption>Server information</caption>
> OR
> <table border="1" summary="Server information">
> 2. Add scope property to column and row headers, for example
> <tr>
> <th scope="col">Property name</th>
> <th scope="col">Property value</th>
> </tr>
> <tr>
> <td>Geronimo Version</td>
> <td>2.1.1</td>
> </tr>
> The data tables on these pages shall be improved:
> Server->Information
> Server->Java System Info
> server->Web Server
> Server->Thread Pools
> Server->JMS Server
> Server->Monitoring
> Services->Database Pools
> Services->JMS Resources
> Applications->Web App WARs
> Applications->System modules
> Applications->Application EARs
> Applications->EJB JARs
> Applications->J2EE Connectors
> Applications->App Clients
> Security->Users and Groups
> Security->Keystores
> Security->Security Realms
> Embedded DB->DB Info
> Embedded DB->DB Manager

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


[jira] Commented: (GERONIMO-4025) Accessibility issues: No caption tag or summary property, no column and row scope property for data tables in admin console

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


    [ https://issues.apache.org/jira/browse/GERONIMO-4025?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12661216#action_12661216 ]

Donald Woods commented on GERONIMO-4025:
----------------------------------------

applied GERONIMO-4025-DB-style.patch to trunk as Rev732012

> Accessibility issues: No caption tag or summary property, no column and row scope property for data tables in admin console
> ---------------------------------------------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-4025
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4025
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues)
>          Components: console
>    Affects Versions: 2.1.1, 2.1.2, 2.1.x, 2.2
>         Environment: Windows XP SP2, IE 6.0
> JAWS 8.0
>            Reporter: Forrest Xia
>            Assignee: Donald Woods
>             Fix For: 2.2
>
>         Attachments: GERONIMO-4025-activemq-and-monitoring.patch, GERONIMO-4025-configmanager-and-infomanager.patch, GERONIMO-4025-console.patch, GERONIMO-4025-DB-Properties_zh.patch, GERONIMO-4025-DB-style.patch, GERONIMO-4025-DB.patch
>
>
> To enable accessibility feature for data tables in the admin console, these techniques should be used:
> 1. Add caption tag or summary property to data table, for example
> <table border="1" >
> <caption>Server information</caption>
> OR
> <table border="1" summary="Server information">
> 2. Add scope property to column and row headers, for example
> <tr>
> <th scope="col">Property name</th>
> <th scope="col">Property value</th>
> </tr>
> <tr>
> <td>Geronimo Version</td>
> <td>2.1.1</td>
> </tr>
> The data tables on these pages shall be improved:
> Server->Information
> Server->Java System Info
> server->Web Server
> Server->Thread Pools
> Server->JMS Server
> Server->Monitoring
> Services->Database Pools
> Services->JMS Resources
> Applications->Web App WARs
> Applications->System modules
> Applications->Application EARs
> Applications->EJB JARs
> Applications->J2EE Connectors
> Applications->App Clients
> Security->Users and Groups
> Security->Keystores
> Security->Security Realms
> Embedded DB->DB Info
> Embedded DB->DB Manager

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


[jira] Commented: (GERONIMO-4025) Accessibility issues: No caption tag or summary property, no column and row scope property for data tables in admin console

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


    [ https://issues.apache.org/jira/browse/GERONIMO-4025?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12661218#action_12661218 ]

Donald Woods commented on GERONIMO-4025:
----------------------------------------

applied GERONIMO-4025-console.patch to trunk as Rev732019

> Accessibility issues: No caption tag or summary property, no column and row scope property for data tables in admin console
> ---------------------------------------------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-4025
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4025
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues)
>          Components: console
>    Affects Versions: 2.1.1, 2.1.2, 2.1.x, 2.2
>         Environment: Windows XP SP2, IE 6.0
> JAWS 8.0
>            Reporter: Forrest Xia
>            Assignee: Donald Woods
>             Fix For: 2.2
>
>         Attachments: GERONIMO-4025-activemq-and-monitoring.patch, GERONIMO-4025-configmanager-and-infomanager.patch, GERONIMO-4025-console.patch, GERONIMO-4025-DB-Properties_zh.patch, GERONIMO-4025-DB-style.patch, GERONIMO-4025-DB.patch
>
>
> To enable accessibility feature for data tables in the admin console, these techniques should be used:
> 1. Add caption tag or summary property to data table, for example
> <table border="1" >
> <caption>Server information</caption>
> OR
> <table border="1" summary="Server information">
> 2. Add scope property to column and row headers, for example
> <tr>
> <th scope="col">Property name</th>
> <th scope="col">Property value</th>
> </tr>
> <tr>
> <td>Geronimo Version</td>
> <td>2.1.1</td>
> </tr>
> The data tables on these pages shall be improved:
> Server->Information
> Server->Java System Info
> server->Web Server
> Server->Thread Pools
> Server->JMS Server
> Server->Monitoring
> Services->Database Pools
> Services->JMS Resources
> Applications->Web App WARs
> Applications->System modules
> Applications->Application EARs
> Applications->EJB JARs
> Applications->J2EE Connectors
> Applications->App Clients
> Security->Users and Groups
> Security->Keystores
> Security->Security Realms
> Embedded DB->DB Info
> Embedded DB->DB Manager

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


[jira] Resolved: (GERONIMO-4025) Accessibility issues: No caption tag or summary property, no column and row scope property for data tables in admin console

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


     [ https://issues.apache.org/jira/browse/GERONIMO-4025?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Donald Woods resolved GERONIMO-4025.
------------------------------------

    Resolution: Fixed

All patches applied.  Forrest/Rex, please verify there are no additional JAWS failures and then close this JIRA.  Thanks.

> Accessibility issues: No caption tag or summary property, no column and row scope property for data tables in admin console
> ---------------------------------------------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-4025
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4025
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues)
>          Components: console
>    Affects Versions: 2.1.1, 2.1.2, 2.1.x, 2.2
>         Environment: Windows XP SP2, IE 6.0
> JAWS 8.0
>            Reporter: Forrest Xia
>            Assignee: Donald Woods
>             Fix For: 2.2
>
>         Attachments: GERONIMO-4025-activemq-and-monitoring.patch, GERONIMO-4025-configmanager-and-infomanager.patch, GERONIMO-4025-console.patch, GERONIMO-4025-DB-Properties_zh.patch, GERONIMO-4025-DB-style.patch, GERONIMO-4025-DB.patch
>
>
> To enable accessibility feature for data tables in the admin console, these techniques should be used:
> 1. Add caption tag or summary property to data table, for example
> <table border="1" >
> <caption>Server information</caption>
> OR
> <table border="1" summary="Server information">
> 2. Add scope property to column and row headers, for example
> <tr>
> <th scope="col">Property name</th>
> <th scope="col">Property value</th>
> </tr>
> <tr>
> <td>Geronimo Version</td>
> <td>2.1.1</td>
> </tr>
> The data tables on these pages shall be improved:
> Server->Information
> Server->Java System Info
> server->Web Server
> Server->Thread Pools
> Server->JMS Server
> Server->Monitoring
> Services->Database Pools
> Services->JMS Resources
> Applications->Web App WARs
> Applications->System modules
> Applications->Application EARs
> Applications->EJB JARs
> Applications->J2EE Connectors
> Applications->App Clients
> Security->Users and Groups
> Security->Keystores
> Security->Security Realms
> Embedded DB->DB Info
> Embedded DB->DB Manager

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


[jira] Commented: (GERONIMO-4025) Accessibility issues: No caption tag or summary property, no column and row scope property for data tables in admin console

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


    [ https://issues.apache.org/jira/browse/GERONIMO-4025?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12729017#action_12729017 ]

Shiny Cheng commented on GERONIMO-4025:
---------------------------------------

I have checked the modified files according to the lists on svn commits. Most of the properties have been properly added, but a small portion still missed the scope attribute. I guess may be those are new added ones after Rex fixed them.  

Here is the list of files which miss some of the scope attribute.
/geronimo/server/trunk/plugins/activemq/activemq-portlets/src/main/webapp/WEB-INF/view/jmsmanager/server/normal.jsp
/geronimo/server/trunk/plugins/console/console-base-portlets/src/main/webapp/WEB-INF/view/webmanager/connector/normal.jsp
Please help me to verify them. Thanks.

> Accessibility issues: No caption tag or summary property, no column and row scope property for data tables in admin console
> ---------------------------------------------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-4025
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4025
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues)
>          Components: console
>    Affects Versions: 2.1.1, 2.1.2, 2.1.x, 2.2
>         Environment: Windows XP SP2, IE 6.0
> JAWS 8.0
>            Reporter: Forrest Xia
>            Assignee: Donald Woods
>             Fix For: 2.2
>
>         Attachments: GERONIMO-4025-activemq-and-monitoring.patch, GERONIMO-4025-configmanager-and-infomanager.patch, GERONIMO-4025-console.patch, GERONIMO-4025-DB-Properties_zh.patch, GERONIMO-4025-DB-style.patch, GERONIMO-4025-DB.patch
>
>
> To enable accessibility feature for data tables in the admin console, these techniques should be used:
> 1. Add caption tag or summary property to data table, for example
> <table border="1" >
> <caption>Server information</caption>
> OR
> <table border="1" summary="Server information">
> 2. Add scope property to column and row headers, for example
> <tr>
> <th scope="col">Property name</th>
> <th scope="col">Property value</th>
> </tr>
> <tr>
> <td>Geronimo Version</td>
> <td>2.1.1</td>
> </tr>
> The data tables on these pages shall be improved:
> Server->Information
> Server->Java System Info
> server->Web Server
> Server->Thread Pools
> Server->JMS Server
> Server->Monitoring
> Services->Database Pools
> Services->JMS Resources
> Applications->Web App WARs
> Applications->System modules
> Applications->Application EARs
> Applications->EJB JARs
> Applications->J2EE Connectors
> Applications->App Clients
> Security->Users and Groups
> Security->Keystores
> Security->Security Realms
> Embedded DB->DB Info
> Embedded DB->DB Manager

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


[jira] Assigned: (GERONIMO-4025) Accessibility issues: No caption tag or summary property, no column and row scope property for data tables in admin console

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


     [ https://issues.apache.org/jira/browse/GERONIMO-4025?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Donald Woods reassigned GERONIMO-4025:
--------------------------------------

    Assignee: Forrest Xia  (was: Donald Woods)

> Accessibility issues: No caption tag or summary property, no column and row scope property for data tables in admin console
> ---------------------------------------------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-4025
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4025
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues)
>          Components: console
>    Affects Versions: 2.1.1, 2.1.2, 2.1.x, 2.2
>         Environment: Windows XP SP2, IE 6.0
> JAWS 8.0
>            Reporter: Forrest Xia
>            Assignee: Forrest Xia
>             Fix For: 2.2
>
>         Attachments: GERONIMO-4025-activemq-and-monitoring.patch, GERONIMO-4025-configmanager-and-infomanager.patch, GERONIMO-4025-console.patch, GERONIMO-4025-DB-Properties_zh.patch, GERONIMO-4025-DB-style.patch, GERONIMO-4025-DB.patch
>
>
> To enable accessibility feature for data tables in the admin console, these techniques should be used:
> 1. Add caption tag or summary property to data table, for example
> <table border="1" >
> <caption>Server information</caption>
> OR
> <table border="1" summary="Server information">
> 2. Add scope property to column and row headers, for example
> <tr>
> <th scope="col">Property name</th>
> <th scope="col">Property value</th>
> </tr>
> <tr>
> <td>Geronimo Version</td>
> <td>2.1.1</td>
> </tr>
> The data tables on these pages shall be improved:
> Server->Information
> Server->Java System Info
> server->Web Server
> Server->Thread Pools
> Server->JMS Server
> Server->Monitoring
> Services->Database Pools
> Services->JMS Resources
> Applications->Web App WARs
> Applications->System modules
> Applications->Application EARs
> Applications->EJB JARs
> Applications->J2EE Connectors
> Applications->App Clients
> Security->Users and Groups
> Security->Keystores
> Security->Security Realms
> Embedded DB->DB Info
> Embedded DB->DB Manager

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