Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipse-dev] combox cell editor behave differently in Windows XP and Linux (red hat 9)


There is a missing widgetDefaultSelected notification which used to exist in 2.1.  Perhaps this change has exposed the problem you are seeing?  If so, you should be able to reproduce the problem in 2.1 by making the celleditor selection via keyboard instead of with the mouse.

See:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=54989

You should probably use the ui mailing list or more correctly the platform newsgroup for posting this problem.  (But I would have missed it on the newsgroup because I can't keep up with that much traffic).

-Randy



abeer bagul <abeerbagul@xxxxxxxxx>
Sent by: eclipse-dev-admin@xxxxxxxxxxx

05/07/2004 09:06 AM
Please respond to eclipse-dev

       
        To:        eclipse-dev@xxxxxxxxxxx
        cc:        
        Subject:        [eclipse-dev] combox cell editor behave differently in Windows XP and Linux (red hat 9)



Hi,
I am using a combobox cell editor with table.
also, i am using a cell modifier subclass.
In windows when i run the code, the selection event of
the combo box is correctly fired in the
ComboBoxCellEditor before the modify() method is
called in the CellModifier.
However, in linux (red hat version 9), the order is
reversed resulting in that always the modify method is
called before the widgetSelected() method and thus,
the modify event always gets -1 in the value
parameter.
                                                     
                       
Can someone please explain why this is happening??
                                                     
                       
Thanx
Abeer


               
                                 
__________________________________
Do you Yahoo!?
Win a $20,000 Career Makeover at Yahoo! HotJobs  
http://hotjobs.sweepstakes.yahoo.com/careermakeover
_______________________________________________
eclipse-dev mailing list
eclipse-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
http://dev.eclipse.org/mailman/listinfo/eclipse-dev


Back to the top