Ticket #527 (closed Defect: fixed)
Change Icon Color does not work in 4.1.3 Snapshot
Reported by: | JuergeN | Owned by: | jri |
---|---|---|---|
Priority: | Major | Milestone: | |
Component: | DeepaMehta Standard Distribution | Version: | 4.1.2 |
Keywords: | Cc: | ||
Complexity: | 3 | Area: | GUI / Usability |
Module: |
Description
Changing the icon color on view config of a TopicType? does not work in 4.1.3 Snapshot.
Change History
comment:2 Changed 11 years ago by Jörg Richter
Webclient fix: refresh on type icon change (#527).
When the Box Renderer plugin is installed: setting another type-icon (via View Configuration) displays the new icons in the topicmap immediately.
DEVELOPER NOTES
Changes in TopicmapRenderer? interface (client-side):
2 new methods:
update_topic_type(topic_type) update_association_type(assoc_type)
1 method dropped:
refresh()
See #527.
comment:3 Changed 11 years ago by jri
- Status changed from accepted to closed
- Resolution set to fixed
comment:4 Changed 11 years ago by Jörg Richter
Webclient fix: refresh on type icon change (#527).
When the Box Renderer plugin is installed: setting another type-icon (via View Configuration) displays the new icons in the topicmap immediately.
DEVELOPER NOTES
Changes in TopicmapRenderer? interface (client-side):
2 new methods:
update_topic_type(topic_type) update_association_type(assoc_type)
1 method dropped:
refresh()
See #527.
Yes, this is a bug: when Box Renderer is installed setting another type-icon (via View Configuration) the topicmap is only up-to-date once it is reselected from the topicmap selector or browser reload is pressed.
It will be fixed very soon.
Thank you very much for testing and reporting!