Preselection disappears when something is already selected

2011-05-18 Thread Sandro Martini
Hi all, in Lists, Tables, Trees, when I have the mouse over an element, a pre-selection on that element is drawn (changing its background color), Ok. But I've just seen (for example with ComponentExplorer, see screenshot in attach) that any time I press a key (for example , , , or any other key (n

Re: Preselection disappears when something is already selected

2011-05-18 Thread Greg Brown
The feature you are describing is called the item "highlight". It appears when you mouse over an element in a list, table, etc. and shows you what item will be selected if you click on it. I don't think we intentionally hide the highlight when a key is pressed, but I also don't see this as a maj

Re: Preselection disappears when something is already selected

2011-05-18 Thread Sandro Martini
Hi Greg, and thanks for the "name" of the feature :-) ... Yes, I agree that's only a minor issue, but this week I'm already working on the same components of this issue for the fix of https://issues.apache.org/jira/browse/PIVOT-744 (and a little problem on multiple selection introduced my the fix

Re: Preselection disappears when something is already selected

2011-05-18 Thread Greg Brown
I really think some emphasis should be put on getting 2.0.1 out the door. I'm not able to drive that process, but I'd be happy to test and validate the release if someone else is willing to get it going. On May 18, 2011, at 10:26 AM, Sandro Martini wrote: > Hi Greg, > and thanks for the "name"

TableView multi-selection broken in trunk?

2011-05-18 Thread Roger L. Whitcomb
Hi, I'm building head revs of "trunk" (got rev 1124363) and I can't get multiple selection to work on a TableView (in Windows XP SP3). It always only selects one row no matter what combination of shift-alt-control I press along with the mouse click. Does this have to do with rece

Re: TableView multi-selection broken in trunk?

2011-05-18 Thread Sandro Martini
Hi Roger, yes it's broken (I've seen it yesterday), but in one hour from now I'll commit the fix (and related tests) ... I'll tell you when done so you can try. Bye, Sandro

Re: TableView multi-selection broken in trunk?

2011-05-18 Thread Greg Brown
I just reverted the changes that broke multi-select. Sandro, please make sure that you test more thoroughly before committing any additional changes. Thanks. G On May 18, 2011, at 2:21 PM, Roger L. Whitcomb wrote: > Hi, > >I'm building head revs of "trunk" (got rev 1124363) and

[jira] [Reopened] (PIVOT-737) TerraTableViewSkin opens a TableViewRowEditor listening to both mouse buttons

