Issue 112850 - gridcontrol: selectionChanged does not occured at specific situation
Summary: gridcontrol: selectionChanged does not occured at specific situation
Status: CLOSED DUPLICATE of issue 114339
Alias: None
Product: General
Classification: Code
Component: ui (show other issues)
Version: DEV300m84
Hardware: All All
: P3 Trivial (vote)
Target Milestone: 3.4.0
Assignee: misheto
QA Contact: issues@framework
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-01 15:01 UTC by hanya
Modified: 2010-10-17 07:58 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
document to reproduce the problem (12.86 KB, application/vnd.oasis.opendocument.text)
2010-07-01 15:02 UTC, hanya
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
Description hanya 2010-07-01 15:01:40 UTC
- open attached document (GridSelectionTest.odt)
- press the button on the document
=> dialog having a grid control is shown
 This dialog has two labels on it, Label1 displays number of selectionChanged
event is occurred 
 and Label2 shows selected row index.
- click the row on the grid to select (Counter: 1, row index: 0)
- click remove button to remove the row (this button remove first element of the
grid)
=> now grid is empty (Counter: 2, row index is empty)
- click add button to add new entry
=> new grid is added
- click the new row to select it
=> selectionChanged is not occurred and counter is not changed.
Comment 1 hanya 2010-07-01 15:02:35 UTC
Created attachment 70342 [details]
document to reproduce the problem
Comment 2 Olaf Felka 2010-07-01 16:21:36 UTC
reassigned
Comment 3 misheto 2010-07-01 16:38:56 UTC
I'll take over.
Comment 4 misheto 2010-09-08 11:31:44 UTC
Duplicate. in both cases, the problem cause was wrong handling of selection event.

*** This issue has been marked as a duplicate of 114339 ***
Comment 5 Mechtilde 2010-10-17 07:58:00 UTC
duplicate -> closed