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

        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
        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.
        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
        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

          People

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

            Dates

            • Created:
              Updated:
              Resolved: