Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sapphire-dev] [Bug 381241] NPE in DefaultListPropertyEditorRenderer when dropping past the end

I kicked the Hudson job. The CVS polling agent seems to periodically get stuck. Build 293 should contain the changes in question.

https://hudson.eclipse.org/hudson/job/sapphire-0.5.x/293/

- Konstantin


-----Original Message-----
From: Raj Alagumalai [mailto:raj.alagumalai@xxxxxxxxxx] 
Sent: Thursday, May 31, 2012 8:27 PM
To: Konstantin Komissarchik
Subject: RE: [Bug 381241] NPE in DefaultListPropertyEditorRenderer when dropping past the end

Hi Konstantin,

I noticed that this bug has been marked as fixed but there has been no new build on Hudson

https://hudson.eclipse.org/hudson/job/sapphire-0.5.x/

When should we expect to see a Sapphire build with this fix ?

Thanks
Raj


-----Original Message-----
From: bugzilla-daemon@xxxxxxxxxxx [mailto:bugzilla-daemon@xxxxxxxxxxx] 
Sent: Thursday, May 31, 2012 1:18 PM
To: Raj Alagumalai
Subject: [Bug 381241] NPE in DefaultListPropertyEditorRenderer when dropping past the end

https://bugs.eclipse.org/bugs/show_bug.cgi?id=381241
Product/Component: Sapphire / ui

Konstantin Komissarchik <konstantin.komissarchik@xxxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|                            |FIXED

--- Comment #3 from Konstantin Komissarchik <konstantin.komissarchik@xxxxxxxxxx> 2012-05-31 16:17:46 EDT --- Ok. The modified resolution...

1. In tables, dropping past end now works. The insertion position is end of the list.

2. In content outline, figuring out what to do when you drop past end of the tree is not clear. That case still no-ops. However, we still have the problem of supporting drop when list is empty (such as contacts editor in starting state). To support this case, dropping on parent node is now supported as a way to add dropped items to the end of the contained list. If insertion as a sibling and as a child is possible, the code will favor insertion as sibling.
In most cases, only one or the other will be legal.

--
Configure bugmail: https://bugs.eclipse.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: ------- You reported the bug.



Back to the top