Details
-
Type: Improvement
-
Status: Closed
-
Priority: Trivial
-
Resolution: Fixed
-
Affects Version/s: 1.7DR#3
-
Component/s: ICE-Components
-
Labels:None
-
Environment:All
-
Support Case References:
Description
If scrollable is set to true for a datatable whose row count is small enough that a scrollbar is not needed, the gap on the right side of the data table should be removed. Attached is a screenshot comparison as well as a war file demonstrating the issue.
-
Hide
- dataTable-selector.war
- 3.41 MB
- Tyler Johnson
-
- META-INF/MANIFEST.MF 0.0 kB
- WEB-INF/classes/.../SortableList.class 1 kB
- WEB-INF/classes/.../TableBean$1.class 2 kB
- WEB-INF/.../TableBean$InventoryItem.class 2 kB
- WEB-INF/classes/.../sortable/TableBean.class 3 kB
- WEB-INF/faces-config.xml 0.8 kB
- WEB-INF/faces-config.xml.orig 0.3 kB
- WEB-INF/lib/backport-util-concurrent.jar 319 kB
- WEB-INF/lib/commons-beanutils.jar 184 kB
- WEB-INF/lib/commons-collections.jar 558 kB
- WEB-INF/lib/commons-digester.jar 140 kB
- WEB-INF/lib/commons-fileupload.jar 52 kB
- WEB-INF/lib/commons-logging.jar 52 kB
- WEB-INF/lib/icefaces-comps.jar 1.46 MB
- WEB-INF/lib/icefaces.jar 726 kB
- WEB-INF/.../krysalis-jCharts-1.0.0-alpha-1.jar 151 kB
- WEB-INF/web.xml 2 kB
- WEB-INF/web.xml.orig 0.8 kB
- index.jsp 0.2 kB
- sortableTable.jspx 3 kB
- xmlhttp/css/royale/css-images/add.gif 0.1 kB
- xmlhttp/css/.../css-images/arrow-ff-dis.gif 0.9 kB
- xmlhttp/css/.../css-images/arrow-ff.gif 0.2 kB
- xmlhttp/css/.../arrow-first-dis.gif 0.9 kB
- xmlhttp/css/.../css-images/arrow-first.gif 0.2 kB
- xmlhttp/css/.../css-images/arrow-fr.gif 0.3 kB
- xmlhttp/css/.../arrow-last-dis.gif 0.9 kB
- xmlhttp/css/.../css-images/arrow-last.gif 0.3 kB
- xmlhttp/css/.../arrow-next-dis.gif 0.9 kB
- xmlhttp/css/.../css-images/arrow-next.gif 0.2 kB
-
- gap_in_table.jpg
- 87 kB
-
- screenshot-1.jpg
- 188 kB
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Screenshot of testing the fix.
Note that a scrolling-enabled table is rendered differently than a scrolling-disabled table. Ideally, a scrolling-enabled table without a scrollbar should look exactly the same as a scrolling-disabled table. But since there is no way to tell for sure in advance whether a browser will eventually render a scrollbar or not, a scrolling-enabled table without the scrollbar still looks slightly different than a scrolling-disabled table.
Show
yip.ng
added a comment - Screenshot of testing the fix.
Note that a scrolling-enabled table is rendered differently than a scrolling-disabled table. Ideally, a scrolling-enabled table without a scrollbar should look exactly the same as a scrolling-disabled table. But since there is no way to tell for sure in advance whether a browser will eventually render a scrollbar or not, a scrolling-enabled table without the scrollbar still looks slightly different than a scrolling-disabled table.
Related to
ICE-2417.