mudlet-makers team mailing list archive
-
mudlet-makers team
-
Mailing list archive
-
Message #03034
[Bug 1172451] Re: Text does not redraw after being replaced
Issue sorted out, replace() was being called outside of the trigger
context and that does not refresh the window. replace("") and
insertText("blah") works instead - and I've made a note in replace() in
the manual about this:
http://wiki.mudlet.org/w/Manual:UI_Functions#replace
** Changed in: mudlet
Status: New => Invalid
--
You received this bug notification because you are a member of Mudlet
Makers, which is subscribed to Mudlet.
https://bugs.launchpad.net/bugs/1172451
Title:
Text does not redraw after being replaced
Status in Mudlet the MUD client:
Invalid
Bug description:
After replacing text through the replace function, the new text does not re-draw/appear in the buffer unless one of the following occurs:
Window resize
Clicking the window
Incoming text does NOT force a re-draw. An example of usage is as follows:
moveCursor(0, line_number)
selectCurrentLine()
replace("REDACTED \n")
moveCursorEnd()
The "REDACTED" text will not appear unless the window is resized or
clicked.
This occurs on OSX 10.8, in the most recent version of Mudlet.
To manage notifications about this bug go to:
https://bugs.launchpad.net/mudlet/+bug/1172451/+subscriptions
References