pkt1583 / gwt-ext

Automatically exported from code.google.com/p/gwt-ext
0 stars 0 forks source link

Record#equals missing #486

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
nullRecord.equals(selectedRecord)

i filled a combobox with some records (1 additional record nullRecord to a
store). later i try to check if this record is selected with the
ComboBoxListener#doBeforeSelect but there i dont get the same reference to
my nullRecord so i can not use nullRecord == selectedRecord

What is the expected output? What do you see instead?
i like to compare 2 records if there are equal

What version of the product are you using? On what operating system?
2.0.5

Please provide any additional information below.
For this compare a record object also should be storing its own record
defintion!?

Original issue reported on code.google.com by nietz...@gmail.com on 1 Apr 2009 at 8:07

GoogleCodeExporter commented 8 years ago
Note: the nullRecord is not a special record with null values. the names can 
confuse
a little bit. sorry.

Original comment by nietz...@gmail.com on 1 Apr 2009 at 1:38

GoogleCodeExporter commented 8 years ago

Original comment by ricardoserathiuk@gmail.com on 4 Aug 2009 at 8:14