Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.1.5-SNAPSHOT
-
None
-
None
Description
The implementation of the iconSrc property in the FloatingPaneTag is defective. The property never gets set correctly in the FloatingPaneBase which causes that the property is missing in the dojo widget initialization.
The reason for seems to be, that the iconSrc property is implemented in different upper/lower case combinations throughout the file. The bottom line is that the TAG_PARAM_iconSrc used in setProperties() doesn't match the property name in the FloatingPaneBase.