[
https://issues.apache.org/jira/browse/TRINIDAD-1107?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12829652#action_12829652
]
Cedric Durmont commented on TRINIDAD-1107:
------------------------------------------
Okay, second attempt !
I have rewritten a good part of the scrolling code. The approach is cleaner now
(still not what I would call a perfectly clean approach, but it does the job).
There is no iframes anymore, and the header and data of a scrollable table are
in 2 different tables.
A bit of javascript synchronizes the column widths between the 2 tables.
tested this time on :
- IE 6 & 8
- firefox 3.6
- chrome 5
- opera 10.something
... all on windows machines
> tr:table - scrolling of content
> -------------------------------
>
> Key: TRINIDAD-1107
> URL: https://issues.apache.org/jira/browse/TRINIDAD-1107
> Project: MyFaces Trinidad
> Issue Type: Improvement
> Components: Components
> Reporter: Gerhard Petracek
> Attachments: patch.txt, scrolltable-patch2.txt
>
>
> if a table is too long and it comes to page scrollbars, you cannot see the
> header all the time (e.g. after scrolling to the bottom of the table).
> so we need a scrollbar for the table body.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.