-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
9.6.1
-
None
-
Security Level: Jimmy
Steps to Reproduce
following ZK-4771, the ThemeProvider getThemeURIs method uris parameter may contain a stylesheet out of the box.
contains stylesheet object [href: ~./zkmax/css/tablet.css.dsp type=text/css]
if zkmax is loaded
Current Result
documentation indicates that the method receives only String objects without customization
Expected Result
documentation should remove the entry regarding string only, or add more info regarding possible stylesheet in zkmax
Debug Information
also in classes implementing ThemeProvider
StandardThemeProvider, StandardThemeProvider, StandardThemeProvider, StandardThemeProvider, TabletThemeProvider
Workaround
check for object type if objects are cast during custom ThemeProvider implementation
- relates to
-
ZK-4771 Provide a way to add theme-uri without extends any existing ThemeProvider
- Closed