{5} Assigned, Active Tickets by Owner (Full Description) (7 matches)

List tickets assigned, group by ticket owner. This report demonstrates the use of full-row display.

jajcus

Ticket Summary Component Milestone Type Created
Description
#1 JS bug #3598: window resizing cjc None defect 06/05/06

Reported on JabberStudio on Time Open: Apr 06, 2004 at 11:00 am CDT

If window is not redrawn after resizing, then changing the active window (esc/alt-1,2,..) produces this error:

Traceback (most recent call last):
  File "/usr/local/share/cjc/cjc/ui/keytable.py", line 340, in keypressed
    process_key(ch)
  File "/usr/local/share/cjc/cjc/ui/keytable.py", line 306, in process_key
    return t.process_key(code,meta)
  File "/usr/local/share/cjc/cjc/ui/keytable.py", line 113, in process_key
    fun.invoke(self.object,arg)
  File "/usr/local/share/cjc/cjc/ui/keytable.py", line 56, in invoke
    self.handler(object,arg)
  File "/usr/local/share/cjc/cjc/ui/window.py", line 50, in switch_to_buffer
    self.set_buffer(b)
  File "/usr/local/share/cjc/cjc/ui/window.py", line 137, in set_buffer
    self.screen.input_handler.current_buffer_changed(self.buffer)
  File "/usr/local/share/cjc/cjc/ui/input.py", line 135, in current_buffer_changed
    self.make_windows()
  File "/usr/local/share/cjc/cjc/ui/input.py", line 109, in make_windows
    self.input_win=curses.newwin(self.h,self.w,self.y,self.x)
error: curses function returned NULL

#2 JS bug #4335: text_buffer scrolling with long lines doesn't work cjc None defect 06/05/06

When printing a lot of information (I've set the scrollback to 900 lines), and it has started with a very long line (incoming stanza, more than a screenfull), then I can scrollback to the beginning, but once scrolled back, it's not possible to scroll down again.

So, huge line, lots of lines, scroll up to the long line, scroll down -> fails.


#16 more user documentation cjc None enhancement 06/15/06

CJC lacks user documentation.

First, documenting the "/set" options would be very useful to help people begin with CJC (what is that 'events.event_handlers' for? I guess it could help me, but...). Allowing something like "/help set events.event_handlers" would be great.

Also, sometimes CJC shows a Python exception stacktrace which is totally useless (for example I got one when trying to connect using SSL on xmpp:im.apinc.org).


#4 JS bug #5207: /chat - query duplication cjc None enhancement 06/05/06

typing /chat jajcus five times will open five queries with jajcus, instead of moving to jajcus' query window after four latter commands. ouch! :-)


#7 JS fr #3171: Roster sorting cjc None enhancement 06/05/06

The roster should sort, an minimum with alphabetical ordering, ideally taking the status into account (free for chat, online, away, xa, dnd, offline in that order.) There could probably be a "roster.sort" setting to pick which kind of ordering to use.


The comments from JabberStudio:

Date: Sep 05, 2004 at 02:08 pm CDT User: jajcus Comment: Alphabetical sorting (group first, than name/jid) is already done.

Date: Mar 01, 2006 at 01:41 pm CST User: weirdo Comment: it would be nice to able to toggle sorting by a visible nick, rather than a jid.


#13 JS fr #5204: irssi-like command input cjc None enhancement 06/05/06

in irssi, after sending a command like '/bin/sh foo', it is treated as a text line, because the first param before a space has two '/'s in it. might help a bit with pasting.

also, typing '/ /foo bar' produces 'unknown command: foo'. would be nice to treat that as a raw '/foo bar' message :-)


#5 JS bug #5273: minor inputbar glitch cjc None defect 06/05/06

when the inputline is longer than one screen, there is an arrow (or a comma, if the terminal is not fully capable). however, after U (inputbar flush), the arrow is still there.


Note: See TracReports for help on using and creating reports.