Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Duplicate
-
Affects Version/s: 1.7DR#2
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Environment:ICe 1.7DR2, JRE 1.6.02, TOMCAT 6.0.14
Description
Issue on paginator with images as in showcase.
On IE&Firefox (WinXP/P4) is almost OK but sometimes first access to modified xhtml file get incorrect page view. I see doubled count of columns.
The same app on server (Win 2003/P3) get on client IE (WinxXP/P4) similar behavior with new one. Sometimes access to xhtml page get arrow buttons from datapaginator in incorrect places. After reloading page looks OK.
I save "bad" page and correct page and their content are different. Images from class="iceGphImg" are located in next table tag instead in tag A class="iceCmdLnk"
On IE&Firefox (WinXP/P4) is almost OK but sometimes first access to modified xhtml file get incorrect page view. I see doubled count of columns.
The same app on server (Win 2003/P3) get on client IE (WinxXP/P4) similar behavior with new one. Sometimes access to xhtml page get arrow buttons from datapaginator in incorrect places. After reloading page looks OK.
I save "bad" page and correct page and their content are different. Images from class="iceGphImg" are located in next table tag instead in tag A class="iceCmdLnk"
Issue Links
- duplicates
-
ICE-4157 dataPaginator images render incorrectly when using forward navigation to same page
- Closed
Activity
Asdasdasdasd Sdasd
created issue -
Asdasdasdasd Sdasd
made changes -
Field | Original Value | New Value |
---|---|---|
Attachment | error.PNG [ 10763 ] |
Asdasdasdasd Sdasd
made changes -
Attachment | error2.PNG [ 10764 ] |
Ken Fyten
made changes -
Status | Open [ 1 ] | Closed [ 6 ] |
Resolution | Duplicate [ 3 ] |
I found the solution. It may be not a bug but sometimes got strange behavior.
The problem occurs when dwo diferent files with dataTable has binding to the same bean.
for example
file1.xhtml with <ice:DataTable binding="#{tableBean> (...)
file2.xhtml with other view of the same data as <ice:DataTable binding="#{tableBean> (...)
When switching between file1 and file2 users see on file2 additional columns and headers from file1 .