SuperPat
SuperPat
It will be awesome if I can show a custom text message for not previewable file types like Google drive:  So a new option "customElement" could be added: ```...
Remove Self time nodes from the sampler/profiler CPU trees when their total time is at 0,0 ms. Maybe with an option? Self time at 0,0 ms are not useful and...
The Context Menu can appear outside the screen: The top css style of the context menu must never be negative because of some menu items are then unavailable in this...
In menu.js theses functions are declared twice: ``` _removeAsExpanded: function(element) { var id = element.attr('id'); this.expandedNodes = $.grep(this.expandedNodes, function(value) { return value != id; }); this._saveState(); }, _addAsExpanded: function(element) {...
In your last commits you add some "let" in core.js: > let fields = field.split('.'); > let value = data; And some in new chips.js and fileupload.js files. These broke...
Please add the new PrimeFaces Organigram component to PrimeUI: http://www.primefaces.org/showcase/ui/data/organigram.xhtml
Please add the ability to make menu bar responsive by creating a menu button and hiding all items like the Bootstrap Navbar component: https://getbootstrap.com/examples/navbar-fixed-top/
Please add the PrimeFaces Frozen Rows and Frozen Columns options in PrimeUI DataTable and TreeTable components Regards,
Please add missing role attributes for all components. For example: For tree component, according to https://www.w3.org/WAI/GL/wiki/Using_ARIA_trees : missing role="tree" attribute on the tree root ul container missing role="group" attribute on...
I think there is a mistake in /impl/src/main/java/com/sun/faces/facelets/impl/DefaultFaceletContext.java in the apply method we can see: ``` private final Set names = new HashSet(); // .... @Override public boolean apply(FaceletContext ctx,...