sgzwiz / androidmudclient

Automatically exported from code.google.com/p/androidmudclient
0 stars 1 forks source link

Auto scrolling to top of screen #3

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Go to anguish.org port2222
2. Enter guest as name to enter MUD
3. Move around a bit (ex: 'south', 'east', etc. Enter a few commands 
(ex: 'look', 'sit')

What is the expected output? What do you see instead?

-I should see the code I just entered, followed by the response it 
provoked, but occasionally I am sent to the top of the screen and forced 
to scroll back down to read the current text.

What version of the product are you using? On what operating system?

-The most current version of TD MUD Client from android market.

Please provide any additional information below.

-If I type a command such as 'look', I am brought back to the bottom of 
the screen, also on occasion if I wait for a few seconds, I will be 
automatically returned to the bottom of screen.

Original issue reported on code.google.com by sup3rscr...@gmail.com on 13 Aug 2009 at 1:42

GoogleCodeExporter commented 9 years ago
When the buffer for the text control is refreshed (when a certain number of 
lines or
different elements is reached) the scroll is returned to the top. All attempts 
to
cause the control to return to the bottom have been unsuccessful. Problem will 
most
likely be fixed at the same time as Issue #1.

Original comment by TimothyS...@gmail.com on 18 Aug 2009 at 8:01

GoogleCodeExporter commented 9 years ago

Original comment by TimothyS...@gmail.com on 18 Aug 2009 at 8:01

GoogleCodeExporter commented 9 years ago

Original comment by TimothyS...@gmail.com on 18 Aug 2009 at 8:01

GoogleCodeExporter commented 9 years ago
An anecdotal work-around for this..

On a number of MUDs you can simply hit a carriage return (enter key) to receive 
a new
prompt from the game.  On the MUDs I have tried with this client, doing so will 
move
the view to that of the most recent text from the game.

In short: if this happens, hitting enter might bring you back to the most 
recent game
text.

Original comment by podol...@gmail.com on 13 Jan 2010 at 5:26