2011-05-18 Thread Greg Brown (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-737?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Greg Brown reopened PIVOT-737: -- The changes for this fix were reverted since they broke multi-select in ListView, TableView, and TreeView.

[jira] [Commented] (PIVOT-737) TerraTableViewSkin opens a TableViewRowEditor listening to both mouse buttons

2011-05-18 Thread Sandro Martini (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-737?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13035680#comment-13035680 ] Sandro Martini commented on PIVOT-737: -- I'm planning to redo the fix (for both things)

Re: TableView multi-selection broken in trunk?

2011-05-18 Thread Sandro Martini
> I just reverted the changes that broke multi-select. You could have wait a little more, I have the fix for both ... > Sandro, please make sure that you test more thoroughly before committing any > additional changes. Thanks. Yes, of course, but the problem is that I've seen it only when I creat

[jira] [Commented] (PIVOT-737) TerraTableViewSkin opens a TableViewRowEditor listening to both mouse buttons

2011-05-18 Thread Greg Brown (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-737?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13035689#comment-13035689 ] Greg Brown commented on PIVOT-737: -- It is preferable to leave things stable in SVN wheneve

Re: TableView multi-selection broken in trunk?

2011-05-18 Thread Greg Brown
>> I just reverted the changes that broke multi-select. > You could have wait a little more, I have the fix for both ... As I mentioned in the JIRA issue, it is preferable to maintain stability and reverting the change was the easiest way to do that. >> Sandro, please make sure that you test mor

[jira] [Created] (PIVOT-745) Illegal argument exception on tristate checkbox using stateKey binding

2011-05-18 Thread Roger Whitcomb (JIRA)
Illegal argument exception on tristate checkbox using stateKey binding -- Key: PIVOT-745 URL: https://issues.apache.org/jira/browse/PIVOT-745 Project: Pivot Issue Type: Bug

[jira] [Updated] (PIVOT-745) Illegal argument exception on tristate checkbox using stateKey binding

2011-05-18 Thread Roger Whitcomb (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-745?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Roger Whitcomb updated PIVOT-745: - Attachment: button.diff Here is a patch that fixes the problem. > Illegal argument exception on t

[jira] [Resolved] (PIVOT-745) Illegal argument exception on tristate checkbox using stateKey binding

2011-05-18 Thread Greg Brown (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-745?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Greg Brown resolved PIVOT-745. -- Resolution: Fixed > Illegal argument exception on tristate checkbox using stateKey binding > ---

[jira] [Issue Comment Edited] (PIVOT-737) TerraTableViewSkin opens a TableViewRowEditor listening to both mouse buttons

2011-05-18 Thread Sandro Martini (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-737?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13035680#comment-13035680 ] Sandro Martini edited comment on PIVOT-737 at 5/18/11 9:48 PM: --

Re: TableView multi-selection broken in trunk?

2011-05-18 Thread Sandro Martini
Hi all, just committed the new fix and some bxml files to test multiple selection on List, Table, tree ... Roger, tell me if it's Ok so I can close the issue thank you very much. Bye

[jira] [Reopened] (PIVOT-734) Branch controls do not update while showEmptyBranchControls=false

2011-05-18 Thread Sandro Martini (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-734?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sandro Martini reopened PIVOT-734: -- Retrying the test application (and related bxml) I've just seen that this is no more working, so I

RE: TableView multi-selection broken in trunk?

2011-05-18 Thread Roger L. Whitcomb
Yes, multi-selection on TableView (at least) is working again -- I don't have a quick test for ListView or TreeView, though. But, I still see the annoying flicker of the highlight when Ctrl or Shift is pressed and the mouse is moved, but this is the same as 2.0, so Roger Whitcomb | Architect

[jira] [Issue Comment Edited] (PIVOT-744) ListView with SelectMode.Multi does not allow deselection when all elements are selected

2011-05-18 Thread Sandro Martini (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-744?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13034664#comment-13034664 ] Sandro Martini edited comment on PIVOT-744 at 5/18/11 9:59 PM: --

Re: TableView multi-selection broken in trunk?

2011-05-18 Thread Sandro Martini
Hi Roger, thank you very much, I'll close the issue now. If you want to test multiple selection, you can use the sample bxml files I've just committed (before of them I hadn't one so I didn't realize I broke multiple selection ...): multiple_selection_list.bxml multiple_selection_table.bxml multi

[jira] [Resolved] (PIVOT-737) TerraTableViewSkin opens a TableViewRowEditor listening to both mouse buttons

2011-05-18 Thread Sandro Martini (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-737?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sandro Martini resolved PIVOT-737. -- Resolution: Fixed Resolved. Then to test multiple selection (for example to ensure no side effe

[jira] [Updated] (PIVOT-744) ListView with SelectMode.Multi does not allow deselection when all elements are selected

2011-05-18 Thread Sandro Martini (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-744?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sandro Martini updated PIVOT-744: - Attachment: pivot744_patch2.patch patch updated to the current version of the file in trunk > Lis

[jira] [Issue Comment Edited] (PIVOT-744) ListView with SelectMode.Multi does not allow deselection when all elements are selected

2011-05-18 Thread Sandro Martini (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-744?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13033916#comment-13033916 ] Sandro Martini edited comment on PIVOT-744 at 5/18/11 10:51 PM: -

[jira] [Updated] (PIVOT-744) ListView with SelectMode.Multi does not allow deselection when all elements are selected

2011-05-18 Thread Sandro Martini (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-744?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sandro Martini updated PIVOT-744: - Comment: was deleted (was: Just fixed the behavior, in next days I'll look at your patch and do so

[jira] [Commented] (PIVOT-744) ListView with SelectMode.Multi does not allow deselection when all elements are selected

2011-05-18 Thread Sandro Martini (JIRA)
[ https://issues.apache.org/jira/browse/PIVOT-744?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13035835#comment-13035835 ] Sandro Martini commented on PIVOT-744: -- excuse me (maybe I've not clear what this patc