SL22W43: Difference between revisions

From ETM
Jump to navigation Jump to search
No edit summary
No edit summary
Line 4: Line 4:


*Delete cursor on the desktop from others when kicking them
*Delete cursor on the desktop from others when kicking them
*'''On plugin reload we need to clear the map-caches or give cursors a custom id-range of maps'''
*On plugin reload we need to clear the map-caches or give cursors a custom id-range of maps
**'''if not the cursors might have client side cached map data'''
**Fix => Overwrite the cursor-frame on first creation with an empty byte array - making any kind of cached data now transparent
*'''Refreshing of Left/Right/Top desktop part behaves different to the main screen.'''
*'''Refreshing of Left/Right/Top desktop part behaves different to the main screen.'''
**'''How do we want to force a refresh of multiple parts?'''
**'''How do we want to force a refresh of multiple parts?'''

Revision as of 18:22, 30 October 2022

◄ SL22W42 | SL22W44 ►


  • Delete cursor on the desktop from others when kicking them
  • On plugin reload we need to clear the map-caches or give cursors a custom id-range of maps
    • Fix => Overwrite the cursor-frame on first creation with an empty byte array - making any kind of cached data now transparent
  • Refreshing of Left/Right/Top desktop part behaves different to the main screen.
    • How do we want to force a refresh of multiple parts?