Bug 12413 - The chat log doesn't show the last line when the local user posts
: The chat log doesn't show the last line when the local user posts
Status: NEW
Product: Miniature
UI
: master
: All All
: Medium normal (vote)
: ---
Assigned To: unassigned
: general
:
:
:
:
  Show dependency tree
 
Reported: 2011-09-13 08:15 UTC by Quim Gil
Modified: 2011-10-06 19:00 UTC (History)
0 users (show)

See Also:


Attachments


Note

You need to log in before you can comment on or make changes to this bug.


Description Quim Gil (reporter) 2011-09-13 08:15:57 UTC
SOFTWARE VERSION: 
master

EXACT STEPS LEADING TO PROBLEM: 
1. Play a game.
2. Tap on the chat area.
3. Write something and press the Chat button or the intro key.

EXPECTED OUTCOME: 
The new message appears in the minimized chat window.

ACTUAL OUTCOME: 
Only the remote side messages are visible and seem to force onRowsInserted:
chatLog.positionViewAtEnd(). The messages posted by the local side are
appended at the end but at some point get out of the view.

REPRODUCIBILITY: 
always

OTHER COMMENTS: 
I guess it has to do with the AnchorChange? This might be a minor problem in
real situations, where it is expected that the opponent talks more than the
Miniature user...

I asked at http://developer.qt.nokia.com/forums/viewthread/9655/
Comment 1 Quim Gil (reporter) 2011-09-18 08:13:32 UTC
Proposing for 0.5 - needs to be confirmed.