Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
alloy-2.0.0, alloy-3.0.0
-
None
Description
When clicking on the last page of Pagination pages on the alloy showcase, the link tag becomes a span tag while parent line item tag is active thereby losing any of its previous elements as a link tag.
Steps to Reproduce
- start liferay-portal 6.2
- go into /liferay-faces-bridge-impl-4.x/demos/alloy-showcase-portlet/.
- deploy portlet to liferay-portal-6.2/deploy/.
- add alloy-showcase-portlet to a page
- go to dataTable Lazy use case
- click on the "last page" button ("ยป")
Expected result : The following should happen:
the child tag of active line item is:
<a href="javascript:void(0);" onclick="mojarra.ab('myForm:customerTable:j_idt52',event,'action','@this myForm:customerTable','@this myForm:customerTable',{'myForm:customerTable:j_idt52_paginatorAction':'17'})">17</a>
Actual result : The following actually happens:
the child tag of active line item is:
<span>17</span>