From tom_xyz at yahoo.com Sun Nov 11 22:13:10 2007 From: tom_xyz at yahoo.com (Tom Doan) Date: Sun, 11 Nov 2007 14:13:10 -0800 (PST) Subject: [regex-coach] 'Tree' panel display glitch Message-ID: <94719.11459.qm@web36813.mail.mud.yahoo.com> The 'Tree' panel nodes are overlapping each other. Steps to reproduce: 1. Clear out 'Regular expression' and 'Target string' fields and restart Regex Coach. 2. Click on 'Tree' tab. 3. Enter some text into the 'Target string' field. 4. Enter ^[\w\W]+$ into the 'Regular expression field. 5. Change the regular expression to [\w\W]+ by deleting the ^ and $ characters. 6. The tree map crashes together, and even if you clear out the 'Regular expression' field you still see the tree. You can also view the attached video to see what I'm talking about. App version: 0.9.1 OS version: XP Pro Cheers, Tom __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com -------------- next part -------------- A non-text attachment was scrubbed... Name: regex.avi Type: video/avi Size: 93184 bytes Desc: 1663876963-regex.avi URL: From edi at agharta.de Mon Nov 12 07:31:32 2007 From: edi at agharta.de (Edi Weitz) Date: Mon, 12 Nov 2007 08:31:32 +0100 Subject: [regex-coach] 'Tree' panel display glitch In-Reply-To: <94719.11459.qm@web36813.mail.mud.yahoo.com> (Tom Doan's message of "Sun, 11 Nov 2007 14:13:10 -0800 (PST)") References: <94719.11459.qm@web36813.mail.mud.yahoo.com> Message-ID: On Sun, 11 Nov 2007 14:13:10 -0800 (PST), Tom Doan wrote: > The 'Tree' panel nodes are overlapping each other. Yes, that's a known problem: http://common-lisp.net/pipermail/regex-coach/2007-July/000193.html I've looked into this, but it seems harder than I thought - in the sense that I haven't found out the cause yet. Unfortunately, I'm too busy right now to spend some quality time with this bug. I will once I have more time. Thanks for the report, Edi.