bugWeeChat - Bugs: bug #21234, weechat displays that their are...

 
 

bug #21234: weechat displays that their are unread messages when joining channels with large nick list

Submitter:  None
Submitted:  Wed 03 Oct 2007 08:17:30 AM UTC
   
 
Category:  display Severity:  3 - Normal
Item Group:  display Status:  Fixed
Privacy:  Public Assigned to:  flashcode
Originator Name:  elangelo Originator Email:  * -email is unavailable-
Open/Closed:  Closed Release:  * 0.2.6
IRC nick:  elangelo
* Mandatory Fields

Add a New Comment Rich Markup
   

Fri 06 Jun 2008 07:20:00 AM UTC, comment #3: 

If I remember correctly, this bug was fixed a long time ago and was not set as "fixed". If someone still have problems with 0.2.7-dev, please add a comment here.

Sebastien Helleu <flashcode>
Group administrator
Fri 06 Jun 2008 01:10:45 AM UTC, comment #2: 

ignore me...

it appears that i didn't have the right branch of the dev build.
all fine on latest 0.27-dev

shiver <shiver>
Thu 05 Jun 2008 11:29:46 PM UTC, comment #1: 

I can confirm that I see this too using 0.27-dev.
It also seems to happen if the buffer isn't long enough to display a multiline message without scrolling.

I added an extra check to gui_buffer_is_scrolled() to check the start_line_pos. Not sure if that is the correct thing or not though. Seems to have worked for me...

+++ b/src/gui/gui-buffer.c
@@ -438,7 +438,7 @@ gui_buffer_is_scrolled (t_gui_buffer *buffer)
         {
             buffer_found = 1;
             /* buffer found and not scrolled, exit immediately */
-            if (!ptr_win->scroll)
+            if (!ptr_win->scroll || ptr_win->start_line_pos == 0)
                 return 0;
         }
     }

shiver <shiver>
Wed 03 Oct 2007 08:17:30 AM UTC, original submission:  

see attached screenshot

is fixed when you increase the size of the terminal so the nicklist fits on the buffer

cheers, S.

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

Attached Files
file #14068:  Screenshot_weechat.png added by None (42KiB - image/png)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by flashcode (Posted a comment)
  • -email is unavailable- added by shiver (Posted a comment)
  • -email is unavailable- added by None (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 4 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2009-09-06 flashcode Open/ClosedOpen Closed
    2008-06-06 flashcode StatusNone Fixed
        Assigned toNone flashcode
    2007-10-03 None Attached File- Added Screenshot_weechat.png, #14068

    Back to the top

    Powered by Savane 3.13-d3ae.
    Corresponding source code