Marco Janc

Results 19 issues of Marco Janc

I am currently testing your service and evaluating to be your customer. But i am dissapointedd from the _Java integration_ you provide. Everywhere you pass generic `Map` instances holding `String`...

enhancement

Using breadCrumb involves complicated and unncessary use of MenuModel to represent a linear data structure. This binds markup to Java code and makes rendering less flexible. A tag like _p:menuItems_...

new feature

Currently the label of selected elements of _p:autoComplete_ can only be defined using _itemLabel_ attribute. To give user more visual feedback it would be nice if the developers gain more...

new feature

Currenty accordion markup consist of structure like: ``` Tab1 content Tab2 content ``` This makes it impossible to use at a SEO optimized FAQ page since we need a surrounding...

According to this blog-post aprimeui CSS and primefaces CSS have been merged. http://blog.primefaces.org/?p=3793 PrimeUI Tabview CSS is not synchronized with PrimeFaces CSS. Replace class prefix `ui-tabview` with `ui-tabs` Using jQuery...

Defining html content as javascript variable is cumbersome. What about defining a hidden element that is used as tooltip content similiar to overlay panel. ``` This is my complex tooltip....

In case only the visual features of PrimeUI are used its not very markup friendly to define a PrimeUI datatable. Everything is defined in javascript making it unreadable and not...

When defining tabs in a TabView we add an anchor like ``. This anchor is not changing the url of the browser (does not updates the hash), as regular anchors...

TabView with menu orientated left is not responsive. Maybe make a flyout menu if size is too small or switch to top menu orientation.

ELSupport.coerceToType lacks support for class runtime type conversion. I tried to pass a class instance to a converter attribute but failed due to: java.lang.IllegalArgumentException: Cannot convert java.util.Date of type class...