Skip to content
This repository has been archived by the owner on Jan 22, 2022. It is now read-only.

Unofficial Release for 3.5.17

Compare
Choose a tag to compare
@brunolmfg brunolmfg released this 19 Oct 03:09
· 339 commits to 3.5.x since this release

Bug fixes, keyboard support for paginator and context menu improvements for tree components.

Defects

  • NullPointerException during state saving with p:tree inside loops (ui:repeat, p:tabView, …)
  • LazyDataTable.setRowIndex throws arithmetic exception: division by 0. (Part 2)
  • p:outputPanel deferred mode in case of e.g. a controller exception runs forever
  • Checked focus for selectOneRadio and checkbox in a dialog component
  • Dynamic resource streaming need a UID in the URL if cache == false
  • OutputLabel might throw exception with a custom bundle/resolver

Enhancements

  • Improve getConverter(..) in ComponentUtils.java
  • Improve contextMenu behavior for Tree

New features

  • New selection methods for datatable client side api
  • Keyboard accessibility for Paginator
  • ContextMenu doesn’t show up if tree is empty