Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: EE-3.3.0.GA_P01, 4.0.BETA
-
Fix Version/s: 4.0.BETA, EE-3.3.0.GA_P02, 4.0
-
Component/s: ACE-Components
-
Labels:None
-
Environment:ICEfaces3 trunk revision# 37274
-
Assignee Priority:P2
Description
The page scrolls to the top when
1) Pinning/Unpinning
2) Changing dataTable state via the tableConfigPanel
Both issues can be easily reproduced in Showcase if making the window smaller so that the page has a scroll bar, and then performing one of the actions.
1) Pinning/Unpinning
2) Changing dataTable state via the tableConfigPanel
Both issues can be easily reproduced in Showcase if making the window smaller so that the page has a scroll bar, and then performing one of the actions.
Activity
| Field | Original Value | New Value |
|---|---|---|
| Assignee | Nils Lundquist [ nils.lundquist ] |
| Fix Version/s | 3.4 [ 10770 ] | |
| Assignee Priority | P2 [ 10011 ] |
| Summary | ace:dataTable > Pinning/Unpinning causes page to scroll to top | ace:dataTable > Pinning & TableConfig features cause page to scroll to top |
| Description |
When pinning/unpinning a dataTable column the page scrolls up to the top.
To reproduce: 1) Build / deploy test app located at: http://server.ice:8888/svn/repo/qa/trunk/Regression-Icefaces2/Sparkle/Nightly/dataTable 2) Navigate to DataTable Ajax test 3) Scroll down to the pin/unpin event test 4) Pin a column (Page scrolls to top) |
The page scrolls to the top when
1) Pinning/Unpinning 2) Changing values via the tableConfigPanel Both issues can be easily reproduced in Showcase if making the window smaller so that the page has a scroll bar, and then performing one of the actions. |
| Comment | [ A comment with security level 'icesoft-internal-developers' was removed. ] |
| Description |
The page scrolls to the top when
1) Pinning/Unpinning 2) Changing values via the tableConfigPanel Both issues can be easily reproduced in Showcase if making the window smaller so that the page has a scroll bar, and then performing one of the actions. |
The page scrolls to the top when
1) Pinning/Unpinning 2) Changing dataTable state via the tableConfigPanel Both issues can be easily reproduced in Showcase if making the window smaller so that the page has a scroll bar, and then performing one of the actions. |
| Assignee | Nils Lundquist [ nils.lundquist ] | Arturo Zambrano [ artzambrano ] |
| Assignee Priority | P2 [ 10011 ] | P1 [ 10010 ] |
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #38726 | Tue Nov 05 10:47:00 MST 2013 | art.zambrano | |
| Files Changed | ||||
MODIFY
/icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/tableconfigpanel/TableConfigPanelRenderer.java
MODIFY
/icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/datatable/DataTableHeadRenderer.java
|
| Fix Version/s | EE-3.3.0.GA_P02 [ 11371 ] |
| Affects Version/s | EE-3.3.0.GA_P01 [ 11174 ] |
| Resolution | Fixed [ 1 ] | |
| Status | Resolved [ 5 ] | Reopened [ 4 ] |
| Assignee Priority | P1 [ 10010 ] | P2 [ 10011 ] |
| Status | Reopened [ 4 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
| Resolution | Fixed [ 1 ] | |
| Status | Resolved [ 5 ] | Reopened [ 4 ] |
| Status | Reopened [ 4 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
| Fix Version/s | 4.0 [ 11382 ] |
| Status | Resolved [ 5 ] | Closed [ 6 ] |

r38726:
Added 'onclick="return false;"' to pinning and table config buttons (<a> elements) to prevent scrolling to top.