Closed wks closed 11 years ago
I put multiple instances of this plasmoid on the panel to track the times in multiple cities in the world.
When creating multiple instances and set each to a different time zone, such setting in one instance may interfere with other instances.
How to reproduce:
What actually happens:
What should happen:
Possible causes:
Some data structures are shared between the two instances, but they should be instance-specific.
Confirmed, thanks for report. I'm going to rewrite part that most probably causes this issue while introducing support for JavaScript API for querying date and time.
Fixed in e2c523ab72cd46d38d1087b54b7f262e39104ddf.
I put multiple instances of this plasmoid on the panel to track the times in multiple cities in the world.
When creating multiple instances and set each to a different time zone, such setting in one instance may interfere with other instances.
How to reproduce:
What actually happens:
What should happen:
Possible causes:
Some data structures are shared between the two instances, but they should be instance-specific.