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
-
hi folks,
im using 1.6.2 and has also problems with falsly rendered paginator after browser refresh or other navigation.
we found out, that its always the first subtag of <ice:dataPaginator which causes the problems. so, we decided to include a dummy tag which has rendered set to false. now all works fine. see code below.
<ice:dataPaginator id="scroll_1" for="searchHitszufzgg" fastStep="10" pageCountVar="pageCount" pageIndexVar="pageIndex" paginator="true" paginatorMaxPages="9" renderFacetsIfSinglePage="false" rendered="#
{!empty search.hits}" binding="#
{search.paginator}">
{false}<!-- dummy tag -->
<ice:outputText rendered="#
" value="bugfix wenn refresh button gedrückt wird, wird das erste childtag des paginators fehlerhaft gerendert, also haben wir hier ein dummytag stehen um diesen fehler zu umgehen ">
</ice:outputText>
<f:facet name="first" >
<ice:graphicImage url="/css/xp/css-images/arrow-first.gif" style="border:none;"/>
</f:facet>
<f:facet name="last">
<ice:graphicImage url="/css/xp/css-images/arrow-last.gif" style="border:none;" />
</f:facet>
<f:facet name="previous">
<ice:graphicImage url="/css/xp/css-images/arrow-previous.gif" style="border:none;" />
</f:facet>