ICEfaces
  1. ICEfaces
  2. ICE-7965

Sortable column header of the ice:datatable is not rendered properly when column clicked (Chrome only)

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 3.0.1
    • Fix Version/s: 3.1.0.BETA1, 3.1, EE-3.0.0.GA_P01
    • Component/s: ACE-Components
    • Labels:
      None
    • Environment:
      Tomcat 7, ICEfaces EE 3.0, Chrome 18.0.1025.142
    • Assignee Priority:
      P1

      Description

      This is similar to the one discussed here:

      http://jforum.icesoft.org/JForum/posts/list/20449.page


      The selected column is showing left alignment and underline instead of center alignment and no underline. This worked good in ICEFaces EE 1.8.2 and with ICEFaces EE 3.0.0, this is acting differently.

      We have verified this in FireBug,

      ICEFaces EE 1.8.2

      <th class="iceDatTblColHdr1 iceDatTblActvSrtHdr">
      <a id="j_id209:tableOrderId:j_id211" class="iceCmdSrtHdr" onfocus="setFocus(this.id);" onclick="var form=formOf(this);form['j_id209:_idcl'].value='j_id209:tableOrderId:j_id211';return iceSubmitPartial(form,this,event);" onblur="setFocus('');" href="javascript:;" style="">
      <span id="j_id209:tableOrderId:j_id212" class="iceOutTxt">
      <table>
      <tbody>
      <tr>
      <td>Claim Number</td>
      <td>
      <div class="iceCmdSrtHdrDesc" valign="middle"></div>
      </td>
      </tr>
      </tbody>
      </table>
      </span>
      </a>
      </th>



      ICEFaces EE 3.0.0

      <th class="iceDatTblColHdr1" scope="col">
      <a id="j_idt170:tableOrderId:j_idt173" class="iceCmdSrtHdr" onfocus="setFocus(this.id);" onclick="var form=formOf(this);form['j_idt170:j_idcl'].value='j_idt170:tableOrderId:j_idt173';iceSubmitPartial(form,this,event);form['j_idt170:j_idcl'].value='';return false;" onblur="setFocus('');" href="javascript:;" style="">
      <span id="j_idt170:tableOrderId:j_idt174" class="iceOutTxt">
      <table>
      <tbody>
      <tr>
      <td>Claim Number</td>
      <td>
      <div class="iceCmdSrtHdrDesc" valign="middle"></div>
      </td>
      </tr>
      </tbody>
      </table>
      </span>
      </a>
      </th>

        Activity

        Evgheni Sadovoi created issue -
        Hide
        Evgheni Sadovoi added a comment - - edited

        This can also be confirmed by comparing our showcase examples.

        Table Components > Auto-Sort Table:
        http://composite-component-showcase.icesoft.org/ee-composite-showcase/showcase.jsf

        VS

        ice:dataTable > Overview:
        http://icefaces-showcase.icesoft.org/showcase.jsf?grp=compatMenu&exp=dataTable

        Show
        Evgheni Sadovoi added a comment - - edited This can also be confirmed by comparing our showcase examples. Table Components > Auto-Sort Table: http://composite-component-showcase.icesoft.org/ee-composite-showcase/showcase.jsf VS ice:dataTable > Overview: http://icefaces-showcase.icesoft.org/showcase.jsf?grp=compatMenu&exp=dataTable
        Evgheni Sadovoi made changes -
        Field Original Value New Value
        Summary CommandSortHeader not redering iceDatTblActvSrtHdr when column clicked - ICEFaces EE 3.0.0 Sortable column header of the ice:datatable is not rendered properly when column clicked
        Salesforce Case [5007000000LG9Xj]
        Evgheni Sadovoi made changes -
        Assignee Ken Fyten [ ken.fyten ]
        Ken Fyten made changes -
        Fix Version/s 3.1 [ 10312 ]
        Assignee Priority P1
        Affects Version/s 3.0.1 [ 10282 ]
        Affects Version/s EE-3.0.0.GA [ 10262 ]
        Assignee Ken Fyten [ ken.fyten ] Adnan Durrani [ adnan.durrani ]
        Ken Fyten made changes -
        Fix Version/s EE-3.0.0.GA_P01 [ 10327 ]
        Adnan Durrani made changes -
        Status Open [ 1 ] In Progress [ 3 ]
        Adnan Durrani made changes -
        Assignee Adnan Durrani [ adnan.durrani ] Ken Fyten [ ken.fyten ]
        Hide
        Evgheni Sadovoi added a comment - - edited

        This seems like only reproducible if you open my links in Chrome.

        Show
        Evgheni Sadovoi added a comment - - edited This seems like only reproducible if you open my links in Chrome.
        Evgheni Sadovoi made changes -
        Environment Tomcat 7, ICEfaces EE 3.0 Tomcat 7, ICEfaces EE 3.0, Chrome 18.0.1025.142
        Ken Fyten made changes -
        Assignee Ken Fyten [ ken.fyten ] Adnan Durrani [ adnan.durrani ]
        Ken Fyten made changes -
        Summary Sortable column header of the ice:datatable is not rendered properly when column clicked Sortable column header of the ice:datatable is not rendered properly when column clicked (Chrome only)
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #28677 Wed Apr 11 00:21:49 MDT 2012 adnan.durrani Fix for ICE-7965 (Sortable column header of the ice:datatable is not rendered properly when column clicked (Chrome only))
        Files Changed
        Commit graph MODIFY /icefaces3/trunk/icefaces/compat/components/src/main/java/com/icesoft/faces/component/ext/renderkit/TableRenderer.java
        Adnan Durrani made changes -
        Status In Progress [ 3 ] Open [ 1 ]
        Adnan Durrani made changes -
        Status Open [ 1 ] In Progress [ 3 ]
        Hide
        Adnan Durrani added a comment -

        Command: Commit
        Modified: D:\work\development\head\svn\ossrepo\icefaces3\trunk\icefaces\compat\components\src\main\java\com\icesoft\faces\component\ext\renderkit\TableRenderer.java
        Sending content: D:\work\development\head\svn\ossrepo\icefaces3\trunk\icefaces\compat\components\src\main\java\com\icesoft\faces\component\ext\renderkit\TableRenderer.java
        Completed: At revision: 28677

        Show
        Adnan Durrani added a comment - Command: Commit Modified: D:\work\development\head\svn\ossrepo\icefaces3\trunk\icefaces\compat\components\src\main\java\com\icesoft\faces\component\ext\renderkit\TableRenderer.java Sending content: D:\work\development\head\svn\ossrepo\icefaces3\trunk\icefaces\compat\components\src\main\java\com\icesoft\faces\component\ext\renderkit\TableRenderer.java Completed: At revision: 28677
        Adnan Durrani made changes -
        Status In Progress [ 3 ] Resolved [ 5 ]
        Resolution Fixed [ 1 ]
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #28764 Wed Apr 18 22:36:57 MDT 2012 adnan.durrani Fix for ICE-7965 (Sortable column header of the ice:datatable is not rendered properly when column clicked (Chrome only)) TO EE
        Files Changed
        Commit graph MODIFY /icefaces3/branches/icefaces-3.0.x-maintenance/icefaces/compat/components/src/main/java/com/icesoft/faces/component/ext/renderkit/TableRenderer.java
        Hide
        Adnan Durrani added a comment -

        Command: Commit
        Modified: D:\work\development\head\svn\ossrepo\icefaces3\branches\icefaces-3.0.x-maintenance\icefaces\compat\components\src\main\java\com\icesoft\faces\component\ext\renderkit\TableRenderer.java
        Sending content: D:\work\development\head\svn\ossrepo\icefaces3\branches\icefaces-3.0.x-maintenance\icefaces\compat\components\src\main\java\com\icesoft\faces\component\ext\renderkit\TableRenderer.java
        Completed: At revision: 28764

        Show
        Adnan Durrani added a comment - Command: Commit Modified: D:\work\development\head\svn\ossrepo\icefaces3\branches\icefaces-3.0.x-maintenance\icefaces\compat\components\src\main\java\com\icesoft\faces\component\ext\renderkit\TableRenderer.java Sending content: D:\work\development\head\svn\ossrepo\icefaces3\branches\icefaces-3.0.x-maintenance\icefaces\compat\components\src\main\java\com\icesoft\faces\component\ext\renderkit\TableRenderer.java Completed: At revision: 28764
        Evgheni Sadovoi made changes -
        Salesforce Case [5007000000LG9Xj] [5007000000LG9Xj, 5007000000LHty6]
        Ken Fyten made changes -
        Fix Version/s 3.1.0.BETA1 [ 10335 ]
        Ken Fyten made changes -
        Status Resolved [ 5 ] Closed [ 6 ]

          People

          • Assignee:
            Adnan Durrani
            Reporter:
            Evgheni Sadovoi
          • Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: