[richfaces-issues] [JBoss JIRA] (RF-12470) Extended DataTable Scrollbar Disappears When Resizing Columns

RH Bugzilla Integration (JIRA) jira-events at lists.jboss.org
Fri Nov 9 08:21:18 EST 2012


    [ https://issues.jboss.org/browse/RF-12470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12733066#comment-12733066 ] 

RH Bugzilla Integration commented on RF-12470:
----------------------------------------------

Pavol Pitonak <ppitonak at redhat.com> changed the Status of [bug 871803|https://bugzilla.redhat.com/show_bug.cgi?id=871803] from ON_QA to VERIFIED
                
> Extended DataTable Scrollbar Disappears When Resizing Columns
> -------------------------------------------------------------
>
>                 Key: RF-12470
>                 URL: https://issues.jboss.org/browse/RF-12470
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: component-tables
>    Affects Versions: 4.2.2.Final
>            Reporter: Jeff Smith
>            Assignee: Michał Wojciechowski
>
> Having issue with extended data table horizontal scroll bar disappearing when resizing columns.  When researching the issue further in the extendedDataTable.js, I found that the scrollable element style display property was being set to NONE instead of BLOCK when a column was resized.  My work around was to call the updateLayout function and set the scrollable element style display property to block.  This has seemed to work thus far. 
> {code}
> document.onmouseup = function(e) {
>     #{rich:component('EDT_NAME')}.updateLayout();
>     #{rich:component('EDT_NAME')}.scrollElement.style.display = "block";
> }
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the richfaces-issues mailing list