This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 100850 - Sync event id in Property Change Event.
Summary: Sync event id in Property Change Event.
Status: NEW
Alias: None
Product: xml
Classification: Unclassified
Component: XAM (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: pnarayan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-12 20:52 UTC by Joelle Lam
Modified: 2007-05-21 18:59 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Joelle Lam 2007-04-12 20:52:21 UTC
Property Change Event could have an attribute the specifies which sync the event
was triggered by.

For instance, if I need to modify a string that happens to be in multiple
elements, it will trigger multiple events.  This is good unless the complexity
of the event requires you to reset your whole view.  But since there there a
multiple events it will end up resenting the view multiple times.  If I could
determine if I had already processed this sync and I could in some cases ignore
the event because I have already reset the view.
Comment 1 Joelle Lam 2007-05-18 17:41:35 UTC
Is it possible to get this worked on for M10?
Comment 2 Nam Nguyen 2007-05-21 18:59:42 UTC
Essentially to support this use-case, we needs to implement support for
providing transaction_id associated with model events.

Sam would make the call, but I doubt have time in M10 for this.