mudlet-makers team mailing list archive
-
mudlet-makers team
-
Mailing list archive
-
Message #02282
[Bug 1030393] Re: Resizing the mapper widget is slow
The problem is that createMapper() initializes the map and is not meant to be used as a resize function. Vyzor does use it in such a way and this is why it's slow.
I'll add following functions to explicitely resize and move the map window:
resizeMap() and moveMap()
This will fix the issue when Vyzor and Geyser code is updated -> Oneymus and Vadi?
** Changed in: mudlet
Status: New => Fix Released
--
You received this bug notification because you are a member of Mudlet
Makers, which is subscribed to Mudlet.
https://bugs.launchpad.net/bugs/1030393
Title:
Resizing the mapper widget is slow
Status in Mudlet the MUD client:
Fix Released
Bug description:
Could it be looked into that resizing the createMapper widget is slow?
Perhaps it re-initializes more than it should on a dimensions change?
It's a common issue that Mudlet is "slow" when you're typing a lot of
text and the input line splits into more - thus triggering a resize
event, and the mapper widget resizing (a popular one is used from
http://wiki.mudlet.org/w/Mudlet_Mapper). Labels themselves are fine
and quick - so if this could be optimized, it'd be a good improvement.
To manage notifications about this bug go to:
https://bugs.launchpad.net/mudlet/+bug/1030393/+subscriptions
References