← Back to team overview

mudlet-makers team mailing list archive

[Bug 1030393] Re: Resizing the mapper widget is slow

 

Change: no new functions. Instead, I've handled a fast map resize for
non-grid maps internally now. There's no need to change Vyzor nor
Geyser. Grid maps are still slow on resize as these maps need to
initialize large data structures in order to render correctly, that, in
turn, depend on the widget size. However, input line size changes should
not interfere with the map size if the screen layout is done correctly
(=non screen overlay layout) Make sure that Geyser and Vyzor limit the
main console screen width correctly i. e. they should set proper
borders. Then this problem will not occur. If this is not intended to be
fixed in Vyzor plz add comments to the manual so that users know what
causes this and how they can get rid of the resize lag.

-- 
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


Follow ups

References