Bugs item #1878906, was opened at 2008-01-24 14:46
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=723099&aid=1878906&group_id=132078

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: tpclient-pywx
Group: Bug - GUI
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Jure Repinc (jrepin)
Assigned to: Tim Ansell (mithro)
Summary: Entering '*' into quick search line breaks System tree pane

Initial Comment:
Steps:
1. Enter the '*' character into the quick search line in the system tree pane 
and maybe some other characters following it.

Results:
The System pane becomes unresponsive or starts behaving/rendering strangely.

Traceback (most recent call last):
  File "./windows/main/panelSystem.py", line 109, in Rebuild
    self.Add(None, self.application.cache.objects[0], selected)
  File "./windows/main/panelSystem.py", line 168, in Add
    self.Add(item, self.application.cache.objects[id], selected)
  File "./windows/main/panelSystem.py", line 149, in Add
    if match(caption.lower(), self.Filter.lower()):
AttributeError: 'NoneType' object has no attribute 'lower'

Expected:
When starting to enter * I expected that I could search for objects which start 
with anything and contain string entered after the initial *.

Maybe the search should by default find objects containing the entered string 
and not only starting by the entered string. 


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=723099&aid=1878906&group_id=132078
_______________________________________________
tp-bugs mailing list
[email protected]
http://mail.thousandparsec.net/cgi-bin/mailman/listinfo/tp-bugs

Reply via email to