Bugs item #3572488, was opened at 2012-09-27 11:32 Message generated for change (Comment added) made by kevinfunk You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=843359&aid=3572488&group_id=167540
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: User Experience Group: 12.9.28.TESTING Status: Open Resolution: None Priority: 4 Private: No Submitted By: Franz Zieris (franzzieris) Assigned to: Nobody/Anonymous (nobody) Summary: Annoying replay of chat history Initial Comment: During a session: When someone changes his color, or some enters the session, the whole content of the chat history will be replayed (scrolling from the top to the bottom). Depending on how much one has written before, this flickering can be very annoying. If there are any changes, that need to happen in the chat view, this has to happen silently without arousing any attention. ---------------------------------------------------------------------- Comment By: Kevin Funk (kevinfunk) Date: 2012-11-11 12:56 Message: We, Kevin Funk & Erik Kundt, decided to fix this bug as a part of the course "Softwareprozesse". We figured out that this happens because the chat is being cleared and rewritten when a buddy changes the color or joins a session. We're palling to introduce new methods for modifying old entries chat entries. The affected classes are: ChatControl, ChatDisplay, ChatRoomsComposite & ChatLineSeparator. In ChatHistory and ChatControl we're going to add updateColor() and change the code of the method refreshHistory() in ChatRoomsComposite. Instead of rewriting the whole history the old chat entries and their corresponding UI-elements will be modified. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=843359&aid=3572488&group_id=167540 ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_nov _______________________________________________ Dpp-robot mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dpp-robot
