Melloware
Melloware
Based on 2 requests in PF... https://github.com/primefaces/primefaces/issues/67 https://github.com/primefaces/primefaces/issues/40 OL3: https://openlayers.org/ OpenSteetMap: https://www.openstreetmap.org/#map=5/38.007/-95.844
Based on: https://stackoverflow.com/questions/57054020/javax-faces-component-stateholdersaver-possible-memory-leak cc @rocco-natuzzi I have a feeling the memory leak with Mojarra may be DynaForm related since the user mentions tons of DynaForms in the app. Needs investigation....
Original PF issue: https://github.com/primefaces/primefaces/issues/396 What about a new component which can markup any occurences of a word or a part of a word in a specified object(div, panel,...)? Same thing...
### Describe the bug I have a simple ApplicationInitializer to print out all the available servlet resource paths... ```java public class ApplicationInitializer implements ServletContainerInitializer { private static final Logger logger...
###Defect Fixes Fix #2683: Overlays should close on browser scroll @mertsincan there are two issues here. 1. it was passing `targetRef` instead of `target` to the `useOverlayScrollListener` 2. it is...
### Defect Fixes Fix #3259: ARIA button helper **Old code was this:** ```xml ``` New code allows us to use `Button` which include `Ripple` and other features properly with the...
Add generic typing to `SelectItem` type components: - [x] cascadeselect.d.ts - [x] dropdown.d.ts - [x] listbox.d.ts - [x] multiselect.d.ts - [x] selectbutton.d.ts
###Defect Fixes Fix #2671: Showcase store theme in local storage Added new hook `useStorage` which can be a drop in replacement for anywhere you use `useState`. You can choose `session`...
