Bernhard Gräuler
Results
2
issues of
Bernhard Gräuler
Starting with version 1.4.2, tabview initially shows the content of all tabs, if all tabs are created dynamically. This is caused the "active" style being set for all of them:...
Hi, The XSD I'm dealing with defines an enumeration containing the Java keyword "new": ```xml ``` This perfectly results in the following enum: ```java public enum PodcastStatus { new, downloading,...